[Qa-jenkins-scm] [jenkins.debian.net] 01/01: As a special probably temporary case, use our non-Debian URL for specs.

Holger Levsen holger at moszumanska.debian.org
Wed Sep 2 16:06:48 UTC 2015


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 4a9d082961ce6009e3f8f5e2f7a0eacfcca5d6f4
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Sep 2 15:29:45 2015 +0100

    As a special probably temporary case, use our non-Debian URL for specs.
    
    Mostly to avoid "Debian" in the URL.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 bin/reproducible_common.sh     | 1 +
 bin/reproducible_html_specs.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 485e411..d68a55a 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -34,6 +34,7 @@ fi
 
 # common variables
 REPRODUCIBLE_URL=https://reproducible.debian.net
+REPRODUCIBLE_DOT_ORG_URL=https://reproducible-builds.org
 # shop trailing slash
 JENKINS_URL=${JENKINS_URL:0:-1}
 
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index c8956a2..648cfbb 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -16,4 +16,4 @@ TARGET="specs/$(basename $SPEC -spec)"
 make $SPEC.html
 mkdir -pv "$BASE/$TARGET"
 mv -v $SPEC.html "$BASE/$TARGET/index.html"
-irc_message "$REPRODUCIBLE_URL/$TARGET/ updated to $VERSION"
+irc_message "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION"

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