[Blends-commit] [SCM] website branch, master, updated. 131780a2fe9d912b9813655d6c55fffce6f0cd85
Andreas Tille
tille at debian.org
Wed Dec 11 22:00:31 UTC 2013
The following commit has been merged in the master branch:
commit 131780a2fe9d912b9813655d6c55fffce6f0cd85
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 11 23:00:08 2013 +0100
Print warning if competing sentinel script might be running
diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index 3b9c920..99c78cf 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -82,9 +82,13 @@ for bc in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test` ; do
cd $curdir
if ! ps aux | grep -v "0:0[0-9] grep " | grep -v "0:0[0-9] ps " | grep tasks.py ; then
./tasks.py ${blend}
+ else
+ echo "Script tasks.py seems to be running currently. No update."
fi
if ! ps aux | grep -v "0:0[0-9] grep " | grep -v "0:0[0-9] ps " | grep thermometer.py ; then
./thermometer.py ${blend}
+ else
+ echo "Script thermometer.py seems to be running currently. No update."
fi
fi
fi
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list