jgneff commented on PR #4206: URL: https://github.com/apache/netbeans/pull/4206#issuecomment-1165774336
### Testing To test this pull request, clone the pull request branch as follows: ```console $ git clone -b go-gentle-on-proxies --depth 1 https://github.com/jgneff/netbeans.git $ cd netbeans ``` Clear the repository and the external cache of all downloaded files before each test with the commands: ```console $ rm -r ~/.hgexternalcache/* $ git clean -xdf ``` Set one, both, or none of the standard proxy environment variables as appropriate for each specific test, as in the following example: ```console $ export https_proxy=http://10.10.10.1:8222/ $ export http_proxy=http://10.10.10.1:8222/ ``` Then run Ant with the target `download-all-extbins`, which downloads 564 files into the repository under the `netbeans` directory and caches them in the external `~/.hgexternalcache` directory: ```console $ ant -quiet -Dmetabuild.branch=master download-all-extbins ``` See the [full mailing list thread](https://lists.apache.org/thread/fb2qcorhnt5tgw0oyz1rvom1t0wowlss) for details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
