mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Switch aptly repo move/copy/import/remove to use new filters based on queries.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
|
||||
ERROR: unable to copy: unable to parse dependency: pyspi >> 0.6.1-1.3)
|
||||
ERROR: unable to copy: parsing failed: unexpected token >>: expecting end of query
|
||||
Loading packages...
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
ERROR: unable to import: unable to parse dependency: pyspi >> 0.6.1-1.3)
|
||||
ERROR: unable to import: parsing failed: unexpected token >>: expecting end of query
|
||||
Loading packages...
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
ERROR: unable to move: unable to parse dependency: pyspi >> 0.6.1-1.3)
|
||||
ERROR: unable to move: parsing failed: unexpected token >>: expecting end of query
|
||||
Loading packages...
|
||||
@@ -10,7 +10,7 @@ class ImportRepo1Test(BaseTest):
|
||||
"aptly repo create -comment=Cool -distribution=squeeze repo1",
|
||||
"aptly repo add repo1 ${files}"
|
||||
]
|
||||
runCmd = "aptly repo import wheezy-main repo1 nginx unpaper_0.4.2-1_amd64"
|
||||
runCmd = "aptly repo import wheezy-main repo1 'nginx (>= 1.2)' unpaper_0.4.2-1_amd64"
|
||||
|
||||
def check(self):
|
||||
self.check_output()
|
||||
|
||||
Reference in New Issue
Block a user