From: Holger Levsen Date: Thu, 23 Aug 2012 10:29:40 +0000 (+0200) Subject: start to move stuff outside the pbuilder chroot after building liveboot X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=2c428266e2cff1ebd29e8bcc82485d6af2167baf;p=profitbricks%2Fjenkins-build-scripts.git start to move stuff outside the pbuilder chroot after building liveboot --- diff --git a/liveboot_build.sh b/liveboot_build.sh index 26509e2..c3115da 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -15,6 +15,7 @@ figlet "this is work in progress" BUILD_SCRIPT=$(mktemp) cat > $BUILD_SCRIPT <<-EOF +cd /srv/build/liveboot apt-get -y install debootstrap ldap-utils git clone git://git/ri/liveboot.git cd liveboot @@ -22,4 +23,6 @@ git checkout feature/jenkins ./build.sh EOF -sudo pbuilder --execute -- $BUILD_SCRIPT +sudo pbuilder --bindmounts /srv/build/liveboot --execute -- $BUILD_SCRIPT + +ls /srv/build/liveboot/builds