Add keyring for publish. #108

This commit is contained in:
Andrey Smirnov
2014-09-30 21:25:52 +04:00
parent bd34ba4088
commit 6514b87e3e

View File

@@ -845,7 +845,7 @@ class PublishSnapshot35Test(BaseTest):
"aptly mirror update -keyring=aptlytest.gpg squeeze",
"aptly snapshot create squeeze from mirror squeeze",
]
runCmd = "aptly publish snapshot squeeze"
runCmd = "aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec squeeze"
def check(self):
super(PublishSnapshot35Test, self).check()