aptly
aptly copied to clipboard
aptly - Debian repository management tool
Add Elastic's logstashforwarder repo to aptly and attempt update: ``` $ aptly mirror create logstashforwarder http://packages.elastic.co/logstashforwarder/debian stable main $ aptly mirror update logstashforwarder Downloading http://packages.elastic.co/logstashforwarder/debian/dists/stable/InRelease... Downloading http://packages.elastic.co/logstashforwarder/debian/dists/stable/Release... Downloading http://packages.elastic.co/logstashforwarder/debian/dists/stable/Release.gpg... gpgv:...
It would be helpful if the signing GPG key id could be specified in aptly.conf.
I'm currently using `aptly` to manage a local Debian repository hosted in S3. I've created a `.deb` for our aptly installation, bundling up the `aptly.conf`, repo/publish commands, cron tasks, _etc_....
I know we're warned about such a config, but it could have advantages. "[It is not allowed to publish two repositories or snapshots to the same prefix and distribution.](http://www.aptly.info/doc/aptly/publish/repo/)" (Here...
The library https://github.com/Azure/azure-storage-blob-go/ that aptly uses to deploy packages to Azure is deprecated and will be retired 2024-09-13. As described there, it should be replaced with https://github.com/Azure/azure-sdk-for-go before that date....
Add the functionality to create a "clone" of an existing snapshot ## Detailed Description / Context We currently have one production repository (A merge of multiple other snapshots of external...
Hi, Is it possible to implement aptly in a hierarchical manner? I would like to have a master aptly node, where I issue the commands for mirroring and publishing the...
## Detailed Description Generate a static HTML webpage that lists repository contents, similar to that of repoview in the Fedora community. https://dl.iuscommunity.org/pub/ius/stable/CentOS/7/x86_64/repoview/ ## Context This allows end users to view...
If a snapshot has been created with a nonempty description, this description cannot be set to the empty string via the API. ## Context I'm using description fields to implement...
## Detailed Description Tried with latest aptly (version: 1.5.0+207+g372ce3c4) and using the REST api to switch the published snapshot (PUT /api/publish/:prefix/:distribution) with following body: ``` { "SourceKind": "snapshot", "Sources": [...