summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-19 21:49:11 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 00:34:38 +0200
commitaf2d5625266c51822bd2ce58cff7af2dd95142b4 (patch)
tree3c555212b024211a3c57d2ef047c8449686dd4e4 /bin/d-i_build.sh
parent5b8b9b87c27626723e86b7d911f8e57739f452c6 (diff)
downloadjenkins.debian.net-af2d5625266c51822bd2ce58cff7af2dd95142b4.tar.xz
d-i: ensure that there's a 'pu_' element to pu/ branch related things
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 2d50113d..70823e1a 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -37,7 +37,7 @@ replace_origin_pu() {
PREFIX=$1 ; shift
BRANCH=$1 ; shift
expr "$BRANCH" : 'origin/pu/' >/dev/null || return 1
- echo "${PREFIX}${BRANCH#origin/pu/}"
+ echo "${PREFIX}pu_${BRANCH#origin/pu/}"
}
iso_target() {