mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Fix keyring in system test.
This commit is contained in:
@@ -216,7 +216,7 @@ class CreateMirror19Test(BaseTest):
|
|||||||
fixtureGpg = True
|
fixtureGpg = True
|
||||||
outputMatchPrepare = lambda _, s: re.sub(r'Signature made .* using', '', s)
|
outputMatchPrepare = lambda _, s: re.sub(r'Signature made .* using', '', s)
|
||||||
|
|
||||||
runCmd = "aptly -architectures='i386' mirror create -with-sources mirror19 http://security.debian.org/ wheezy/updates main"
|
runCmd = "aptly -architectures='i386' mirror create -keyring=aptlytest.gpg -with-sources mirror19 http://security.debian.org/ wheezy/updates main"
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
def removeDates(s):
|
def removeDates(s):
|
||||||
|
|||||||
Reference in New Issue
Block a user