mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +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:
@@ -4,11 +4,11 @@ Applying filter...
|
||||
Building download queue...
|
||||
Download queue: 1 items (3.35 KiB)
|
||||
Downloading & parsing package files...
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release...
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/binary-i386/Packages.gz...
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/b/boost-defaults/libboost-program-options-dev_1.62.0.1_i386.deb...
|
||||
Downloading http://archive.debian.org/debian-archive/debian/dists/stretch/Release...
|
||||
Downloading http://archive.debian.org/debian-archive/debian/dists/stretch/main/binary-i386/Packages.gz...
|
||||
Downloading http://archive.debian.org/debian-archive/debian/pool/main/b/boost-defaults/libboost-program-options-dev_1.62.0.1_i386.deb...
|
||||
Mirror `stretch` has been successfully updated.
|
||||
Packages filtered: 50604 -> 1.
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/binary-i386/Packages.gz
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/b/boost-defaults/libboost-program-options-dev_1.62.0.1_i386.deb
|
||||
Success downloading http://archive.debian.org/debian-archive/debian/dists/stretch/Release
|
||||
Success downloading http://archive.debian.org/debian-archive/debian/dists/stretch/main/binary-i386/Packages.gz
|
||||
Success downloading http://archive.debian.org/debian-archive/debian/pool/main/b/boost-defaults/libboost-program-options-dev_1.62.0.1_i386.deb
|
||||
|
||||
Reference in New Issue
Block a user