[Blends-commit] [SCM] website branch, master, updated. 24abf4f922419c7a1a9364b482e3a8f0eda1f85e
Andreas Tille
tille at debian.org
Mon Dec 9 07:44:15 UTC 2013
The following commit has been merged in the master branch:
commit 24abf4f922419c7a1a9364b482e3a8f0eda1f85e
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 9 08:46:46 2013 +0100
Make sure static-update-component on blends.debian.org will really be found
diff --git a/webtools/update-all b/webtools/update-all
index 63f636a..5b746a9 100755
--- a/webtools/update-all
+++ b/webtools/update-all
@@ -2,6 +2,4 @@
./update-all-tasks
./update-all-thermometers
./update-all-bugs_udd
-if `which static-update-component 2>/dev/null >/dev/null` ; then
- static-update-component blends.debian.org >/dev/null
-fi
+[ -x /usr/local/bin/static-update-component ] && /usr/local/bin/static-update-component blends.debian.org >/dev/null
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list