mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
Fix: Pipeline dependency on deb.debian.org, replace with archive
This should fix some tests, as a lot of them are dependent on deb.debian.org which no longer supports Debian 9 "Stretch". Instead we use archive.debian.org which will continue to contain "Stretch" packages for a long time.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
opengpg: failure opening keyring '${HOME}/.gnupg/aptlytest.gpg': open ${HOME}/.gnupg/aptlytest.gpg: no such file or directory
|
||||
|
||||
Looks like your keyring with trusted keys is empty. You might consider importing some keys.
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
|
||||
Error downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease: HTTP code 404 while fetching http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease retrying...
|
||||
Retrying 0 http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
|
||||
Giving up on http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release...
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release.gpg...
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release.gpg
|
||||
Downloading http://archive.debian.org/debian-archive/debian/dists/stretch/InRelease...
|
||||
Error downloading http://archive.debian.org/debian-archive/debian/dists/stretch/InRelease: HTTP code 404 while fetching http://archive.debian.org/debian-archive/debian/dists/stretch/InRelease retrying...
|
||||
Retrying 0 http://archive.debian.org/debian-archive/debian/dists/stretch/InRelease...
|
||||
Giving up on http://archive.debian.org/debian-archive/debian/dists/stretch/InRelease...
|
||||
Downloading http://archive.debian.org/debian-archive/debian/dists/stretch/Release...
|
||||
Success downloading http://archive.debian.org/debian-archive/debian/dists/stretch/Release
|
||||
Downloading http://archive.debian.org/debian-archive/debian/dists/stretch/Release.gpg...
|
||||
Success downloading http://archive.debian.org/debian-archive/debian/dists/stretch/Release.gpg
|
||||
openpgp: RSA key ID 04EE7237B7D453EC
|
||||
openpgp: Can't check signature: public key not found
|
||||
openpgp: RSA key ID 648ACFD622F3D138
|
||||
|
||||
Reference in New Issue
Block a user