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

Andreas Tille tille at alioth.debian.org
Mon Feb 20 21:25:37 UTC 2012


Author: tille
Date: 2012-02-20 21:25:37 +0000 (Mon, 20 Feb 2012)
New Revision: 2161

Modified:
   udd/scripts/fetch_bibref.sh
Log:
Fix bibref gatherer according to new information from Charles Plessy


Modified: udd/scripts/fetch_bibref.sh
===================================================================
--- udd/scripts/fetch_bibref.sh	2012-02-19 14:45:31 UTC (rev 2160)
+++ udd/scripts/fetch_bibref.sh	2012-02-20 21:25:37 UTC (rev 2161)
@@ -3,7 +3,9 @@
 set -e
 
 TARGETDIR=/org/udd.debian.org/mirrors/bibref
+FETCHURL=http://upstream-metadata.debian.net/~plessy/biblio.yaml
 YAMLFILE=bibref.yaml
 mkdir -p $TARGETDIR
+# set -x
 rm -rf $TARGETDIR/${YAMLFILE}
-wget -q http://upstream-metadata.debian.net/for_UDD/${YAMLFILE} -O ${TARGETDIR}/${YAMLFILE}
+wget -q ${FETCHURL} -O ${TARGETDIR}/${YAMLFILE}




More information about the Collab-qa-commits mailing list