mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Add keyring for publish. #108
This commit is contained in:
@@ -845,7 +845,7 @@ class PublishSnapshot35Test(BaseTest):
|
|||||||
"aptly mirror update -keyring=aptlytest.gpg squeeze",
|
"aptly mirror update -keyring=aptlytest.gpg squeeze",
|
||||||
"aptly snapshot create squeeze from mirror 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):
|
def check(self):
|
||||||
super(PublishSnapshot35Test, self).check()
|
super(PublishSnapshot35Test, self).check()
|
||||||
|
|||||||
Reference in New Issue
Block a user