[Collab-qa-commits] r1221 - in udd: . scripts

lucas at alioth.debian.org lucas at alioth.debian.org
Sun Sep 7 19:00:43 UTC 2008


Author: lucas
Date: 2008-09-07 19:00:40 +0000 (Sun, 07 Sep 2008)
New Revision: 1221

Added:
   udd/scripts/
   udd/scripts/sync-data-from-udd.d.n.sh
Log:
added scripts dir for random scripts, and scripts/sync-data-from-udd.d.n.sh to fetch bts + carnivore data from udd

Added: udd/scripts/sync-data-from-udd.d.n.sh
===================================================================
--- udd/scripts/sync-data-from-udd.d.n.sh	                        (rev 0)
+++ udd/scripts/sync-data-from-udd.d.n.sh	2008-09-07 19:00:40 UTC (rev 1221)
@@ -0,0 +1,16 @@
+#!/bin/sh
+# Sync data that is mirrored from merkel to udd.d.n.
+# Use udd.d.n as source: doesn't need to be a DD!
+
+# directory where to put the mirrors 
+# (usually /org/udd.debian.net/mirrors/ )
+
+if [ $# -ne 1 ]; then
+	echo "missing arg"
+	exit 1
+fi
+TARGET=$1
+
+rsync -avzP \
+udd.debian.net:/org/udd.debian.net/mirrors/{qa.debian.org,bugs.debian.org} \
+$TARGET


Property changes on: udd/scripts/sync-data-from-udd.d.n.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Collab-qa-commits mailing list