PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 5th of February, 2017

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[16:56:10] <gamesbook> xelnor: pypi.example.org’s server DNS address could not be found.
[16:58:11] <Xelnor> gamesbook: ... that's an example ;)
[16:58:39] <Xelnor> are you trying to upload or to download that test package?
[16:59:27] <Xelnor> if you want to download it, the option I use is to add [global] extra-index-url = https://something.example.org/ to my .pip/pip.conf
[17:00:18] <Xelnor> the option I described was for uploads: it allows you to describe, within the package, where it should be uploaded instead of having to add the --repository flag on all "python setup.py *upload" calls