From 4a9d082961ce6009e3f8f5e2f7a0eacfcca5d6f4 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Wed, 2 Sep 2015 15:29:45 +0100 Subject: 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 --- bin/reproducible_html_specs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_specs.sh') 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" -- cgit v1.2.3-54-g00ecf