mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Print redirects being followed, drop mirror.yandex.ru.
Use CDN-backed Debian mirror to make tests run faster hopefully for everyone. Redirects might be important to know what exactly is going on when items are being downloaded.
This commit is contained in:
committed by
Andrey Smirnov
parent
021b6f694b
commit
26098f6c8d
@@ -6,7 +6,7 @@ class DropMirror1Test(BaseTest):
|
||||
drop mirror: regular list
|
||||
"""
|
||||
fixtureCmds = [
|
||||
"aptly mirror create --ignore-signatures mirror1 http://mirror.yandex.ru/debian/ stretch",
|
||||
"aptly mirror create --ignore-signatures mirror1 http://cdn-fastly.deb.debian.org/debian/ stretch",
|
||||
]
|
||||
runCmd = "aptly mirror drop mirror1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user