Commit:    2e616dcce8c14a7d05b196b4a51672e92188c991
Author:    Hannes Magnusson <bj...@php.net>         Tue, 26 May 2015 09:23:21 
-0700
Parents:   dec72b06c96b035e66906cc4ea0c937817721326
Branches:  master

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

Log:
Roll out GeoDNS step#1 of #2 -- use the prod url

Bugs:
https://bugs.php.net/1
https://bugs.php.net/2

Changed paths:
  M  scripts/mirror-test


Diff:
diff --git a/scripts/mirror-test b/scripts/mirror-test
index 8923220..8a89632 100755
--- a/scripts/mirror-test
+++ b/scripts/mirror-test
@@ -544,7 +544,7 @@ if(isGeoDebug()) {
 }
 
 if ($creds = getenv("EASYDNS_CREDENTIALS")) {
-       $GEOROOT = "https://{$creds}@sandbox.rest.easydns.net";;
+       $GEOROOT = "https://{$creds}@rest.easydns.net";;
        define("ZONE", "www.php.net");
        define("GEOLS",  "$GEOROOT/zones/records/all/" . ZONE . "?format=json");
        define("GEORM",  "$GEOROOT/zones/records/" . ZONE . "/%s?format=json");


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

Reply via email to