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