Closed
Bug 547336
Opened 15 years ago
Closed 15 years ago
Make installation work on Windows with Strawberry Perl Professional
Categories
(Bugzilla :: Installation & Upgrading, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file, 2 obsolete files)
|
3.09 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
So, I just did some testing and I found that only a few changes in the installation process were necessary to make Bugzilla work on Windows with the new Strawberry Perl Professional Alpha.
Technically I'm the Module Owner for Installation, so I could just grant myself review on this, but I want a review mostly to make sure that everything here still works on ActiveState. In particular, does my ON_ACTIVESTATE check work on older versions of ActiveState? I don't have any handy, I thought maybe you might?
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → Bugzilla 3.8
Comment on attachment 427872 [details] [diff] [review]
v1
doesn't work :(
use Win32::BuildNumber
http://kobesearch.cpan.org/htdocs/Win32/Win32.html#Win32_BuildNumber
we should probably change build-id check in install as well.
Attachment #427872 -
Flags: review?(bugzilla) → review-
| Assignee | ||
Comment 3•15 years ago
|
||
Okay, how's this one look?
Attachment #427872 -
Attachment is obsolete: true
Attachment #428124 -
Flags: review?(bugzilla)
| Assignee | ||
Comment 4•15 years ago
|
||
Oh, I see what you mean about the build number check. Yeah, fixed that.
Attachment #428124 -
Attachment is obsolete: true
Attachment #428125 -
Flags: review?(bugzilla)
Attachment #428124 -
Flags: review?(bugzilla)
Comment on attachment 428124 [details] [diff] [review]
v2
r=glob
Attachment #428124 -
Flags: review+
Comment on attachment 428125 [details] [diff] [review]
v3
r=glob
Attachment #428125 -
Flags: review?(bugzilla) → review+
Attachment #428124 -
Flags: review+
Updated•15 years ago
|
Flags: approval?
| Assignee | ||
Updated•15 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 7•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified install-module.pl
modified Bugzilla/Constants.pm
modified Bugzilla/Install/Requirements.pm
Committed revision 7025.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•