-
## Detailed Description
Per the documentation [here](https://www.aptly.info/doc/feature/pgp-providers/), Aptly is only compatible with GPG v1.
However, the dependencies for the packages ( [debi…
-
Drop a README into the repository root describing how to install the repository in a copy&paste friendly manner.
For example like aptly: http://repo.aptly.info/
-
Hello,
after about a week running automated repository (new packages are loaded through ssh and by gitlab-ci) I started getting error messages. Since the first error appeared I cannot publish any new …
Gregy updated
2 years ago
-
Uploading release artifacts to internal aptly fails.
See, e.g. https://travis-ci.org/github/aptly-dev/aptly/jobs/758039389
```
Deploying application
Uploading build/aptly_1.4.0+49+gc43d31f_amd64…
-
We also want to create mirrors where we need authentication. We can pass user:password@url.com but it would be better to provide a user and password variable separated from the URL itself. Also the us…
-
To be consistent with `aptly publish snapshot`, `aptly publish switch` should support figuring out the component names from the snapshots when invoked as, e.g. `-component=, distro prefix snap1 snap2`…
fgsch updated
5 months ago
-
Im trying to freeze repos in time. For that I create a single merged snapshot. As I need multiple versions of the same package I try to merge with --latest=false --no-remove. The merge succeeds but th…
-
Multiple repo with same name got created in aptly
## Detailed Description
We have a automated way to push the packages to aptly mirror. The recent package was not appearing in the dashboard, afte…
-
## Detailed Description
Found inconsistency between cli output and REST API output:
```
aptly mirror show ubuntu-jammy-updates-full
Name: ubuntu-jammy-updates-full
Archive Root URL: http://us-e…
-
Hi, first thanks for aptly, this is dope!
dput-ng support http/https (PUT) method for uploading changes files.
aptly support changes files via "aptly repo include".
I wonder if we could either …