From: Holger Levsen Date: Thu, 15 Nov 2012 12:35:25 +0000 (+0100) Subject: only keep 15 images atm X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=a8f87d54becd10700fe608fa48fdef613c0663d0;p=profitbricks%2Fjenkins-build-scripts.git only keep 15 images atm --- diff --git a/liveboot_garbage_collection.sh b/liveboot_garbage_collection.sh index 50f87d5..bae7eca 100755 --- a/liveboot_garbage_collection.sh +++ b/liveboot_garbage_collection.sh @@ -8,9 +8,10 @@ set -e #export # no configuration below this block -AMOUNT_TO_KEEP=25 +AMOUNT_TO_KEEP=15 LIVEBOOT_IMAGE_PATH="/srv/mirror/liveboot" + echo echo "liveboot garbage collection" echo "---------------------------"