From: Holger Levsen Date: Fri, 24 Aug 2012 10:57:48 +0000 (+0200) Subject: dont install packages now present in the pbuilder chroots anymore X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=19fefed5abb4651a40bc0e6500d0413a41febf46;p=profitbricks%2Fjenkins-build-scripts.git dont install packages now present in the pbuilder chroots anymore --- diff --git a/liveboot_build.sh b/liveboot_build.sh index e050734..b74ce01 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -13,10 +13,10 @@ export PB_SUITE=production-proposed-updates # # Define default settings # -RSYNC_BASE=/srv/mirror/live-build -BUILD_DATE=${BUILD_DATE:=$(date +%Y%m%d%H%M)} -BUILD_ID="${LIVE_TYPE}-${BUILD_DATE}-${BUILD_NUMBER}" # BUILD_ID is used without lb_build.sh... -BUILD_TARGET=$RSYNC_BASE/$BUILD_ID +RSYNC_BASE=/srv/mirror/liveboot +# BUILD_DATE=${BUILD_DATE:=$(date +%Y%m%d%H%M)} +# BUILD_ID="${LIVE_TYPE}-${BUILD_DATE}-${BUILD_NUMBER}" # BUILD_ID is used without lb_build.sh... +# BUILD_TARGET=$RSYNC_BASE/$BUILD_ID # @@ -48,7 +48,6 @@ BUILD_SCRIPT=$(mktemp) cat > $BUILD_SCRIPT <<-EOF cd /srv/build -apt-get -y install debootstrap ldap-utils git clone git://git/ri/liveboot.git cd liveboot git checkout feature/jenkins