#case $LIVE_TYPE in
# default|staging)
# RSYNC_SRC="$RSYNC_BASE/"
-# RSYNC_DST="livebuild@10.1.1.1/livebuild/" # mgmt1 will transfer this further, see mgmt1:/etc/rsyncd.conf
+# RSYNC_DST="liveboot@10.1.1.1/livebuild/" # mgmt1 will transfer this further, see mgmt1:/etc/rsyncd.conf
# RSYNC_FILTER='--include=default-** --include=staging-** --exclude=*'
# ;;
# pbb|pre-staging)
# RSYNC_SRC="$BUILD_TARGET/"
-# RSYNC_DST="livebuild@10.254.1.1/livebuild/"
+# RSYNC_DST="liveboot@10.254.1.1/livebuild/"
# RSYNC_FILTER=''
# ;;
#esac
cd /srv/build
git clone git://git/ri/liveboot.git
cd liveboot
-git checkout feature/jenkins
+git checkout develop
[ -d /srv/build/cache ] && mv /srv/build/cache .
./build.sh $BUILD_NUMBER
EOF