aptly
aptly copied to clipboard
aptly - Debian repository management tool
The recent `-with-installer` support allowed to also mirror Debian's installer files. Also worked for Ubuntu. With the `-with-installer` support enabled, two files (ie. http://nl.archive.ubuntu.com/ubuntu/dists/focal/main/debian-installer/binary-amd64/Packages.gz and http://nl.archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/images/SHA256SUMS) are pulled and examined....
Version: 1.5.0 I want to filter **out** some packages of an mirror. But it is impossible get a result. What i have tried: **Not working** ``` ./aptly -config aptly.conf mirror...
```bash aptly mirror edit -filter="a" -filter-with-deps somemirror ``` when i want to add package b ```bash aptly mirror edit -filter="a | b" -filter-with-deps somemirror ``` but if i don't remember...
The PR #1090 seems to be incomplete, as even in that [CodeCov Run](https://app.codecov.io/gh/aptly-dev/aptly/pull/1090/tree), most APIs aren't recongized as checked. ## Context This could also resolve a lot of the problems...
I have successfully built a new environment. Basically, everything works as desired. With the distribution focal, the client reports the following message during the update. E: Repository 'http://XXXXXX focal-backports InRelease'...
## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change Useful for remote management of repo servers. ##...
## Detailed Description I am mirroring "https://deb.debian.org/debian/" using Aptly. I am creating a mirror, creating a snapshot from that mirror, and then publishing that snapshot. I am using the `-with-installer`...
https://github.com/aptly-dev/aptly/blob/24a027194ea8818307083396edb76565f41acc92/deb/package.go#L645-L647 What's up with that? ## Detailed Description There's apparently now a text editor named `o` in a repository I am mirroring and I am getting `ERROR: unable to publish:...
## Detailed Description We recently enabled IMDSv2 for our EC2 instances on which the aptly has been running and started to see aptly fail to publish snapshot to S3 due...