Hi, I have a similar problem, except the trailing slash is not missing. Setup.py says Submitting dist/package.tar.gz to http://devpi:5000/dev/dev/
Upload failed (400): Bad Request
and the logs are not really helping : <IP address> - - [04/Jun/2014 15:54:00] "POST /dev/dev/ HTTP/1.1" 400 790 Setting the app to DEBUG merely yields the line 2014-06-04 16:01:07,311 [DEBUG] devpi_server.views: got auth status u'ok' for user u'dev' before 400'ing me. Note that I have called the user "dev" also, so this is my pypirc entry for "dev" : [dev]
repository: http://devpi:5000/dev/dev/ username: dev password: **********
Any ideas what I'm doing wrong? Is it possibly a clash between the index name and the username? Note that "devpi upload" is working but for various reasons we need the plain setup.py upload to work, too. Thanks, max On Thursday, May 8, 2014 7:18:52 PM UTC+2, holger krekel wrote:
hi Eric,
On Thu, May 08, 2014 at 09:58 -0700, Eric Smith wrote:
The simplest things... Yes that appears to work. Thanks!
We are working on some URL routing and API design cleanup which would hopefully prevent the issue.
cheers, holger
On Thursday, May 8, 2014 9:40:56 AM UTC-6, Florian Schulze wrote:
On 8 May 2014, at 17:32, Eric Smith wrote:
.pypirc looks like (with <replacements>):
[distutils] index-servers= myrepo
[myrepo] repository: http://pi-test:4040/<username here>/stc username: <username here> password: <password here>
Try adding a slash after stc: http://pi-test:4040/<username here>/stc/
Regards, Florian Schulze
-- You received this message because you are subscribed to the Google Groups "devpi-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to devpi-...@googlegroups.com <javascript:>. To post to this group, send email to dev...@googlegroups.com <javascript:>. Visit this group at http://groups.google.com/group/devpi-dev. For more options, visit https://groups.google.com/d/optout.