mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Revert "Use non-default keyring in test, so that we don't have extra messages."
This reverts commit ad623f7d74.
This commit is contained in:
@@ -74,10 +74,10 @@ class UpdateMirror6Test(BaseTest):
|
|||||||
update mirrors: wrong checksum in package, but ignore
|
update mirrors: wrong checksum in package, but ignore
|
||||||
"""
|
"""
|
||||||
fixtureCmds = [
|
fixtureCmds = [
|
||||||
"aptly mirror create --ignore-signatures --keyring=aptlytest.gpg failure ${url} hardy main",
|
"aptly mirror create --ignore-signatures failure ${url} hardy main",
|
||||||
]
|
]
|
||||||
fixtureWebServer = "test_release2"
|
fixtureWebServer = "test_release2"
|
||||||
runCmd = "aptly mirror update -ignore-checksums --ignore-signatures --keyring=aptlytest.gpg failure"
|
runCmd = "aptly mirror update -ignore-checksums --ignore-signatures failure"
|
||||||
|
|
||||||
def gold_processor(self, gold):
|
def gold_processor(self, gold):
|
||||||
return string.Template(gold).substitute({'url': self.webServerUrl})
|
return string.Template(gold).substitute({'url': self.webServerUrl})
|
||||||
|
|||||||
Reference in New Issue
Block a user