You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/23 18:30:41 UTC

[GitHub] merlimat commented on issue #2824: Allow the ability to specify which artifactory to download dep from

merlimat commented on issue #2824: Allow the ability to specify which artifactory to download dep from
URL: https://github.com/apache/pulsar/pull/2824#issuecomment-432366459
 
 
   @srkukarni One point raised by @cckellogg was that one might want to use multiple repositories. 
   
   One such example is: 
    * I have my internal dependencies in private repo
    * I still want to fetch other dependencies from public PyPI
   
   In pip, there are 2 possible URLs to pass: 
   
   ```
   Package Index Options:
     -i, --index-url <url>       Base URL of Python Package Index (default https://pypi.org/simple). This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format.
     --extra-index-url <url>     Extra URLs of package indexes to use in addition to --index-url. Should follow the same rules as --index-url.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services