# 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"
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