3714: Add a warning to contrib/internal/prepare-dev.py if you kill it about needing to blow away the database.

theo.b******@gmai***** (Google Code) (Is this you? Claim this profile.)
Feb. 17, 2015
What version are you running?
2.1.0.0a

What's the URL of the page containing the problem?
file:///src/reviewboard/contrib/internal/prepare-dev.py

What steps will reproduce the problem?
0. Have no database.
1. Run prepare-dev.py
2. ctrl-C before finishing to create a superuser
3. Database exists, but no super user.

What is the expected output? What do you see instead?
I'd like to see a short warning when I ctrl-C about maybe needing to remove the database and try again.


What operating system are you using? What browser?
Lunix (Vagrant) /bash


Please provide any additional information below.
david
#1 david
  • +EasyFix
#2 tr**@lytm***** (Google Code) (Is this you? Claim this profile.)
I'm working on it.
#3 NHV***@gmai***** (Google Code) (Is this you? Claim this profile.)
Link for review https://reviews.reviewboard.org/r/6845/.
david
#4 david
Fixed in release-2.0.x (449c614). Thanks!
  • +Fixed