Hi there,

I have two installations of devpi-server: one on my laptop, and the other on a remote server.
When I point PIP_INDEX_URL to my local installation I can grab all the latest packages (i.e. Fabric==1.8.2). 
If I point PIP_INDEX_URL to my remote central server (supposed to be my oficial distribution server), some package version are not available.

Is it possible I am doing anything wrong ?