]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
live_build.sh: Increase maximum count of liveboot to 20.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 24 Sep 2014 09:16:50 +0000 (11:16 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 24 Sep 2014 09:16:50 +0000 (11:16 +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.

live_build.sh

index 88bf36212cf15f2e8a329cb4868e883d283b09ff..1747fb0710890e8c3537ddc8b24b71389e0919f2 100755 (executable)
@@ -98,7 +98,7 @@ figlet "mirror OK"
 #
 # cleanup /srv/mirror, keep MAX number of images
 #
-MAX=15
+MAX=20
 cd $RSYNC_BASE
 COUNT=0
 for i in $(ls -atd1 ./${LIVE_TYPE}-*) ; do