Switch aptly repo move/copy/import/remove to use new filters based on queries.

This commit is contained in:
Andrey Smirnov
2014-07-12 13:58:38 +04:00
parent e08d44ff0a
commit e320ac31d5
6 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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...
+1 -1
View File
@@ -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()