mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Default distribution/component could be specified when creating repo. #12
This commit is contained in:
@@ -14,9 +14,9 @@ class CreateRepo1Test(BaseTest):
|
||||
|
||||
class CreateRepo2Test(BaseTest):
|
||||
"""
|
||||
create local repo: regular repo with comment
|
||||
create local repo: regular repo with comment & publishing defaults
|
||||
"""
|
||||
runCmd = "aptly repo create -comment=Repository2 repo2"
|
||||
runCmd = "aptly repo create -comment=Repository2 -distribution=maverick -component=non-free repo2"
|
||||
|
||||
def check(self):
|
||||
self.check_output()
|
||||
|
||||
Reference in New Issue
Block a user