]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot_garbage_collection.sh: Increase maximum count of liveboot to 20.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 8 Oct 2014 12:25:09 +0000 (14:25 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 8 Oct 2014 12:25:09 +0000 (14:25 +0200)
Due to currently having two parallel liveboots (one for qemu 1.0 and one for
qemu 1.2), the maximum number of 15 is too restrictive.

liveboot_garbage_collection.sh

index ef245b2e9988fa463d67dfc769aaaa0b34df9def..eae769c0dc24a1cdbfd00c5f940911b4ef6d8bec 100755 (executable)
@@ -8,8 +8,8 @@ set -e
 #export
 
 # no configuration below this block
-AMOUNT_TO_KEEP=15
-WARNING_TRESHOLD=10
+AMOUNT_TO_KEEP=20
+WARNING_TRESHOLD=15
 LIVEBOOT_IMAGE_PATH="/srv/mirror/liveboot"
 DEBUG_ARCHIVE_PATH="/srv/liveboot/debug_archives"