[Collab-qa-commits] r545 - bapase

filippo at alioth.debian.org filippo at alioth.debian.org
Tue Dec 4 21:20:41 UTC 2007


Author: filippo
Date: 2007-12-04 21:20:40 +0000 (Tue, 04 Dec 2007)
New Revision: 545

Modified:
   bapase/Makefile
Log:
factor out debian mirror

Modified: bapase/Makefile
===================================================================
--- bapase/Makefile	2007-12-04 15:16:23 UTC (rev 544)
+++ bapase/Makefile	2007-12-04 21:20:40 UTC (rev 545)
@@ -1,3 +1,5 @@
+MIRROR=http://ftp.debian.org/debian
+
 all: scores.html scores_orphaned.html
 	
 scores.html: Sources_ok testing-status.txt popcon_sources.txt package-actions.txt bugsummary wnppsummary orphaned_packages.txt
@@ -12,51 +14,51 @@
 ################# SOURCES
 
 experimental-main-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/experimental/main/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/experimental/main/source/Sources.gz | gunzip > $@
 
 experimental-contrib-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/experimental/contrib/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/experimental/contrib/source/Sources.gz | gunzip > $@
 
 experimental-non-free-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/experimental/non-free/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/experimental/non-free/source/Sources.gz | gunzip > $@
 
 
 oldstable-main-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/oldstable/main/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/oldstable/main/source/Sources.gz | gunzip > $@
 
 oldstable-contrib-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/oldstable/contrib/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/oldstable/contrib/source/Sources.gz | gunzip > $@
 
 oldstable-non-free-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/oldstable/non-free/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/oldstable/non-free/source/Sources.gz | gunzip > $@
 
 
 stable-main-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/stable/main/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/stable/main/source/Sources.gz | gunzip > $@
 
 stable-contrib-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/stable/contrib/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/stable/contrib/source/Sources.gz | gunzip > $@
 
 stable-non-free-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/stable/non-free/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/stable/non-free/source/Sources.gz | gunzip > $@
 
 testing-main-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/testing/main/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/testing/main/source/Sources.gz | gunzip > $@
 
 testing-contrib-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/testing/contrib/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/testing/contrib/source/Sources.gz | gunzip > $@
 
 testing-non-free-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/testing/non-free/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/testing/non-free/source/Sources.gz | gunzip > $@
 
 unstable-main-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/unstable/main/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/unstable/main/source/Sources.gz | gunzip > $@
 
 unstable-contrib-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/unstable/contrib/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/unstable/contrib/source/Sources.gz | gunzip > $@
 
 unstable-non-free-Sources:
-	wget -O - http://ftp.debian.org/debian/dists/unstable/non-free/source/Sources.gz | gunzip > $@
+	wget -O - ${MIRROR}/dists/unstable/non-free/source/Sources.gz | gunzip > $@
 
 ################# / SOURCES
 




More information about the Collab-qa-commits mailing list