mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
aptly db cleanup with source packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Loading mirrors and snapshots...
|
||||
Loading list of all packages...
|
||||
Deleting unreferenced packages (56484)...
|
||||
Deleting unreferenced packages (74095)...
|
||||
Building list of files referenced by packages...
|
||||
Building list of files in package pool...
|
||||
Deleting unreferenced files (0)...
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Loading mirrors and snapshots...
|
||||
Loading list of all packages...
|
||||
Deleting unreferenced packages (6)...
|
||||
Deleting unreferenced packages (7)...
|
||||
Building list of files referenced by packages...
|
||||
Building list of files in package pool...
|
||||
Deleting unreferenced files (9)...
|
||||
|
||||
@@ -3,5 +3,4 @@ Loading list of all packages...
|
||||
Deleting unreferenced packages (0)...
|
||||
Building list of files referenced by packages...
|
||||
Building list of files in package pool...
|
||||
Deleting unreferenced files (3)...
|
||||
Disk space freed: 0.00 GiB...
|
||||
Deleting unreferenced files (0)...
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Loading mirrors and snapshots...
|
||||
Loading list of all packages...
|
||||
Deleting unreferenced packages (6)...
|
||||
Deleting unreferenced packages (7)...
|
||||
Building list of files referenced by packages...
|
||||
Building list of files in package pool...
|
||||
Deleting unreferenced files (9)...
|
||||
|
||||
@@ -14,6 +14,7 @@ class CleanupDB2Test(BaseTest):
|
||||
"""
|
||||
fixtureDB = True
|
||||
fixtureCmds = [
|
||||
"aptly mirror drop wheezy-main-src",
|
||||
"aptly mirror drop wheezy-main",
|
||||
"aptly mirror drop wheezy-contrib",
|
||||
]
|
||||
@@ -27,6 +28,7 @@ class CleanupDB3Test(BaseTest):
|
||||
fixtureDB = True
|
||||
fixturePoolCopy = True
|
||||
fixtureCmds = [
|
||||
"aptly mirror drop gnuplot-maverick-src",
|
||||
"aptly mirror drop gnuplot-maverick",
|
||||
]
|
||||
runCmd = "aptly db cleanup"
|
||||
@@ -52,6 +54,7 @@ class CleanupDB5Test(BaseTest):
|
||||
fixtureDB = True
|
||||
fixturePoolCopy = True
|
||||
fixtureCmds = [
|
||||
"aptly mirror drop gnuplot-maverick-src",
|
||||
"aptly snapshot create gnuplot from mirror gnuplot-maverick",
|
||||
"aptly snapshot drop gnuplot",
|
||||
"aptly mirror drop gnuplot-maverick",
|
||||
|
||||
Reference in New Issue
Block a user