From 9ec9086f6e8650819a0fce310312992a55c3d659 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 7 May 2016 12:34:55 +0200 Subject: reproducible builds: notify the correct channel(s) --- bin/reproducible_html_specs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_specs.sh') 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" -- cgit v1.2.3-54-g00ecf