Closed
Bug 232804
Opened 21 years ago
Closed 21 years ago
checksetup.pl needs a --check-modules switch
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
1.50 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
When rewriting the Bugzilla installation instructions, I noticed that it would
be very handy to be able to instruct people to run checksetup.pl
--check-modules, which only did the module check. This would avoid the following
scenario:
- User runs checksetup.pl -> modules required
- User installs modules
- User runs checksetup.pl -> all modules present, localconfig created
- User runs checksetup.pl once more, for whatever reason -> localconfig read
without being modified, no database access, errors, general nastiness.
In the new world, the "installation" section of the manual would tell them to
run with --check-modules, and the "configuration" section would tell them to run
it without.
Gerv
Assignee | ||
Comment 1•21 years ago
|
||
This allows checksetup.pl to exit after checking the modules if
"--check-modules" is specified on the command line. It also documents the
undocumented "silent" mode of checksetup.pl.
Gerv
Assignee | ||
Updated•21 years ago
|
Attachment #140366 -
Flags: review?(justdave)
Comment 2•21 years ago
|
||
Hmm, this would be cool. Tinderbox could run checksetup in this mode to ensure
that the environment is set up. :)
Updated•21 years ago
|
Attachment #140366 -
Flags: review?(justdave) → review+
Updated•21 years ago
|
Flags: approval+
Assignee | ||
Comment 3•21 years ago
|
||
Fixed.
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.260; previous revision: 1.259
done
Gerv
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
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
•