From 79cf54cafee08b6b469de65b67378bbdda6f9110 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 10 Oct 2012 17:21:33 +0200 Subject: [PATCH] also pass REQUEST_ID to build.sh --- liveboot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 2a54065..fb4f838 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -34,7 +34,7 @@ git clone git://git/ri/liveboot.git cd liveboot git checkout $GIT_BRANCH [ -d /srv/build/cache ] && mv /srv/build/cache . -./build.sh $BUILD_NUMBER $GIT_BRANCH +./build.sh $BUILD_NUMBER $GIT_BRANCH $REQUEST_ID EOF sudo pbuilder --execute --bindmounts /srv/build/ -- $BUILD_SCRIPT rm $BUILD_SCRIPT -- 2.39.5