[Collab-qa-commits] r1423 - udd

lucas at alioth.debian.org lucas at alioth.debian.org
Sat Apr 4 11:40:19 UTC 2009


Author: lucas
Date: 2009-04-04 11:40:19 +0000 (Sat, 04 Apr 2009)
New Revision: 1423

Added:
   udd/update-and-run.sh
Log:
added script that we use in crontabs

Added: udd/update-and-run.sh
===================================================================
--- udd/update-and-run.sh	                        (rev 0)
+++ udd/update-and-run.sh	2009-04-04 11:40:19 UTC (rev 1423)
@@ -0,0 +1,6 @@
+#!/bin/sh
+DIR=/org/udd.debian.org/udd/
+CONFIG=$DIR/config-org.yaml
+
+$DIR/udd.py $CONFIG update "$@" && \
+  $DIR/udd.py $CONFIG run "$@"


Property changes on: udd/update-and-run.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Collab-qa-commits mailing list