diff options
author | Philip Hands <phil@hands.com> | 2016-06-19 21:49:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 00:34:38 +0200 |
commit | af2d5625266c51822bd2ce58cff7af2dd95142b4 (patch) | |
tree | 3c555212b024211a3c57d2ef047c8449686dd4e4 /bin | |
parent | 5b8b9b87c27626723e86b7d911f8e57739f452c6 (diff) | |
download | jenkins.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')
-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 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() { |