summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_specs.sh
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-09-02 15:29:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-09-02 18:06:11 +0200
commit4a9d082961ce6009e3f8f5e2f7a0eacfcca5d6f4 (patch)
tree31fd0d222bfcfcf6a3d80a4151153d6844806cd7 /bin/reproducible_html_specs.sh
parentc150602dbdc879841b727fef2fe0618c23c5bfee (diff)
downloadjenkins.debian.net-4a9d082961ce6009e3f8f5e2f7a0eacfcca5d6f4.tar.xz
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@debian.org>
Diffstat (limited to 'bin/reproducible_html_specs.sh')
-rwxr-xr-xbin/reproducible_html_specs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index c8956a2c..648cfbbf 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"