mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +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:
@@ -1,12 +1,13 @@
|
||||
from lib import BaseTest
|
||||
import re
|
||||
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class ShowMirror1Test(BaseTest):
|
||||
"""
|
||||
show mirror: regular mirror
|
||||
"""
|
||||
fixtureCmds = ["aptly mirror create --ignore-signatures mirror1 http://cdn-fastly.deb.debian.org/debian/ stretch"]
|
||||
fixtureCmds = ["aptly mirror create --ignore-signatures mirror1 http://archive.debian.org/debian-archive/debian/ stretch"]
|
||||
runCmd = "aptly mirror show mirror1"
|
||||
|
||||
|
||||
@@ -46,7 +47,7 @@ class ShowMirror5Test(BaseTest):
|
||||
"""
|
||||
show mirror: regular mirror
|
||||
"""
|
||||
fixtureCmds = ["aptly mirror create --ignore-signatures mirror1 http://cdn-fastly.deb.debian.org/debian/ stretch"]
|
||||
fixtureCmds = ["aptly mirror create --ignore-signatures mirror1 http://archive.debian.org/debian-archive/debian/ stretch"]
|
||||
runCmd = "aptly mirror show -json mirror1"
|
||||
|
||||
def outputMatchPrepare(_, s):
|
||||
|
||||
Reference in New Issue
Block a user