Closed
Bug 270991
Opened 20 years ago
Closed 20 years ago
Interim "currently upgrading from CVS" page isn't working?
Categories
(Bugzilla :: bugzilla.org, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: justdave, Assigned: justdave)
References
()
Details
Landfill is supposedly rigged with an interim page which is placed in front of the Bugzilla installs which auto-update from CVS while they are being updated that states the upgrade is in progress and please hit reload after a few seconds to continue. Email I just received on webmaster@bugzilla.org leads me to believe that the upgrade script is currently failing to put that interim page up for some reason. (User mailed to report the "template failed twice" error, received right on the hour, which is the hallmark of hitting the system while checksetup.pl is rebuilding the templates) The interim page is placed by swapping out the .htaccess file with one containing a catch-all rewrite rule that points at the "now updating" page, then restoring the original .htaccess file once the update is complete. Does checksetup.pl replace the .htaccess if it doesn't contain the right things on cvs tip now? If so, that would explain the behavior.
| Assignee | ||
Comment 1•20 years ago
|
||
Just to have this available in case it's useful to anyone who wants to help troubleshoot, the existing updater script which is called from cron does this: #!/bin/sh cd $1 cp -p .htaccess .htaccess.normal cp -p /etc/bugzilla/htaccess.updating .htaccess cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot up -dPC -r$2 > /dev/null ./checksetup.pl /etc/bugzilla/no-changes mv .htaccess.normal .htaccess cron passes in the full path to the Bugzilla install and the CVS Tag to update to on the command line. The "no-changes" file just contains a "1;", it's basically just there to trick checksetup.pl into running in silent mode.
| Assignee | ||
Comment 2•20 years ago
|
||
Whatever happened seems to have resolved itself. It's working just fine now, I just hit it a few minutes ago. :)
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•