Commit 2e0ef2a8 authored by Kai Hoppert's avatar Kai Hoppert

Add documentation

--HG--
extra : histedit_source : ff07b41a59ac22e1c05ce4fd42c6771378e80f13
parent f051b3d3
...@@ -454,6 +454,30 @@ You can do this with both index page URLs and direct download URLs. As long ...@@ -454,6 +454,30 @@ You can do this with both index page URLs and direct download URLs. As long
as any HTML pages read by easy_install use *relative* links to point to the as any HTML pages read by easy_install use *relative* links to point to the
downloads, the same user ID and password will be used to do the downloading. downloads, the same user ID and password will be used to do the downloading.
Authentication against privat repository
----------------------------------------
To get these things running. You need a .pypirc file in your home directory. The file should has the following format.
Example
::
[distutils]
index-servers = myrepos
[myrepos]
repository: http://myrepos.com
username:MY_USER
password:MY_PASSORD
In your buildout.cfg you have to add the eggserver url under find-links. The example is for an mypypi egg server. /eggs provides a flat package list.
Example
::
find-links = http://myrepos.com/eggs
Controlling Build Options Controlling Build Options
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment