From 2c428266e2cff1ebd29e8bcc82485d6af2167baf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 23 Aug 2012 12:29:40 +0200 Subject: [PATCH] start to move stuff outside the pbuilder chroot after building liveboot --- liveboot_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5