diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-08 15:43:54 -0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-05-08 15:43:54 -0400 |
commit | 0c4c8f7a9d09c497d95771c894a5cc3d4276609b (patch) | |
tree | 69f34fb0eda2401a9f477ae97994d8248b0ef267 /scripts/maintenance/gc-commands | |
parent | afa7b8a479e48c5642a796563a615314c0261a1a (diff) |
Remove obsolete files (moved to release tree)
Diffstat (limited to 'scripts/maintenance/gc-commands')
-rw-r--r-- | scripts/maintenance/gc-commands | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/maintenance/gc-commands b/scripts/maintenance/gc-commands deleted file mode 100644 index 3d548da19..000000000 --- a/scripts/maintenance/gc-commands +++ /dev/null @@ -1,2 +0,0 @@ -./gc-releases.pl /data/releases/patches/all-patches $(find /data/releases -name MANIFEST) | sort > dead -cat dead | xargs -d '\n' sh -c 'find "$@" -mtime +100 -print' | xargs -d '\n' mv -v --target-directory=/data/releases/trash/ |