]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
liveboot_rsync.sh: Do not delete liveboots from new DC Manager UI
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 4 Feb 2015 13:49:45 +0000 (14:49 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 4 Feb 2015 13:49:45 +0000 (14:49 +0100)
commit48f79bd4f7325512c2715913cc51640f4b91ebf2
tree3b7215a3b50a329704151f19546ee7fe9290e99e
parent101f1ee63b98dbf232046fc83b33eacad2f2fcaf
liveboot_rsync.sh: Do not delete liveboots from new DC Manager UI

The old liveboots (trigger by https://liveboot/) are named
"liveboot-$BUILDDATE-$JENKINSBUILDNUMBER" (e.g. liveboot-20150127-2040) and new
liveboots (trigger by DC Manager) are name "liveboot-$year.$number" (e.g.
liveboot-2015.20). liveboot_rsync.sh should only rsync the old liveboots and do
not touch new liveboots.
liveboot_rsync.sh