diff options
author | Philip Hands <phil@hands.com> | 2016-06-10 12:15:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-10 12:17:10 +0200 |
commit | 8aee869e95ec76b63aa9af0302139d1fb53e385c (patch) | |
tree | cc35ad42035cdcb4269b2bbebda81a98fe17c7b8 | |
parent | 1a3c4e5975da00e36469cc1603886837ecaa8f6f (diff) | |
download | jenkins.debian.net-8aee869e95ec76b63aa9af0302139d1fb53e385c.tar.xz |
d-i: actually set PU_BRANCH_DIR - Doh!
-rwxr-xr-x | bin/d-i_build.sh | 2 |
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 |