system tests: use repository mirrors on S3 for reproducibility

no direct internet download from apt repositories,
which over time will change or cease to exist.

also migrate to gpg2 on newer ubuntu.
This commit is contained in:
André Roth
2024-01-21 21:07:27 +01:00
parent a69aa7c533
commit d7cc9b89d1
98 changed files with 1436 additions and 1482 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[!] changes file skipped due to uploaders config: hardlink_0.2.1_amd64.changes, keys []pgp.Key{"21DBB89C16DB3E6D"}: denied as no rule matches
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[+] hardlink_0.2.1_source added
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[+] hardlink_0.2.1_source added
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[!] changes file skipped due to uploaders config: hardlink_0.2.1_amd64.changes, keys []pgp.Key{"21DBB89C16DB3E6D"}: denied as no rule matches
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: Signature made Sun Mar 15 20:36:44 2015 MSK using DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[+] hardlink_0.2.1_source added
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository my-unstable for changes file hardlink_0.2.1_amd64.changes...
[+] hardlink_0.2.1_source added
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[+] hardlink_0.2.1_source added
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
[!] unable to process file hardlink_0.2.1_amd64.changes: open /01/hardlink_0.2.1.tar.gz: no such file or directory
[!] Some files were skipped due to errors:
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
[!] unable to process file hardlink_0.2.1_amd64.changes: checksum mismatch MD5: expected 4efce26825af5842f43961096dd890b3 != obtained 7515e9279fc32d0c89db965f4dfdec8c
[!] Some files were skipped due to errors:
+2 -1
View File
@@ -1,4 +1,5 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Signature made Sun Mar 15 17:36:44 2015 UTC
gpgv: using DSA key 21DBB89C16DB3E6D
gpgv: BAD signature from "Aptly Tester (don't use it) <test@aptly.info>"
[!] unable to process file hardlink_0.2.1_amd64.changes: verification of clearsigned file failed: exit status 1
[!] Some files were skipped due to errors:
+1 -1
View File
@@ -83,7 +83,7 @@ class ImportRepo6Test(BaseTest):
"""
fixtureCmds = [
"aptly repo create -comment=Cool -distribution=squeeze repo1",
"aptly mirror create --ignore-signatures mirror1 http://archive.debian.org/debian-archive/debian/ stretch",
"aptly mirror create --ignore-signatures mirror1 http://repo.aptly.info/system-tests/archive.debian.org/debian-archive/debian/ stretch",
]
runCmd = "aptly repo import mirror1 repo1 nginx"
expectedCode = 1