[Qa-jenkins-scm] [jenkins.debian.net] 02/04: d-i: ensure that there's a 'pu_' element to pu/ branch related things

Holger Levsen holger at layer-acht.org
Sun Jun 19 22:35:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit af2d5625266c51822bd2ce58cff7af2dd95142b4
Author: Philip Hands <phil at hands.com>
Date:   Sun Jun 19 21:49:11 2016 +0200

    d-i: ensure that there's a 'pu_' element to pu/ branch related things
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/d-i_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 2d50113..70823e1 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() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list