aptly icon indicating copy to clipboard operation
aptly copied to clipboard

aptly - Debian repository management tool

Results 325 aptly issues
Sort by recently updated
recently updated
newest added

We currently have our apt repositories in isolated hosts and were considering of publishing them to S3 so that they can be shared by several aptly frontends. However, in the...

at the moment there is only true/false possibilty for source and udeb it would be an great additon to also have auto so what is provided by the mirror gets...

We're currently mirroring Ubuntu 14.04 Trusty and Ubuntu 16.04 Xenial at the same time using aptly and ran into an issue where the Task field of the package `fonts-guru-extra` contains...

Currently it is impossible to find out what source a Snapshot was generated from since the relevant fields of the struct are not serialized into json. ``` SourceKind string `json:"-"`...

It would be convenient to be able to save the gpg-key and keyring options into the configuration file rather than requiring them to be on the "aptly publish" command line...

This information is not available via API. The only way how to determine source snapshots is to parse it's description, eg.: ``` source_snapshots = re.findall(r"'([\w\d-]+)'", snapshot['Description']) ``` But description format...

Could we have better output for this sort of error? When I type "aptly snapshot" I get a list of the commands I can use with "aptly snapshot" and some...

feature

The [publish API](http://www.aptly.info/doc/api/publish) (and in particular the `update` command) ignores the configuration setting `"gpgDisableSign": true`. The only way to avoid signing the repo is to pass the explicit option `"Skip":...

api cleanup

It would be good if aptly could mirror a remote apt repository that was secured via https client certificates (see e.g. http://nategood.com/client-side-certificate-authentication-in-ngi http://serverfault.com/questions/340887/using-a-self-signed-ssl-cert-for-an-https-based-internal-apt-repository https://onebitbug.me/2014/08/09/setting-up-secure-private-ppa/ ) Workaround may be to use...

wishlist

It would be convenient if it was possible to trigger an error in this case (without parsing anything). At least, optionally.