summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-10 12:15:37 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-10 12:17:10 +0200
commit8aee869e95ec76b63aa9af0302139d1fb53e385c (patch)
treecc35ad42035cdcb4269b2bbebda81a98fe17c7b8 /bin/d-i_build.sh
parent1a3c4e5975da00e36469cc1603886837ecaa8f6f (diff)
downloadjenkins.debian.net-8aee869e95ec76b63aa9af0302139d1fb53e385c.tar.xz
d-i: actually set PU_BRANCH_DIR - Doh!
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 8465d797..b1de0dbd 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -85,7 +85,7 @@ preserve_pu_udebs() {
#
expr "$GIT_BRANCH" : 'origin/pu/' >/dev/null || return 0
- BRANCH_DIR="/srv/udebs/${GIT_BRANCH#origin/pu/}"
+ PU_BRANCH_DIR="/srv/udebs/${GIT_BRANCH#origin/pu/}"
mkdir -p $PU_BRANCH_DIR
cp $WORKSPACE/../*.udeb $PU_BRANCH_DIR