Add one more key for flat repos.

This commit is contained in:
Andrey Smirnov
2014-02-10 15:05:18 +04:00
parent 3075addd46
commit 955b09a41c
2 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -120,7 +120,8 @@ class BaseTest(object):
if self.fixtureGpg:
self.run_cmd(["gpg", "--no-default-keyring", "--trust-model", "always", "--batch", "--keyring", "aptlytest.gpg", "--import",
os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "debian-archive-keyring.gpg")])
os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "debian-archive-keyring.gpg"),
os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "flat.key")])
if hasattr(self, "fixtureCmds"):
if self.fixtureWebServer: