Closed
Bug 237173
Opened 21 years ago
Closed 21 years ago
hook up windows firefox nightlies to post-mozilla-rel.pl
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
13.30 KB,
patch
|
leaf
:
review+
|
Details | Diff | Splinter Review |
This bug is for changes needed to hook up windows firefox nightlies to
post-mozilla-rel.pl (Linux and Mac to come later).
Assignee | ||
Comment 1•21 years ago
|
||
summary of changes:
add browser/installer/ makefiles to generate installer and archive
post-mozilla-rel:
add documentation of tinder-config options
add tbox_ftp_path, tbox_url_path settings
add package_creation_path setting
add ssh_version setting to control whether to force an ssh protocol version
add stub_installer/sea_installer/archive settings to control which files are
pushed
add as_perl_path setting for activestate perl location on windows (windows
installer scripts need activestate perl)
use Settings::ProductName in notification email
make sure to reset the current directory at the start of post-mozilla-rel. it
needs to start in the directory above mozilla/.
set package_location to dist/install on windows, not installer/
add NO_GECKO_SDK variable to suppress creating sdk tar/zip file
Assignee | ||
Updated•21 years ago
|
Assignee: nobody → bryner
Status: NEW → ASSIGNED
Comment 2•21 years ago
|
||
Comment on attachment 143648 [details] [diff] [review]
patch
w00t!
Attachment #143648 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 143648 [details] [diff] [review]
patch
Requesting drivers approval. None of these changes should affect seamonkey
builds.
Attachment #143648 -
Flags: approval1.7b?
Comment on attachment 143648 [details] [diff] [review]
patch
a=dbaron, although in the future it might be better to use
Settings::ProductName instead of adding variables like tbox_ftp_path,
tbox_url_path, ftp_path, url_path, package_creation_path, etc., so there's less
for the user of the script to set up (since those should all be constant for a
given ProductName).
Attachment #143648 -
Flags: approval1.7b? → approval1.7b+
Assignee | ||
Comment 5•21 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•