From f45f7bf76fcff9424b0b718f9c1d23d52e40b3a2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 7 Sep 2012 11:19:25 +0200 Subject: [PATCH] pass git branch to liveboot build script --- liveboot_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 289c58c..8bd601a 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -22,9 +22,9 @@ RSYNC_FILTER='' # ri server RSYNC_DST1="liveboot@riserver/liveboot/" -# pbb +# pbb (mgmt5) RSYNC_DST2="liveboot@10.254.1.1/liveboot/" -# staging +# staging (mgmt9) RSYNC_DST3="liveboot@10.252.1.1/liveboot/" figlet "still work in progress, but... getting there" @@ -37,7 +37,7 @@ git clone git://git/ri/liveboot.git cd liveboot git checkout $GIT_BRANCH [ -d /srv/build/cache ] && mv /srv/build/cache . -./build.sh $BUILD_NUMBER +./build.sh $BUILD_NUMBER $GIT_BRANCH EOF sudo pbuilder --execute --bindmounts /srv/build/ -- $BUILD_SCRIPT -- 2.39.5