Closed
Bug 346275
Opened 19 years ago
Closed 19 years ago
checksetup.pl should read the "answers" file into a Safe
Categories
(Bugzilla :: Installation & Upgrading, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
2.74 KB,
patch
|
Details | Diff | Splinter Review |
Right now checksetup.pl just does a "do $answers". Instead, it should read it into a Safe object and pull out just the $answer hash.
I'll also create a read_answers_file subroutine, and start to really get this "reorganize checksetup" thing going.
Assignee | ||
Comment 1•19 years ago
|
||
And yet another interdiff in this long string of patches. :-)
This works, I tested it with Data::Dumper to see that I was reading in the data correctly.
The one thing this changes is that an empty "answers" file will no longer silence checksetup--I suppose that should be relnoted.
Assignee | ||
Comment 2•19 years ago
|
||
Requesting approval directly, 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.519; previous revision: 1.518
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
•