Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2012 00:58:30 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r758 - branches/experimental/www/firefox-nightly/files
Message-ID:  <201206150058.q5F0wUnD005344@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jun 15 00:58:30 2012
New Revision: 758

Log:
restore pgo patch

Added:
   branches/experimental/www/firefox-nightly/files/patch-build-pgo-profileserver.py
      - copied unchanged from r757, branches/experimental/www/firefox/files/patch-build-pgo-profileserver.py

Copied: branches/experimental/www/firefox-nightly/files/patch-build-pgo-profileserver.py (from r757, branches/experimental/www/firefox/files/patch-build-pgo-profileserver.py)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-nightly/files/patch-build-pgo-profileserver.py	Fri Jun 15 00:58:30 2012	(r758, copy of r757, branches/experimental/www/firefox/files/patch-build-pgo-profileserver.py)
@@ -0,0 +1,18 @@
+--- 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
+@@ -77,13 +77,13 @@
+   t.setDaemon(True) # don't hang on exit
+   t.start()
+   
+-  automation.setServerInfo("localhost", PORT)
++  automation.setServerInfo("127.0.0.1", PORT)
+   automation.initializeProfile(PROFILE_DIRECTORY)
+   browserEnv = automation.environment()
+   browserEnv["XPCOM_DEBUG_BREAK"] = "warn"
+   browserEnv["MOZ_JAR_LOG_DIR"] = MOZ_JAR_LOG_DIR
+ 
+-  url = "http://localhost:%d/index.html" % PORT
++  url = "http://127.0.0.1:%d/index.html" % PORT
+   appPath = os.path.join(SCRIPT_DIR, automation.DEFAULT_APP)
+   status = automation.runApp(url, browserEnv, appPath, PROFILE_DIRECTORY, {},
+                              debuggerInfo=debuggerInfo,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206150058.q5F0wUnD005344>