The following commit has been merged in the master branch:
commit e0fc283403bad9a6e97e479b944a12528064f54c
Author: Andreas Tille <[email protected]>
Date:   Fri Dec 6 16:03:56 2013 +0100

    Script to update full web sentinel and call mirror script if exists (which 
is needed on blends.debian.org)

diff --git a/webtools/update-all b/webtools/update-all
new file mode 100755
index 0000000..ebfa51f
--- /dev/null
+++ b/webtools/update-all
@@ -0,0 +1,7 @@
+#!/bin/sh
+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

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to