diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-19 02:01:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-19 02:01:15 +0100 |
commit | 4300ccc6b93f32dab673856b1fe4ea6e22795793 (patch) | |
tree | 85b31fd1828d760562506a62dfd1a6b4ce2b1701 /bin | |
parent | 4fa255874e61daac8a9bab45b2147d6ddf04c853 (diff) | |
download | jenkins.debian.net-4300ccc6b93f32dab673856b1fe4ea6e22795793.tar.xz |
revert debug output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintenance.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 1adb1f3d..bab44c76 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -413,7 +413,6 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then echo "$(grep -c https $TMPFILE) entries found:" else echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:" - echo debug fi echo cat $TMPFILE ) | mail -s "$(basename $PROBLEM) found" qa-jenkins-scm@lists.alioth.debian.org |