Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7385

Merged
merged 3 commits into from
Dec 17, 2016
Merged

Update README.md #7385

merged 3 commits into from
Dec 17, 2016

Conversation

mdarnall
Copy link
Contributor

@mdarnall mdarnall commented Dec 8, 2016

Added some additional examples using proxies and iTunes Transporter.

This hopefully will save folks time as it took me a while how to configure a proxy on our Jenkins environment that is behind a firewall, without having access to update slave installs of the uploader application.

@KrauseFx
Copy link
Member

KrauseFx commented Dec 8, 2016

Where do you have that information from? Maybe we could link to to the documentation instead?

@KrauseFx
Copy link
Member

KrauseFx commented Dec 8, 2016

Thanks for the pull request, this looks great otherwise 👍

@mdarnall
Copy link
Contributor Author

mdarnall commented Dec 9, 2016

It was after I looked at the already linked Java document I realised it could be specified on the command-line.

from: http://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html

Let's look at a few examples assuming we're trying to execute the main method of the GetURL class:

$ java -Dhttp.proxyHost=webcache.example.com GetURL

@@ -250,6 +250,11 @@ TOOLS_PATH=$( xcode-select -p )
REL_PATH='../Applications/Application Loader.app/Contents/itms/java/lib/net.properties'
echo "$TOOLS_PATH/$REL_PATH"
```
As an alternative to editing the properties files, proxy configuration can be specified on the command line directly:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the order correct? Should this be below the proxy configuration link below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, good call. Updated.

@KrauseFx
Copy link
Member

Sorry CI is failing, could you rebase from master or submit a new PR with these changes? Thanks

mdarnall and others added 3 commits December 16, 2016 17:10
Added some additional examples using proxies and iTunes Transporter
Switch ordering of text to _after_ the java doc links
@mdarnall
Copy link
Contributor Author

rebased..

@KrauseFx KrauseFx merged commit 6ec59d6 into fastlane:master Dec 17, 2016
@KrauseFx
Copy link
Member

Beautiful, thanks 👍

@KrauseFx KrauseFx mentioned this pull request Dec 17, 2016
@fastlane fastlane locked and limited conversation to collaborators Mar 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants