Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 228455 Details for
Bug 402784
Orion Windows tests failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to set proxy info in base builder
org.eclipse.orion.server.patch (text/plain), 1.54 KB, created by
David Williams
on 2013-03-15 00:57:19 EDT
(
hide
)
Description:
Patch to set proxy info in base builder
Filename:
MIME Type:
Creator:
David Williams
Created:
2013-03-15 00:57:19 EDT
Size:
1.54 KB
patch
obsolete
>diff --git a/releng/org.eclipse.orion.releng/builder/scripts/hudson.bat b/releng/org.eclipse.orion.releng/builder/scripts/hudson.bat >index fef1de7..1a3140e 100644 >--- a/releng/org.eclipse.orion.releng/builder/scripts/hudson.bat >+++ b/releng/org.eclipse.orion.releng/builder/scripts/hudson.bat >@@ -8,6 +8,33 @@ > mkdir test > rd /S /Q %WORKSPACE%\test\eclipse > >+REM set current proxy configurations in base builder >+ >+set settingsDir=%WORKSPACE%\org.eclipse.releng.basebuilder\configuration\.settings >+set settingsFile=%settingsDir%\org.eclipse.core.net.prefs >+ >+echo settingsDir: %settingsDir% >+echo settingsFile: %settingsFile% >+ >+REM mkdir, just in case does not exist yet. >+mkdir %settingsDir% >+ >+REM replace contents of org.eclipse.core.net.prefs as exported from CVS >+( >+echo eclipse.preferences.version=1 >+echo org.eclipse.core.net.hasMigrated=true >+echo proxiesEnabled=true >+echo systemProxiesEnabled=false >+echo nonProxiedHosts="172.30.*.*|172.25.*.*|localhost|127.0.0.1|hudson.eclipse.org" >+echo proxyData/HTTP/hasAuth=false >+echo proxyData/HTTP/host=proxy.eclipse.org >+echo proxyData/HTTP/port=9898 >+echo proxyData/HTTPS/hasAuth=false >+echo proxyData/HTTPS/host=proxy.eclipse.org >+echo proxyData/HTTPS/port=9898 >+echo. >+) >%settingsFile% >+ > "c:\java\jdk1.6.0_20\jre\bin\java" -Xmx500m -jar %WORKSPACE%/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar -application org.eclipse.equinox.p2.director -repository %repository% -i org.eclipse.orion -d %WORKSPACE%/test/eclipse > > cd %WORKSPACE%\test\eclipse
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 402784
:
228455
|
228722