From 956e757ce9bc99372e1bfc1409717feeb54c1818 Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Tue, 11 Mar 2014 12:14:46 -0400 Subject: [PATCH] trim-reports: always run repack and prune The repo can get very large even within the expiry window if it does not get packed and pruned. --- ppg-trim-reports | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ppg-trim-reports b/ppg-trim-reports index 53e786b..1a86018 100755 --- a/ppg-trim-reports +++ b/ppg-trim-reports @@ -64,11 +64,6 @@ for head in $(git branch|sed 's/^..//'); do fi done -if [[ -z "$some_grafted" ]]; then - # nothing to do - exit 0 -fi - $PPG_EXEC_PATH/ppg-repack -ad git prune --expire=23.hours.ago -- 2.11.4.GIT