From 19fefed5abb4651a40bc0e6500d0413a41febf46 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 24 Aug 2012 12:57:48 +0200 Subject: [PATCH] dont install packages now present in the pbuilder chroots anymore --- liveboot_build.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.5