Commit:    04145bccc76b1ff46a2ddc4de54c727f57c1628b
Author:    Hannes Magnusson <bj...@mongodb.com>         Sun, 27 Oct 2013 
17:01:06 -0700
Parents:   8ace08dfb9cb2ece403ef5325ca86f7083c372b5
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=04145bccc76b1ff46a2ddc4de54c727f57c1628b

Log:
No need to rengerated this file every hour

Changed paths:
  M  scripts/update-backend


Diff:
diff --git a/scripts/update-backend b/scripts/update-backend
index b5d16d2..7bff84d 100755
--- a/scripts/update-backend
+++ b/scripts/update-backend
@@ -20,11 +20,6 @@ set_time_limit(30 * 60);
 fetch_into_file("https://master.php.net/fetch/mirrors.php?token=$token";,
                 "$root/include/mirrors.inc");
 
-// Get list of countries
-fetch_into_file("https://master.php.net/fetch/countries.php?token=$token";,
-                "$root/include/countries.inc");
-
-
 // Get list of upcoming events
 fetch_into_file("https://master.php.net/fetch/events.php?token=$token";,
                 "$root/backend/events.csv");


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to