diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-15 17:25:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-15 17:25:42 +0200 |
commit | 8cc42f82e9beba7525d71c1d6db340eb9c8796a0 (patch) | |
tree | 424b9ada4638c0f1e16d5bd3b49f18e76686c21d | |
parent | bc81eaae6b098ca320b992f0a341d97849a8c1b0 (diff) | |
download | jenkins.debian.net-8cc42f82e9beba7525d71c1d6db340eb9c8796a0.tar.xz |
reproducible openwrt: improve irc messages
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 2d89b92b..f48d7bae 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -307,7 +307,7 @@ rm -f $DBD_HTML $TOOLCHAIN_HTML $BANNER_HTML # the end calculate_build_duration print_out_duration -irc_message "$REPRODUCIBLE_URL/openwrt/ has been updated. ($GOOD_PERCENT_IMAGES% images and $GOOD_PERCENT_PACKAGES% reproducible)" +irc_message "$REPRODUCIBLE_URL/openwrt/ has been updated. ($GOOD_PERCENT_IMAGES% images and $GOOD_PERCENT_PACKAGES% packages reproducible)" echo "=============================================================================" # remove everything, we don't need it anymore... |