New upstream version 1.4.0+ds1

This commit is contained in:
Sébastien Delafond
2019-12-22 14:57:35 +01:00
parent 491c8ebdd1
commit 5719d6fcdd
215 changed files with 4919 additions and 1878 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
Loading mirrors, local repos, snapshots and published repos...
Loading list of all packages...
Deleting unreferenced packages (3)...
Deleting unreferenced packages (4)...
Building list of files referenced by packages...
Building list of files in package pool...
Deleting unreferenced files (5)...
Disk space freed: 37.04 KiB...
Deleting unreferenced files (6)...
Disk space freed: 40.39 KiB...
Compacting database...
+2 -2
View File
@@ -109,8 +109,8 @@ class CleanupDB9Test(BaseTest):
runCmd = "aptly db cleanup"
def check(self):
self.check_output()
self.check_cmd_output("aptly publish drop def", "publish_drop", match_prepare=self.expand_environ)
self.check_output()
self.check_cmd_output("aptly publish drop def", "publish_drop", match_prepare=self.expand_environ)
class CleanupDB10Test(BaseTest):