Revive skipped tests

This commit is contained in:
Lorenzo Bolla
2022-02-07 16:27:09 +01:00
parent 5d98546e1d
commit 1361bf20dd
24 changed files with 274 additions and 92 deletions
+1
View File
@@ -103,6 +103,7 @@ Example:
cmd.Flag.Bool("filter-with-deps", false, "when filtering, include dependencies of matching packages as well") cmd.Flag.Bool("filter-with-deps", false, "when filtering, include dependencies of matching packages as well")
cmd.Flag.Bool("force-components", false, "(only with component list) skip check that requested components are listed in Release file") cmd.Flag.Bool("force-components", false, "(only with component list) skip check that requested components are listed in Release file")
cmd.Flag.Bool("force-architectures", false, "(only with architecture list) skip check that requested architectures are listed in Release file") cmd.Flag.Bool("force-architectures", false, "(only with architecture list) skip check that requested architectures are listed in Release file")
cmd.Flag.Int("max-tries", 1, "max download tries till process fails with download error")
cmd.Flag.Var(&keyRingsFlag{}, "keyring", "gpg keyring to use when verifying Release file (could be specified multiple times)") cmd.Flag.Var(&keyRingsFlag{}, "keyring", "gpg keyring to use when verifying Release file (could be specified multiple times)")
return cmd return cmd
@@ -28,6 +28,7 @@ Options:
-gpg-provider="": PGP implementation ("gpg", "gpg1", "gpg2" for external gpg or "internal" for Go internal implementation) -gpg-provider="": PGP implementation ("gpg", "gpg1", "gpg2" for external gpg or "internal" for Go internal implementation)
-ignore-signatures: disable verification of Release file signatures -ignore-signatures: disable verification of Release file signatures
-keyring=: gpg keyring to use when verifying Release file (could be specified multiple times) -keyring=: gpg keyring to use when verifying Release file (could be specified multiple times)
-max-tries=1: max download tries till process fails with download error
-with-installer: download additional not packaged installer files -with-installer: download additional not packaged installer files
-with-sources: download source packages in addition to binary packages -with-sources: download source packages in addition to binary packages
-with-udebs: download .udeb packages (Debian installer support) -with-udebs: download .udeb packages (Debian installer support)
+1
View File
@@ -19,6 +19,7 @@ Options:
-gpg-provider="": PGP implementation ("gpg", "gpg1", "gpg2" for external gpg or "internal" for Go internal implementation) -gpg-provider="": PGP implementation ("gpg", "gpg1", "gpg2" for external gpg or "internal" for Go internal implementation)
-ignore-signatures: disable verification of Release file signatures -ignore-signatures: disable verification of Release file signatures
-keyring=: gpg keyring to use when verifying Release file (could be specified multiple times) -keyring=: gpg keyring to use when verifying Release file (could be specified multiple times)
-max-tries=1: max download tries till process fails with download error
-with-installer: download additional not packaged installer files -with-installer: download additional not packaged installer files
-with-sources: download source packages in addition to binary packages -with-sources: download source packages in addition to binary packages
-with-udebs: download .udeb packages (Debian installer support) -with-udebs: download .udeb packages (Debian installer support)
+1
View File
@@ -20,6 +20,7 @@ Options:
-gpg-provider="": PGP implementation ("gpg", "gpg1", "gpg2" for external gpg or "internal" for Go internal implementation) -gpg-provider="": PGP implementation ("gpg", "gpg1", "gpg2" for external gpg or "internal" for Go internal implementation)
-ignore-signatures: disable verification of Release file signatures -ignore-signatures: disable verification of Release file signatures
-keyring=: gpg keyring to use when verifying Release file (could be specified multiple times) -keyring=: gpg keyring to use when verifying Release file (could be specified multiple times)
-max-tries=1: max download tries till process fails with download error
-with-installer: download additional not packaged installer files -with-installer: download additional not packaged installer files
-with-sources: download source packages in addition to binary packages -with-sources: download source packages in addition to binary packages
-with-udebs: download .udeb packages (Debian installer support) -with-udebs: download .udeb packages (Debian installer support)
@@ -1,6 +1,11 @@
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease... 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... 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... 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
gpgv: RSA key ID B7D453EC gpgv: RSA key ID B7D453EC
gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>"
gpgv: RSA key ID 22F3D138 gpgv: RSA key ID 22F3D138
@@ -1,6 +1,11 @@
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease... 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... 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... 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
gpgv: RSA key ID B7D453EC gpgv: RSA key ID B7D453EC
@@ -1,6 +1,11 @@
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease...
Error downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease: HTTP code 404 while fetching http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease retrying...
Retrying 0 http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease...
Giving up on http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease...
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release.gpg... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release.gpg...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release.gpg
gpgv: RSA key ID 3B1F56C0 gpgv: RSA key ID 3B1F56C0
gpgv: Good signature from "Launchpad sim" gpgv: Good signature from "Launchpad sim"
@@ -1,3 +1,9 @@
Downloading http://security.debian.org/dists/stretch/updates/InRelease... Downloading http://security.debian.org/dists/stretch/updates/InRelease...
Error downloading http://security.debian.org/dists/stretch/updates/InRelease: http://security.debian.org/dists/stretch/updates/InRelease: Get "http://security.debian.org/dists/stretch/updates/InRelease": http: error connecting to proxy http://127.0.0.1:3137: dial tcp 127.0.0.1:3137: connection refused retrying...
Retrying 0 http://security.debian.org/dists/stretch/updates/InRelease...
Giving up on http://security.debian.org/dists/stretch/updates/InRelease...
Downloading http://security.debian.org/dists/stretch/updates/Release... Downloading http://security.debian.org/dists/stretch/updates/Release...
Error downloading http://security.debian.org/dists/stretch/updates/Release: http://security.debian.org/dists/stretch/updates/Release: Get "http://security.debian.org/dists/stretch/updates/Release": http: error connecting to proxy http://127.0.0.1:3137: dial tcp 127.0.0.1:3137: connection refused retrying...
Retrying 0 http://security.debian.org/dists/stretch/updates/Release...
Giving up on http://security.debian.org/dists/stretch/updates/Release...
ERROR: unable to fetch mirror: http://security.debian.org/dists/stretch/updates/Release: Get http://security.debian.org/dists/stretch/updates/Release: http: error connecting to proxy http://127.0.0.1:3137: dial tcp 127.0.0.1:3137: connection refused ERROR: unable to fetch mirror: http://security.debian.org/dists/stretch/updates/Release: Get http://security.debian.org/dists/stretch/updates/Release: http: error connecting to proxy http://127.0.0.1:3137: dial tcp 127.0.0.1:3137: connection refused
@@ -1,6 +1,11 @@
Downloading http://pkg.jenkins-ci.org/debian-stable/binary/InRelease... Downloading http://pkg.jenkins-ci.org/debian-stable/binary/InRelease...
Error downloading http://pkg.jenkins-ci.org/debian-stable/binary/InRelease: HTTP code 404 while fetching http://pkg.jenkins-ci.org/debian-stable/binary/InRelease retrying...
Retrying 0 http://pkg.jenkins-ci.org/debian-stable/binary/InRelease...
Giving up on http://pkg.jenkins-ci.org/debian-stable/binary/InRelease...
Downloading http://pkg.jenkins-ci.org/debian-stable/binary/Release... Downloading http://pkg.jenkins-ci.org/debian-stable/binary/Release...
Success downloading http://pkg.jenkins-ci.org/debian-stable/binary/Release
Downloading http://pkg.jenkins-ci.org/debian-stable/binary/Release.gpg... Downloading http://pkg.jenkins-ci.org/debian-stable/binary/Release.gpg...
Success downloading http://pkg.jenkins-ci.org/debian-stable/binary/Release.gpg
gpgv: RSA key ID 45F2C3D5 gpgv: RSA key ID 45F2C3D5
gpgv: Good signature from "Jenkins Project <jenkinsci-board@googlegroups.com>" gpgv: Good signature from "Jenkins Project <jenkinsci-board@googlegroups.com>"
@@ -2,8 +2,13 @@ opengpg: failure opening keyring '${HOME}/.gnupg/aptlytest.gpg': open ${HOME}/.g
Looks like your keyring with trusted keys is empty. You might consider importing some keys. 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... 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... 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... 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
openpgp: RSA key ID 04EE7237B7D453EC openpgp: RSA key ID 04EE7237B7D453EC
openpgp: Can't check signature: public key not found openpgp: Can't check signature: public key not found
openpgp: RSA key ID 648ACFD622F3D138 openpgp: RSA key ID 648ACFD622F3D138
@@ -1,6 +1,11 @@
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease... 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... 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... 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
openpgp: RSA key ID 04EE7237B7D453EC openpgp: RSA key ID 04EE7237B7D453EC
openpgp: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" openpgp: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>"
openpgp: RSA key ID 648ACFD622F3D138 openpgp: RSA key ID 648ACFD622F3D138
@@ -1,6 +1,11 @@
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease... 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... 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... 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
gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>"
+6
View File
@@ -1,3 +1,9 @@
Downloading http://cdn-fastly.deb.debian.org/debian/dists/suslik/InRelease... Downloading http://cdn-fastly.deb.debian.org/debian/dists/suslik/InRelease...
Error downloading http://cdn-fastly.deb.debian.org/debian/dists/suslik/InRelease: HTTP code 404 while fetching http://cdn-fastly.deb.debian.org/debian/dists/suslik/InRelease retrying...
Retrying 0 http://cdn-fastly.deb.debian.org/debian/dists/suslik/InRelease...
Giving up on http://cdn-fastly.deb.debian.org/debian/dists/suslik/InRelease...
Downloading http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release... Downloading http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release...
Error downloading http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release: HTTP code 404 while fetching http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release retrying...
Retrying 0 http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release...
Giving up on http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release...
ERROR: unable to fetch mirror: HTTP code 404 while fetching http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release ERROR: unable to fetch mirror: HTTP code 404 while fetching http://cdn-fastly.deb.debian.org/debian/dists/suslik/Release
+16 -7
View File
@@ -4,15 +4,24 @@ Applying filter...
Building download queue... Building download queue...
Download queue: 3 items (354.29 KiB) Download queue: 3 items (354.29 KiB)
Downloading & parsing package files... Downloading & parsing package files...
Downloading ftp://ftp.ru.debian.org/debian/dists/stretch/InRelease... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/InRelease...
Downloading ftp://ftp.ru.debian.org/debian/dists/stretch/Release... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/Release...
Downloading ftp://ftp.ru.debian.org/debian/dists/stretch/Release.gpg... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/Release.gpg...
Downloading ftp://ftp.ru.debian.org/debian/dists/stretch/main/binary-i386/Packages.gz... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/main/binary-i386/Packages.gz...
Downloading ftp://ftp.ru.debian.org/debian/pool/main/s/sed/sed_4.4-1_i386.deb... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/pool/main/s/sed/sed_4.4-1_i386.deb...
Downloading ftp://ftp.ru.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.9+deb9u1_all.deb... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/pool/main/s/sensible-utils/sensible-utils_0.0.9+deb9u1_all.deb...
Downloading ftp://ftp.ru.debian.org/debian/pool/main/s/sysvinit/sysvinit-utils_2.88dsf-59.9_i386.deb... Downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/pool/main/s/sysvinit/sysvinit-utils_2.88dsf-59.9_i386.deb...
Error downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/InRelease: HTTP code 404 while fetching https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/InRelease retrying...
Giving up on https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/InRelease...
Mirror `stretch-main` has been successfully updated. Mirror `stretch-main` has been successfully updated.
Packages filtered: 50604 -> 3. Packages filtered: 50604 -> 3.
Retrying 0 https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/InRelease...
Success downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/Release
Success downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/Release.gpg
Success downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/dists/stretch/main/binary-i386/Packages.gz
Success downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/pool/main/s/sed/sed_4.4-1_i386.deb
Success downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/pool/main/s/sensible-utils/sensible-utils_0.0.9+deb9u1_all.deb
Success downloading https://snapshot.debian.org/archive/debian/20220201T025006Z/pool/main/s/sysvinit/sysvinit-utils_2.88dsf-59.9_i386.deb
gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>"
+33
View File
@@ -35,8 +35,41 @@ Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.1.
Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.1.18-8~deb9u4_i386.deb... Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.1.18-8~deb9u4_i386.deb...
Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/scdaemon_2.1.18-8~deb9u4_amd64.deb... Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/scdaemon_2.1.18-8~deb9u4_amd64.deb...
Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/scdaemon_2.1.18-8~deb9u4_i386.deb... Downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/scdaemon_2.1.18-8~deb9u4_i386.deb...
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...
Giving up on http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
Mirror `stretch` has been successfully updated. Mirror `stretch` has been successfully updated.
Packages filtered: 78248 -> 20. Packages filtered: 78248 -> 20.
Retrying 0 http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release.gpg
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages.gz
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/dists/stretch/main/debian-installer/binary-amd64/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/binary-amd64/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/binary-i386/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/dirmngr_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/dirmngr_2.1.18-8~deb9u4_i386.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gnupg-agent_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gnupg-agent_2.1.18-8~deb9u4_i386.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gnupg-l10n_2.1.18-8~deb9u4_all.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gnupg2_2.1.18-8~deb9u4_all.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gnupg_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gnupg_2.1.18-8~deb9u4_i386.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgsm_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgsm_2.1.18-8~deb9u4_i386.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.1.18-8~deb9u4_i386.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-udeb_2.1.18-8~deb9u4_amd64.udeb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-udeb_2.1.18-8~deb9u4_i386.udeb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-win32_2.1.18-8~deb9u4_all.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv2_2.1.18-8~deb9u4_all.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.1.18-8~deb9u4_i386.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/scdaemon_2.1.18-8~deb9u4_amd64.deb
Success downloading http://cdn-fastly.deb.debian.org/debian/pool/main/g/gnupg2/scdaemon_2.1.18-8~deb9u4_i386.deb
gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>"
+10 -4
View File
@@ -1,10 +1,16 @@
Downloading http://packages.pagerduty.com/pdagent/deb/InRelease... Downloading https://packages.pagerduty.com/pdagent/deb/InRelease...
Downloading http://packages.pagerduty.com/pdagent/deb/Release... Error downloading https://packages.pagerduty.com/pdagent/deb/InRelease: HTTP code 404 while fetching https://packages.pagerduty.com/pdagent/deb/InRelease retrying...
Downloading http://packages.pagerduty.com/pdagent/deb/Release.gpg... Retrying 0 https://packages.pagerduty.com/pdagent/deb/InRelease...
Giving up on https://packages.pagerduty.com/pdagent/deb/InRelease...
Downloading https://packages.pagerduty.com/pdagent/deb/Release...
Success downloading https://packages.pagerduty.com/pdagent/deb/Release
Downloading https://packages.pagerduty.com/pdagent/deb/Release.gpg...
Success downloading https://packages.pagerduty.com/pdagent/deb/Release.gpg
gpgv: RSA key ID F8253540 gpgv: RSA key ID F8253540
gpgv: Good signature from "Package Maintainer (PagerDuty, Inc.) <packages@pagerduty.com>" gpgv: Good signature from "Package Maintainer (PagerDuty, Inc.) <packages@pagerduty.com>"
Downloading & parsing package files... Downloading & parsing package files...
Downloading http://packages.pagerduty.com/pdagent/deb/Packages.gz... Downloading https://packages.pagerduty.com/pdagent/deb/Packages.gz...
Success downloading https://packages.pagerduty.com/pdagent/deb/Packages.gz
Building download queue... Building download queue...
Download queue: 23 items (3.46 MiB) Download queue: 23 items (3.46 MiB)
+10 -4
View File
@@ -1,10 +1,16 @@
Downloading http://packages.pagerduty.com/pdagent/deb/InRelease... Downloading https://packages.pagerduty.com/pdagent/deb/InRelease...
Downloading http://packages.pagerduty.com/pdagent/deb/Release... Error downloading https://packages.pagerduty.com/pdagent/deb/InRelease: HTTP code 404 while fetching https://packages.pagerduty.com/pdagent/deb/InRelease retrying...
Downloading http://packages.pagerduty.com/pdagent/deb/Release.gpg... Retrying 0 https://packages.pagerduty.com/pdagent/deb/InRelease...
Giving up on https://packages.pagerduty.com/pdagent/deb/InRelease...
Downloading https://packages.pagerduty.com/pdagent/deb/Release...
Success downloading https://packages.pagerduty.com/pdagent/deb/Release
Downloading https://packages.pagerduty.com/pdagent/deb/Release.gpg...
Success downloading https://packages.pagerduty.com/pdagent/deb/Release.gpg
openpgp: RSA key ID AE0396CFF8253540 openpgp: RSA key ID AE0396CFF8253540
openpgp: Good signature from "Package Maintainer (PagerDuty, Inc.) <packages@pagerduty.com>" openpgp: Good signature from "Package Maintainer (PagerDuty, Inc.) <packages@pagerduty.com>"
Downloading & parsing package files... Downloading & parsing package files...
Downloading http://packages.pagerduty.com/pdagent/deb/Packages.gz... Downloading https://packages.pagerduty.com/pdagent/deb/Packages.gz...
Success downloading https://packages.pagerduty.com/pdagent/deb/Packages.gz
Building download queue... Building download queue...
Download queue: 23 items (3.46 MiB) Download queue: 23 items (3.46 MiB)
+19
View File
@@ -19,8 +19,27 @@ Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/udeb.list... Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/udeb.list...
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/binary-s390x/Packages.gz... Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/binary-s390x/Packages.gz...
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/installer-s390x/current/images/SHA256SUMS... Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/installer-s390x/current/images/SHA256SUMS...
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...
Error downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/installer-s390x/current/images/SHA256SUMS: HTTP code 404 while fetching http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/installer-s390x/current/images/SHA256SUMS retrying...
Giving up on http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
Giving up on http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/installer-s390x/current/images/SHA256SUMS...
Mirror `stretch` has been successfully updated. Mirror `stretch` has been successfully updated.
Packages filtered: 49256 -> 1. Packages filtered: 49256 -> 1.
Retrying 0 http://cdn-fastly.deb.debian.org/debian/dists/stretch/InRelease...
Retrying 0 http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/installer-s390x/current/images/SHA256SUMS...
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release.gpg
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/binary-s390x/Packages.gz
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/MANIFEST
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/MANIFEST.udebs
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/MD5SUMS
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/SHA256SUMS
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/generic/debian.exec
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/generic/initrd.debian
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/generic/kernel.debian
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/generic/parmfile.debian
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/main/installer-s390x/current/images/udeb.list
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch/non-free/binary-s390x/Packages.gz
gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>"
gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" gpgv: Good signature from "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>"
+94 -45
View File
@@ -4,53 +4,102 @@ Applying filter...
Building download queue... Building download queue...
Download queue: 37 items (166.14 MiB) Download queue: 37 items (166.14 MiB)
Downloading & parsing package files... Downloading & parsing package files...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/InRelease... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/InRelease...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/Release... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/Release...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/Release.gpg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/binary-amd64/Packages.bz2... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages.bz2...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/MANIFEST... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/MANIFEST...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/MANIFEST.udebs... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/MANIFEST.udebs...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/SHA256SUMS... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/SHA256SUMS...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/SHA256SUMS.gpg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/SHA256SUMS.gpg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/initrd.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/initrd.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/vmlinuz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/vmlinuz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/xen/xm-debian.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/xen/xm-debian.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/boot.img.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/boot.img.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/initrd.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/initrd.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/vmlinuz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/vmlinuz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/boot.img.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/boot.img.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/mini.iso... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/mini.iso...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/netboot.tar.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/netboot.tar.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/adtxt.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/adtxt.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/exithelp.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/exithelp.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f1.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f1.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f10.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f10.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f2.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f2.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f3.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f3.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f4.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f4.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f5.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f5.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f6.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f6.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f7.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f7.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f8.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f8.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f9.txt... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f9.txt...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/menu.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/menu.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/prompt.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/prompt.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/rqtxt.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/rqtxt.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/splash.png... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/splash.png...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/stdmenu.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/stdmenu.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/syslinux.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/syslinux.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/txt.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/txt.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/vesamenu.c32... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/vesamenu.c32...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/initrd.gz... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/initrd.gz...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/linux... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/linux...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/pxelinux.0... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/pxelinux.0...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/xen/xm-debian.cfg... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/xen/xm-debian.cfg...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/udeb.list... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/udeb.list...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages.bz2... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages.bz2...
Downloading http://mirror.enzu.com/ubuntu/dists/trusty/restricted/installer-amd64/current/images/SHA256SUMS... Downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/installer-amd64/current/images/SHA256SUMS...
Error downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/InRelease: HTTP code 404 while fetching http://us.archive.ubuntu.com/ubuntu/dists/trusty/InRelease retrying...
Error downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/installer-amd64/current/images/SHA256SUMS: HTTP code 404 while fetching http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/installer-amd64/current/images/SHA256SUMS retrying...
Giving up on http://us.archive.ubuntu.com/ubuntu/dists/trusty/InRelease...
Giving up on http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/installer-amd64/current/images/SHA256SUMS...
Mirror `trusty` has been successfully updated. Mirror `trusty` has been successfully updated.
Packages filtered: 8616 -> 1. Packages filtered: 8616 -> 1.
Retrying 0 http://us.archive.ubuntu.com/ubuntu/dists/trusty/InRelease...
Retrying 0 http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/installer-amd64/current/images/SHA256SUMS...
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/Release
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages.bz2
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/MANIFEST
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/MANIFEST.udebs
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/SHA256SUMS
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/SHA256SUMS.gpg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/debian-cd_info.tar.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/initrd.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/vmlinuz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/cdrom/xen/xm-debian.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/boot.img.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/initrd.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/hd-media/vmlinuz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/boot.img.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/mini.iso
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/netboot.tar.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/adtxt.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/exithelp.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f1.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f10.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f2.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f3.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f4.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f5.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f6.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f7.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f8.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/f9.txt
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/menu.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/prompt.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/rqtxt.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/splash.png
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/stdmenu.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/syslinux.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/txt.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/boot-screens/vesamenu.c32
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/initrd.gz
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/linux
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/pxelinux.0
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/xen/xm-debian.cfg
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/udeb.list
Success downloading http://us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/Packages.bz2
gpgv: Good signature from "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" gpgv: Good signature from "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>"
gpgv: Good signature from "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" gpgv: Good signature from "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>"
gpgv: Good signature from "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" gpgv: Good signature from "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>"
+9
View File
@@ -1,13 +1,22 @@
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease...
Error downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease: HTTP code 404 while fetching http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease retrying...
Retrying 0 http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease...
Giving up on http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/InRelease...
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release.gpg... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release.gpg...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/Release.gpg
gpgv: RSA key ID 3B1F56C0 gpgv: RSA key ID 3B1F56C0
gpgv: Good signature from "Launchpad sim" gpgv: Good signature from "Launchpad sim"
Downloading & parsing package files... Downloading & parsing package files...
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-amd64/Packages.bz2... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-amd64/Packages.bz2...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-amd64/Packages.bz2
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-armel/Packages.bz2... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-armel/Packages.bz2...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-armel/Packages.bz2
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-i386/Packages.bz2... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-i386/Packages.bz2...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-i386/Packages.bz2
Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-powerpc/Packages.bz2... Downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-powerpc/Packages.bz2...
Success downloading http://ppa.launchpad.net/gladky-anton/gnuplot/ubuntu/dists/maverick/main/binary-powerpc/Packages.bz2
Building download queue... Building download queue...
Download queue: 0 items (0 B) Download queue: 0 items (0 B)
+9 -11
View File
@@ -58,10 +58,10 @@ class CreateMirror6Test(BaseTest):
""" """
create mirror: missing release create mirror: missing release
""" """
skipTest = "Requesting obsolete file - stretch/InRelease"
expectedCode = 1 expectedCode = 1
requiresGPG1 = True requiresGPG1 = True
configOverride = {"max-tries": 1}
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror6 http://cdn-fastly.deb.debian.org/debian/ suslik" runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror6 http://cdn-fastly.deb.debian.org/debian/ suslik"
@@ -125,7 +125,7 @@ class CreateMirror11Test(BaseTest):
""" """
create mirror: repo with Release + Release.gpg verification create mirror: repo with Release + Release.gpg verification
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror11 http://cdn-fastly.deb.debian.org/debian/ stretch" runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror11 http://cdn-fastly.deb.debian.org/debian/ stretch"
fixtureGpg = True fixtureGpg = True
@@ -141,7 +141,7 @@ class CreateMirror12Test(BaseTest):
""" """
create mirror: repo with Release+Release.gpg verification, failure create mirror: repo with Release+Release.gpg verification, failure
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror12 http://cdn-fastly.deb.debian.org/debian/ stretch" runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror12 http://cdn-fastly.deb.debian.org/debian/ stretch"
fixtureGpg = False fixtureGpg = False
gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
@@ -214,9 +214,9 @@ class CreateMirror18Test(BaseTest):
""" """
create mirror: mirror with ppa URL create mirror: mirror with ppa URL
""" """
skipTest = "Requesting obsolete file - stretch/InRelease"
fixtureGpg = True fixtureGpg = True
configOverride = { configOverride = {
"max-tries": 1,
"ppaDistributorID": "ubuntu", "ppaDistributorID": "ubuntu",
"ppaCodename": "maverick", "ppaCodename": "maverick",
} }
@@ -255,8 +255,8 @@ class CreateMirror20Test(BaseTest):
""" """
create mirror: using failing HTTP_PROXY create mirror: using failing HTTP_PROXY
""" """
skipTest = "Requesting obsolete file - stretch/InRelease"
fixtureGpg = True fixtureGpg = True
configOverride = {"max-tries": 1}
runCmd = "aptly -architectures='i386' mirror create -keyring=aptlytest.gpg -with-sources mirror20 http://security.debian.org/ stretch/updates main" runCmd = "aptly -architectures='i386' mirror create -keyring=aptlytest.gpg -with-sources mirror20 http://security.debian.org/ stretch/updates main"
environmentOverride = {"HTTP_PROXY": "127.0.0.1:3137"} environmentOverride = {"HTTP_PROXY": "127.0.0.1:3137"}
@@ -279,7 +279,7 @@ class CreateMirror21Test(BaseTest):
""" """
create mirror: flat repository in subdir create mirror: flat repository in subdir
""" """
skipTest = "Requesting obsolete file - InRelease" configOverride = {"max-tries": 1}
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror21 http://pkg.jenkins-ci.org/debian-stable binary/" runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror21 http://pkg.jenkins-ci.org/debian-stable binary/"
fixtureGpg = True fixtureGpg = True
@@ -386,9 +386,8 @@ class CreateMirror30Test(BaseTest):
""" """
create mirror: repo with InRelease verification, failure (internal GPG implementation) create mirror: repo with InRelease verification, failure (internal GPG implementation)
""" """
skipTest = "Requesting obsolete file - stretch/InRelease"
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror10 http://cdn-fastly.deb.debian.org/debian/ stretch" runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror10 http://cdn-fastly.deb.debian.org/debian/ stretch"
configOverride = {"gpgProvider": "internal"} configOverride = {"gpgProvider": "internal", "max-tries": 1}
gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
fixtureGpg = False fixtureGpg = False
expectedCode = 1 expectedCode = 1
@@ -401,9 +400,8 @@ class CreateMirror31Test(BaseTest):
""" """
create mirror: repo with Release + Release.gpg verification (internal GPG implementation) create mirror: repo with Release + Release.gpg verification (internal GPG implementation)
""" """
skipTest = "Requesting obsolete file - stretch/InRelease"
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror11 http://cdn-fastly.deb.debian.org/debian/ stretch" runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror11 http://cdn-fastly.deb.debian.org/debian/ stretch"
configOverride = {"gpgProvider": "internal"} configOverride = {"gpgProvider": "internal", "max-tries": 1 }
fixtureGpg = True fixtureGpg = True
def outputMatchPrepare(self, s): def outputMatchPrepare(self, s):
@@ -414,7 +412,7 @@ class CreateMirror32Test(BaseTest):
""" """
create mirror: repo with Release + Release.gpg verification (gpg2) create mirror: repo with Release + Release.gpg verification (gpg2)
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror32 http://cdn-fastly.deb.debian.org/debian/ stretch" runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror32 http://cdn-fastly.deb.debian.org/debian/ stretch"
fixtureGpg = True fixtureGpg = True
requiresGPG2 = True requiresGPG2 = True
+16 -12
View File
@@ -124,8 +124,8 @@ class UpdateMirror8Test(BaseTest):
""" """
update mirrors: with sources (already in pool) update mirrors: with sources (already in pool)
""" """
configOverride = {"max-tries": 1}
skipTest = "Requesting obsolete file - maverick/InRelease"
fixtureGpg = True fixtureGpg = True
fixturePool = True fixturePool = True
fixtureCmds = [ fixtureCmds = [
@@ -165,13 +165,13 @@ class UpdateMirror11Test(BaseTest):
""" """
update mirrors: update over FTP update mirrors: update over FTP
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
sortOutput = True sortOutput = True
longTest = False longTest = False
fixtureGpg = True fixtureGpg = True
requiresFTP = True requiresFTP = True
fixtureCmds = [ fixtureCmds = [
"aptly mirror create -keyring=aptlytest.gpg -filter='Priority (required), Name (% s*)' -architectures=i386 stretch-main ftp://ftp.ru.debian.org/debian/ stretch main", "aptly mirror create -keyring=aptlytest.gpg -filter='Priority (required), Name (% s*)' -architectures=i386 stretch-main https://snapshot.debian.org/archive/debian/20220201T025006Z/ stretch main",
] ]
outputMatchPrepare = filterOutSignature outputMatchPrepare = filterOutSignature
runCmd = "aptly mirror update -keyring=aptlytest.gpg stretch-main" runCmd = "aptly mirror update -keyring=aptlytest.gpg stretch-main"
@@ -181,7 +181,7 @@ class UpdateMirror12Test(BaseTest):
""" """
update mirrors: update with udebs update mirrors: update with udebs
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
sortOutput = True sortOutput = True
longTest = False longTest = False
fixtureGpg = True fixtureGpg = True
@@ -223,11 +223,16 @@ class UpdateMirror15Test(BaseTest):
""" """
update mirrors: update for mirror without MD5 checksums update mirrors: update for mirror without MD5 checksums
""" """
# TODO spin up a Python server to serve that data from fixtures directory, instead of using bintray
# e.g. python3 -m http.server --directory src/aptly/system/t04_mirror/test_release/
# but that fixture seems to have the wrong hashes...
skipTest = "Using deprecated service - bintray" skipTest = "Using deprecated service - bintray"
sortOutput = True sortOutput = True
longTest = False longTest = False
fixtureCmds = [ fixtureCmds = [
"aptly mirror create --ignore-signatures bintray https://dl.bintray.com/smira/deb/ ./", "aptly mirror create --ignore-signatures bintray https://dl.bintray.com/smira/deb/ ./",
# TODO note the ./ is "flat" whereas putting "hardy" looks into dists/hardy
# "aptly mirror create --ignore-signatures bintray http://localhost:8000/ hardy",
] ]
runCmd = "aptly mirror update --ignore-signatures bintray" runCmd = "aptly mirror update --ignore-signatures bintray"
@@ -327,11 +332,11 @@ class UpdateMirror19Test(BaseTest):
""" """
update mirrors: correct matching of Release checksums update mirrors: correct matching of Release checksums
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
longTest = False longTest = False
fixtureGpg = True fixtureGpg = True
fixtureCmds = [ fixtureCmds = [
"aptly mirror create --keyring=aptlytest.gpg pagerduty http://packages.pagerduty.com/pdagent deb/" "aptly mirror create --keyring=aptlytest.gpg pagerduty https://packages.pagerduty.com/pdagent deb/"
] ]
runCmd = "aptly mirror update --keyring=aptlytest.gpg pagerduty" runCmd = "aptly mirror update --keyring=aptlytest.gpg pagerduty"
outputMatchPrepare = filterOutSignature outputMatchPrepare = filterOutSignature
@@ -358,12 +363,11 @@ class UpdateMirror21Test(BaseTest):
""" """
update mirrors: correct matching of Release checksums (internal pgp implementation) update mirrors: correct matching of Release checksums (internal pgp implementation)
""" """
skipTest = "Requesting obsolete file - deb/InRelease"
longTest = False longTest = False
configOverride = {"gpgProvider": "internal"} configOverride = {"gpgProvider": "internal", "max-tries": 1}
fixtureGpg = True fixtureGpg = True
fixtureCmds = [ fixtureCmds = [
"aptly mirror create --keyring=aptlytest.gpg pagerduty http://packages.pagerduty.com/pdagent deb/" "aptly mirror create --keyring=aptlytest.gpg pagerduty https://packages.pagerduty.com/pdagent deb/"
] ]
runCmd = "aptly mirror update --keyring=aptlytest.gpg pagerduty" runCmd = "aptly mirror update --keyring=aptlytest.gpg pagerduty"
outputMatchPrepare = filterOutSignature outputMatchPrepare = filterOutSignature
@@ -391,7 +395,7 @@ class UpdateMirror23Test(BaseTest):
""" """
update mirrors: update with installer update mirrors: update with installer
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
sortOutput = True sortOutput = True
longTest = False longTest = False
fixtureGpg = True fixtureGpg = True
@@ -406,12 +410,12 @@ class UpdateMirror24Test(BaseTest):
""" """
update mirrors: update with installer with separate gpg file update mirrors: update with installer with separate gpg file
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
sortOutput = True sortOutput = True
longTest = False longTest = False
fixtureGpg = True fixtureGpg = True
fixtureCmds = [ fixtureCmds = [
"aptly -architectures=amd64 mirror create -keyring=aptlytest.gpg -filter='installer' -with-installer trusty http://mirror.enzu.com/ubuntu/ trusty main restricted", "aptly -architectures=amd64 mirror create -keyring=aptlytest.gpg -filter='installer' -with-installer trusty http://us.archive.ubuntu.com/ubuntu/ trusty main restricted",
] ]
runCmd = "aptly mirror update -keyring=aptlytest.gpg trusty" runCmd = "aptly mirror update -keyring=aptlytest.gpg trusty"
outputMatchPrepare = filterOutSignature outputMatchPrepare = filterOutSignature
+3 -3
View File
@@ -979,7 +979,7 @@ class PublishSnapshot35Test(BaseTest):
""" """
publish snapshot: mirror with udebs publish snapshot: mirror with udebs
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
fixtureGpg = True fixtureGpg = True
fixtureCmds = [ fixtureCmds = [
"aptly -architectures=i386,amd64 mirror create -keyring=aptlytest.gpg -filter='$$Source (gnupg2)' -with-udebs stretch http://cdn-fastly.deb.debian.org/debian/ stretch main non-free", "aptly -architectures=i386,amd64 mirror create -keyring=aptlytest.gpg -filter='$$Source (gnupg2)' -with-udebs stretch http://cdn-fastly.deb.debian.org/debian/ stretch main non-free",
@@ -1136,7 +1136,7 @@ class PublishSnapshot37Test(BaseTest):
""" """
publish snapshot: mirror with double mirror update publish snapshot: mirror with double mirror update
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
fixtureGpg = True fixtureGpg = True
fixtureCmds = [ fixtureCmds = [
"aptly -architectures=i386,amd64 mirror create -keyring=aptlytest.gpg -filter='$$Source (gnupg2)' -with-udebs stretch http://cdn-fastly.deb.debian.org/debian/ stretch main non-free", "aptly -architectures=i386,amd64 mirror create -keyring=aptlytest.gpg -filter='$$Source (gnupg2)' -with-udebs stretch http://cdn-fastly.deb.debian.org/debian/ stretch main non-free",
@@ -1152,7 +1152,7 @@ class PublishSnapshot38Test(BaseTest):
""" """
publish snapshot: mirror with installer publish snapshot: mirror with installer
""" """
skipTest = "Requesting obsolete file - stretch/InRelease" configOverride = {"max-tries": 1}
fixtureGpg = True fixtureGpg = True
fixtureCmds = [ fixtureCmds = [
"aptly -architectures=s390x mirror create -keyring=aptlytest.gpg -filter='installer' -with-installer stretch http://cdn-fastly.deb.debian.org/debian/ stretch main", "aptly -architectures=s390x mirror create -keyring=aptlytest.gpg -filter='installer' -with-installer stretch http://cdn-fastly.deb.debian.org/debian/ stretch main",
+4 -6
View File
@@ -6,15 +6,13 @@ class MirrorsAPITestCreateShow(APITest):
POST /api/mirrors, GET /api/mirrors/:name/packages POST /api/mirrors, GET /api/mirrors/:name/packages
""" """
skipTest = "Using obsolete repo - wheezy/updates"
def check(self): def check(self):
mirror_name = self.random_name() mirror_name = self.random_name()
mirror_desc = {'Name': mirror_name, mirror_desc = {'Name': mirror_name,
'ArchiveURL': 'http://security.debian.org/', 'ArchiveURL': 'http://security.debian.org/debian-security/',
'Architectures': ['amd64'], 'Architectures': ['amd64'],
'Components': ['main'], 'Components': ['main'],
'Distribution': 'wheezy/updates'} 'Distribution': 'buster/updates'}
resp = self.post("/api/mirrors", json=mirror_desc) resp = self.post("/api/mirrors", json=mirror_desc)
self.check_equal(resp.status_code, 400) self.check_equal(resp.status_code, 400)
@@ -29,10 +27,10 @@ class MirrorsAPITestCreateShow(APITest):
resp = self.get("/api/mirrors/" + mirror_name) resp = self.get("/api/mirrors/" + mirror_name)
self.check_equal(resp.status_code, 200) self.check_equal(resp.status_code, 200)
self.check_subset({'Name': mirror_name, self.check_subset({'Name': mirror_name,
'ArchiveRoot': 'http://security.debian.org/', 'ArchiveRoot': 'http://security.debian.org/debian-security/',
'Architectures': ['amd64'], 'Architectures': ['amd64'],
'Components': ['main'], 'Components': ['main'],
'Distribution': 'wheezy/updates'}, resp.json()) 'Distribution': 'buster/updates'}, resp.json())
resp = self.get("/api/mirrors/" + mirror_desc["Name"] + "/packages") resp = self.get("/api/mirrors/" + mirror_desc["Name"] + "/packages")
self.check_equal(resp.status_code, 404) self.check_equal(resp.status_code, 404)