[Collab-qa-commits] r554 - bapase

lucas at alioth.debian.org lucas at alioth.debian.org
Wed Dec 5 12:27:05 UTC 2007


Author: lucas
Date: 2007-12-05 12:27:05 +0000 (Wed, 05 Dec 2007)
New Revision: 554

Modified:
   bapase/Makefile
Log:
* switch default mirror to ftp.de (ftp.d.o is borken too often)
* fetch godog's file


Modified: bapase/Makefile
===================================================================
--- bapase/Makefile	2007-12-04 22:43:09 UTC (rev 553)
+++ bapase/Makefile	2007-12-05 12:27:05 UTC (rev 554)
@@ -1,11 +1,11 @@
-MIRROR=http://ftp.debian.org/debian
+MIRROR=http://ftp.de.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
+scores.html: Sources_ok testing-status.txt popcon_sources.txt package-actions.txt bugsummary wnppsummary orphaned_packages.txt upload-history.txt
 	./gen_html.rb
 
-scores_orphaned.html: Sources_ok testing-status.txt popcon_sources.txt package-actions.txt bugsummary wnppsummary orphaned_packages.txt
+scores_orphaned.html: Sources_ok testing-status.txt popcon_sources.txt package-actions.txt bugsummary wnppsummary orphaned_packages.txt upload-history.txt
 	./gen_html.rb
 
 Sources_ok: testing-main-Sources testing-contrib-Sources testing-non-free-Sources unstable-main-Sources unstable-contrib-Sources unstable-non-free-Sources stable-main-Sources stable-contrib-Sources stable-non-free-Sources oldstable-main-Sources oldstable-contrib-Sources oldstable-non-free-Sources experimental-main-Sources experimental-contrib-Sources experimental-non-free-Sources
@@ -80,6 +80,9 @@
 orphaned_packages.txt:
 	wget -O orphaned_packages.txt http://qa.debian.org/~lucas/orphaned-packages.txt
 
+upload-history.txt:
+	wget -O upload-history.txt http://merkel.debian.org/~filippo/upload-history
+
 clean:
 	rm -f testing-status.txt *-Sources popcon_sources.txt scores.txt Sources_ok bts2ldap-fullindex RC+patch.txt bugsummary wnppsummary orphaned_packages.txt scores.html scores_orphaned.html
 




More information about the Collab-qa-commits mailing list