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 210498 Details for
Bug 370434
network problems on hudson-slave5
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.
testInstall.sh (with proxy settings)
testInstall.sh (text/plain), 1.68 KB, created by
Nicolas Bros
on 2012-02-03 04:05:20 EST
(
hide
)
Description:
testInstall.sh (with proxy settings)
Filename:
MIME Type:
Creator:
Nicolas Bros
Created:
2012-02-03 04:05:20 EST
Size:
1.68 KB
patch
obsolete
>#!/bin/bash >tmpdir=$(mktemp -d) >unzip /home/data/httpd/download.eclipse.org/tools/buckminster/products/director_latest.zip -d "${tmpdir}" > ># add proxy configuration >mkdir -p "${tmpdir}/director/configuration/.settings" >cat > "${tmpdir}/director/configuration/.settings/org.eclipse.core.net.prefs" <<EOF >eclipse.preferences.version=1 >nonProxiedHosts=*.eclipse.org|localhost|127.0.0.1 >org.eclipse.core.net.hasMigrated=true >proxyData/HTTP/hasAuth=false >proxyData/HTTP/host=proxy.eclipse.org >proxyData/HTTP/port=9898 >systemProxiesEnabled=false >EOF > >chmod +x "${tmpdir}/director/director" >"${tmpdir}/director/director" \ > -r file:///home/data/httpd/download.eclipse.org/tools/buckminster/headless-3.7 \ > -r http://download.cloudsmith.com/buckminster/external-3.7/ \ > -r file:///home/data/httpd/download.eclipse.org/releases/indigo/ \ > -d "${tmpdir}/testInstall" \ > -p Buckminster \ > -i org.eclipse.buckminster.cmdline.product \ > -i org.eclipse.buckminster.core.headless.feature.feature.group \ > -i org.eclipse.buckminster.pde.headless.feature.feature.group \ > -i org.eclipse.buckminster.cvs.headless.feature.feature.group \ > -i org.eclipse.buckminster.subclipse.headless.feature.feature.group \ > -i org.eclipse.buckminster.git.headless.feature.feature.group \ > -i org.eclipse.buckminster.emma.headless.feature.feature.group \ > -vmargs -D"eclipse.p2.data.area=${tmpdir}/p2" \ > -D"org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog" \ > -D"org.apache.commons.logging.simplelog.showdatetime=true" \ > -D"org.apache.commons.logging.simplelog.log.httpclient.wire.header=debug" \ > -D"org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug"
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 Raw
Actions:
View
Attachments on
bug 370434
:
210444
|
210453
|
210454
|
210458
|
210460
| 210498