0repo icon indicating copy to clipboard operation
0repo copied to clipboard

manage a repository of 0install feeds

Results 2 0repo issues
Sort by recently updated
recently updated
newest added

There are cases in which a developer wants to update `name`, `summary`, `description` or `homepage` of his software. Currently, this seem not to be possible. @talex5, can you confirm? If...

(from http://thread.gmane.org/gmane.comp.file-systems.zero-install.devel/7912) Most likely, it's doing a HEAD but only GET is authorised. You can disable the check by using this in your `0repo-config.py`: ``` def check_uploaded_archive(archive, url): pass ```...