[Collab-qa-commits] r2278 - udd/scripts

Andreas Tille tille at alioth.debian.org
Mon May 7 20:21:41 UTC 2012


Author: tille
Date: 2012-05-07 20:21:41 +0000 (Mon, 07 May 2012)
New Revision: 2278

Added:
   udd/scripts/fetch_machine-readable.sh
Log:
Fetch machine-readable files from Vcses of some teams


Added: udd/scripts/fetch_machine-readable.sh
===================================================================
--- udd/scripts/fetch_machine-readable.sh	                        (rev 0)
+++ udd/scripts/fetch_machine-readable.sh	2012-05-07 20:21:41 UTC (rev 2278)
@@ -0,0 +1,6 @@
+#!/bin/sh
+TARGETDIR=/org/udd.debian.org/mirrors/
+SUBDIR=machine-readable
+rm -rf $TARGETDIR/${SUBDIR}
+cd ${TARGETDIR}
+wget -q http://blends.alioth.debian.org/machine-readable/machine-readable.tar.bz2 -O - | tar xj 


Property changes on: udd/scripts/fetch_machine-readable.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the Collab-qa-commits mailing list