Closed
Bug 346594
Opened 19 years ago
Closed 19 years ago
Move GraphViz check into Bugzilla::Install::Requirements
Categories
(Bugzilla :: Installation & Upgrading, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
3.48 KB,
patch
|
Details | Diff | Splinter Review |
Right now Bugzilla does a check for GraphViz installation that depends on params being set up. So it has to do the check after params exist.
Assignee | ||
Comment 1•19 years ago
|
||
Okay, this is pretty trivial.
One day we should merge this and Bugzilla::Config::Common::check_webdotbase.
Assignee | ||
Comment 2•19 years ago
|
||
Ha, I forgot to request approval! :-) Okay, requesting approval as module owner. :-)
Status: NEW → ASSIGNED
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 3•19 years ago
|
||
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.530; previous revision: 1.529
done
Checking in Bugzilla/Install/Requirements.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm,v <-- Requirements.pm
new revision: 1.15; previous revision: 1.14
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•