mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Fix unittests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch-backports/InRelease...
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch-backports/InRelease
|
||||
openpgp: RSA key ID 648ACFD622F3D138
|
||||
openpgp: Good signature from "Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>"
|
||||
openpgp: RSA key ID 0E98404D386FA1D9
|
||||
openpgp: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>"
|
||||
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch-backports/InRelease
|
||||
|
||||
Mirror [mirror9]: http://cdn-fastly.deb.debian.org/debian/ stretch-backports successfully added.
|
||||
You can run 'aptly mirror update mirror9' to download repository contents.
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"Architectures": "amd64 arm64 armel armhf i386",
|
||||
"Codename": "stretch",
|
||||
"Components": "updates/main updates/contrib updates/non-free",
|
||||
"Date": "Tue, 21 Sep 2021 13:02:10 UTC",
|
||||
"Date": "Tue, 02 Nov 2021 02:21:49 UTC",
|
||||
"Description": " Debian 9 Security Updates\n",
|
||||
"Label": "Debian-Security",
|
||||
"Origin": "Debian",
|
||||
"Suite": "oldoldstable",
|
||||
"Valid-Until": "Fri, 01 Oct 2021 13:02:10 UTC",
|
||||
"Valid-Until": "Fri, 12 Nov 2021 02:21:49 UTC",
|
||||
"Version": "9"
|
||||
},
|
||||
"LastDownloadDate": "0001-01-01T00:00:00Z",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease...
|
||||
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease
|
||||
openpgp: RSA key ID DDCAE044F796ECB0
|
||||
openpgp: Good signature from "NVIDIA CORPORATION (Open Source Projects) <cudatools@nvidia.com>"
|
||||
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease
|
||||
Downloading & parsing package files...
|
||||
Downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages.xz...
|
||||
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages.xz
|
||||
|
||||
@@ -46,6 +46,7 @@ class PublishAPITestRepo(APITest):
|
||||
'Origin': '',
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'local',
|
||||
@@ -90,6 +91,7 @@ class PublishAPITestRepo(APITest):
|
||||
'Origin': '',
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Path': './' + distribution,
|
||||
'Prefix': ".",
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'local',
|
||||
@@ -167,6 +169,7 @@ class PublishSnapshotAPITest(APITest):
|
||||
'Origin': 'earth',
|
||||
'NotAutomatic': 'yes',
|
||||
'ButAutomaticUpgrades': 'yes',
|
||||
'Path': prefix + '/' + 'squeeze',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'snapshot',
|
||||
@@ -251,6 +254,7 @@ class PublishUpdateAPITestRepo(APITest):
|
||||
'Origin': '',
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'local',
|
||||
@@ -344,6 +348,7 @@ class PublishUpdateSkipCleanupAPITestRepo(APITest):
|
||||
'Origin': '',
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'local',
|
||||
@@ -406,6 +411,7 @@ class PublishSwitchAPITestRepo(APITest):
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Origin': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'snapshot',
|
||||
@@ -448,6 +454,7 @@ class PublishSwitchAPITestRepo(APITest):
|
||||
'Origin': '',
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': True,
|
||||
'SourceKind': 'snapshot',
|
||||
@@ -508,6 +515,7 @@ class PublishSwitchAPISkipCleanupTestRepo(APITest):
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Origin': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'snapshot',
|
||||
@@ -543,6 +551,7 @@ class PublishSwitchAPISkipCleanupTestRepo(APITest):
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Origin': '',
|
||||
'Path': prefix + '/' + 'otherdist',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': False,
|
||||
'SourceKind': 'snapshot',
|
||||
@@ -580,6 +589,7 @@ class PublishSwitchAPISkipCleanupTestRepo(APITest):
|
||||
'Origin': '',
|
||||
'NotAutomatic': '',
|
||||
'ButAutomaticUpgrades': '',
|
||||
'Path': prefix + '/' + 'wheezy',
|
||||
'Prefix': prefix,
|
||||
'SkipContents': True,
|
||||
'SourceKind': 'snapshot',
|
||||
|
||||
Reference in New Issue
Block a user