summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-06-06 11:52:30 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-06-07 17:02:04 +0000
commitfacdfae5355ac0e2f36860482bd74c55d179ca08 (patch)
tree30d9515e911ec7b851af785b6e457010944aa828 /without-test-modules
parent40cdee7b390a3f9efeb7dd4ecb547cdc513474b4 (diff)
downloadmorph-facdfae5355ac0e2f36860482bd74c55d179ca08.tar.gz
plugins: add morph gc subcommand
This removes staging areas and extracted chunks from --tempdir. Then asks the local artifact cache what artifacts it has and how old they are, removing all sources older than --cachedir-artifact-delete-older-than, and may delete other sources that are younger than --cachedir-artifact-keep-younger-than if it still needs to make space.
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index 89b0bd8c..f143eb46 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -26,3 +26,4 @@ morphlib/plugins/__init__.py
morphlib/writeexts.py
morphlib/plugins/copy-artifacts_plugin.py
morphlib/plugins/trovectl_plugin.py
+morphlib/plugins/gc_plugin.py