diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-14 22:02:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-14 22:02:12 +0100 |
commit | 31dab7e08c51c134b0d6ed0f9e449cef61b5d586 (patch) | |
tree | 30539146c1228ead07bf24b40d05b676c814dbe7 /bin | |
parent | 763cad2762ccbf8de58d6eab57a86dae81dceacf (diff) | |
download | jenkins.debian.net-31dab7e08c51c134b0d6ed0f9e449cef61b5d586.tar.xz |
reproducible builds specs: only notify #reproducible-builds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_specs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh index 97fedd8e..21aee0bd 100755 --- a/bin/reproducible_html_specs.sh +++ b/bin/reproducible_html_specs.sh @@ -16,5 +16,4 @@ TARGET="specs/$(basename $SPEC -spec)" make all $SPEC.html mkdir -pv "$BASE/$TARGET" mv -v $SPEC.html "$BASE/$TARGET/index.html" -irc_message debian-reproducible "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION" irc_message reproducible-builds "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION" |