chishop
chishop copied to clipboard
Upload hangs on attempted second file.
Using
commit cf9dcc07f36ec8a0df3ec001db3b7ff387bb602a Date: Tue Nov 17 20:34:22 2009 +0100
Install and test locally using the instructions in the readme. Created a single superuser and no modifications to the default settings.py except changing the DATABASE_* settings.
Running the following two commands,
someproject$ python setup.py register -r local sdist upload -r local someproject$ python setup.py register -r local bdist_egg upload -r local
The first runs successfully and the file shows up in the web UI. The second command hangs. If I then clear and start with a new database, uploading via various methods (bdist, etc) shows similar behavior, the second upload always hangs.
Fix merged into /ask branch.