[Collab-qa-commits] r873 - ddpo-by-mail

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Jun 2 12:31:47 UTC 2008


Author: lucas
Date: 2008-06-02 12:31:47 +0000 (Mon, 02 Jun 2008)
New Revision: 873

Modified:
   ddpo-by-mail/update-data.rb
Log:
no longer fetch aba's bts2ldap. fetch ood_excuses.txt

Modified: ddpo-by-mail/update-data.rb
===================================================================
--- ddpo-by-mail/update-data.rb	2008-06-02 12:31:31 UTC (rev 872)
+++ ddpo-by-mail/update-data.rb	2008-06-02 12:31:47 UTC (rev 873)
@@ -2,11 +2,12 @@
 
 def update_data
   system("rm -f bts2ldap_fullindex ddpo_packages ddpo_maintainers testing-status.raw dehs.txt")
-  system("wget -q -O bts2ldap_fullindex http://qa.debian.org/data/bts2ldap/fullindex")
+#  system("wget -q -O bts2ldap_fullindex http://qa.debian.org/data/bts2ldap/fullindex")
   system("wget -q -O ddpo_packages http://qa.debian.org/data/ddpo/results/ddpo_packages")
   system("wget -q -O ddpo_maintainers http://qa.debian.org/data/ddpo/results/ddpo_maintainers")
   system("wget -q -O testing-status.raw http://qa.debian.org/~lucas/testing-status.raw")
   system("wget -q -O dehs.txt http://dehs.alioth.debian.org/ddpomail.txt")
+  system("wget -q -O ood_excuses.txt http://qa.debian.org/~lucas/ood_excuses.txt")
 end
 
 if $0 == __FILE__




More information about the Collab-qa-commits mailing list