Questions tagged [aptly]
5 questions
2
votes
1 answer
Download all package versions with aptly
How can we download all versions of a package when mirroring ?
An example is the scsi-modules which can be found here: http://archive.ubuntu.com/ubuntu/pool/main/l/linux/ i need them all mirrored yet aptly is only downloading the…

Onitlikesonic
- 1,201
- 5
- 17
- 24
2
votes
1 answer
Perform (Ubuntu) do-release-upgrade using a local Aptly mirror (missing meta-release files)
Background
We currently have a local deb mirror setup using Aptly snapshots due to regulatory reasons (for example: servers are not allowed to fetch packages over the internet). All of this works just fine for normal upgrades. When we need to do a…

Daniel Sandberg
- 33
- 1
- 6
0
votes
1 answer
Aptly publish asking for password although --passphrase flag is set
I unsuccessfully try publishing an APTLY snapshot (about 80GB) using
aptly publish snapshot --batch=true --passphrase="SuperSecretPassWord" --distribution="mydistro" current-snapshot
After about 15 minutes I'm always being asked for my key's…
0
votes
1 answer
aptly publish snapshot operation not permitted
I'm trying to build a local mirror of the ubuntu repository using aptly and I'm hitting an "operation not permitted" error at the point of publishing. Here is what I'm doing;
I've created 3 mirrors
$ aptly mirror create -with-udebs xenial…

rvabdn
- 245
- 4
- 11
0
votes
0 answers
architecture binary-amd64 not recognized in ubuntu mirror
I am using preseed to install ubuntu 16.04 and I have a setup that works fine with the regular ubuntu mirror if I specify
d-i mirror/http/hostname string archive.ubuntu.com
d-i mirror/http/directory string /ubuntu
I have now been given a specific…

rvabdn
- 245
- 4
- 11