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

Holger Levsen holger at layer-acht.org
Sun Jun 26 20:17:01 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 f12108004b082bb7cb33c176f2f1c4ea40aeb5d3
Author: Philip Hands <phil at hands.com>
Date:   Sun Jun 26 21:47:35 2016 +0200

    fixup! 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/lvc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lvc.sh b/bin/lvc.sh
index 87a596b..5bea22c 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -15,7 +15,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/}"
 }
 
 # if $URL is set to "use_PU_GIT_BRANCH" then use the contents of $PU_GIT_BRANCH to work out the locally built ISO name

-- 
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