]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
dont install packages now present in the pbuilder chroots anymore
authorHolger Levsen <holger@layer-acht.org>
Fri, 24 Aug 2012 10:57:48 +0000 (12:57 +0200)
committerHolger Levsen <holger@layer-acht.org>
Fri, 24 Aug 2012 10:57:48 +0000 (12:57 +0200)
liveboot_build.sh

index e050734d3d52869b855d62cb3296d5060f3a8991..b74ce01226d8018b41f33db15d006f65e58c957c 100755 (executable)
@@ -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