aboutsummaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-build-pgo-profileserver.py
blob: 31a3a0889c0a28317ab707f146e5a9ce3aff115b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/pgo/profileserver.py.orig	2011-02-24 21:49:47.000000000 +0100
+++ build/pgo/profileserver.py	2011-02-24 21:50:30.000000000 +0100
@@ -59,7 +59,7 @@ if __name__ == '__main__':
       env["MOZ_JAR_LOG_FILE"] = os.path.abspath(jarlog)
       print "jarlog: %s" % env["MOZ_JAR_LOG_FILE"]
 
-    cmdargs = ["http://localhost:%d/index.html" % PORT]
+    cmdargs = ["http://127.0.0.1:%d/index.html" % PORT]
     runner = FirefoxRunner(profile=profile,
                            binary=build.get_binary_path(where="staged-package"),
                            cmdargs=cmdargs,