Updating mirrors with sources.

This commit is contained in:
Andrey Smirnov
2014-02-17 16:16:55 +04:00
parent 9b0bb17908
commit 812bc6e1e1
5 changed files with 81 additions and 0 deletions
+2
View File
@@ -69,6 +69,7 @@ class BaseTest(object):
"dependencyFollowSuggests": False,
"dependencyFollowRecommends": False,
"dependencyFollowAllVariants": False,
"dependencyFollowSource": False,
"gpgDisableVerify": False,
"gpgDisableSign": False,
}
@@ -126,6 +127,7 @@ 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", "launchpad.key"),
os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "flat.key")])
if hasattr(self, "fixtureCmds"):