summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_specs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-07 12:34:55 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-07 12:34:55 +0200
commit9ec9086f6e8650819a0fce310312992a55c3d659 (patch)
treec7d16c580393566e9cee4f4825396ca09fcc661c /bin/reproducible_html_specs.sh
parent165136111935237d209185e7efdc789a0dd7fdb2 (diff)
downloadjenkins.debian.net-9ec9086f6e8650819a0fce310312992a55c3d659.tar.xz
reproducible builds: notify the correct channel(s)
Diffstat (limited to 'bin/reproducible_html_specs.sh')
-rwxr-xr-xbin/reproducible_html_specs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index 648cfbbf..b8b586aa 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -16,4 +16,5 @@ TARGET="specs/$(basename $SPEC -spec)"
make $SPEC.html
mkdir -pv "$BASE/$TARGET"
mv -v $SPEC.html "$BASE/$TARGET/index.html"
-irc_message "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION"
+irc_message debian-reproducible "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION"
+irc_message reproducible-builds "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION"