[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: remove useless warning, as it's been fixed automatically
Holger Levsen
holger at moszumanska.debian.org
Mon Sep 7 11:05:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 4305d2d50142211997c789190335e5807eda9185
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Sep 7 13:04:14 2015 +0200
reproducible: remove useless warning, as it's been fixed automatically
---
bin/reproducible_maintenance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index d8883ff..f2a7fb3 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -193,7 +193,7 @@ if [ -s $RESULT ] ; then
DIRTY=true
PSCALL=""
echo
- echo "Warning: processes found which should not be there, killing them now:"
+ echo "Info: processes found which should not be there, killing them now:"
for PROCESS in $(cat $TOKILL) ; do
PSCALL=${PSCALL:+"$PSCALL,"}"$PROCESS"
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list