Closed
Bug 534792
Opened 16 years ago
Closed 15 years ago
New landfill bugzilla installs created using installs.cgi never finish
Categories
(Bugzilla :: bugzilla.org, defect)
Bugzilla
bugzilla.org
Tracking
()
RESOLVED
FIXED
People
(Reporter: reed, Assigned: mkanat)
References
()
Details
I tried to create a new install for a bug I'm working on, and installs.cgi stopped working with just this output:
Adding install 'bz534587'...
Creating bugs_bz534587 database in Mysql...
mkanat thought "it may have created it and just didn't output anything", so I checked /var/www/html/bz534587, which existed. However, localconfig had this:
# The name of the database
$db_name = 'bugs_tip';
... which is pretty bad. It also doesn't appear on installs.cgi.
<mkanat> reed: I'll probably have to switch to having a cron job create the install.
Assignee | ||
Comment 1•15 years ago
|
||
Or even simpler, I think I can just have it fork a bash to do it.
I think I'll also take this opportunity to switch over to using bzr.
Assignee: website → mkanat
Assignee | ||
Comment 2•15 years ago
|
||
Okay, all fixed; it does creation and deletion via a cron job now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•