Closed
Bug 249462
Opened 21 years ago
Closed 21 years ago
Put official XPI building tools and files into CVS
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bugzilla-mozilla-20000923)
Details
Attachments
(1 file, 1 obsolete file)
15.73 KB,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
There's more than one person who needs to be able to build XPIs for ChatZilla,
and with all the changes for Firefox I've got a mostly-new makexpi script. This
would be best in CVS - I've currently got it in an "xpi" subdirectory, where it
builds directly from there.
install.js, install.rdf and makexpi.sh will be all that's needed.
Assignee | ||
Comment 1•21 years ago
|
||
I re-wrote makexpi.sh a little bit; it now takes the version from static.js for
making the XPI, and only has two ways to run it (you run it from the 'xpi'
directory):
makexpi.sh - this builds the XPI
makexpi.sh clean - this removes the temporary files used.
The XPI is left in the xpi directory, and ignored by CVS.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 152139 [details] [diff] [review]
Adds install.js, install.rdf and makexpi.sh
Obsolete. New version from the 0.9.65 codebase coming soon...
Attachment #152139 -
Attachment is obsolete: true
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 162714 [details] [diff] [review]
0.9.65 version of tools, with standalone XPI files in subdirectory (resources)
This version of makexpi.sh either builds the XPI without help (no params) or
cleans up it's mess ('clean' param).
Attachment #162714 -
Flags: review?(rginda)
Comment 5•21 years ago
|
||
Comment on attachment 162714 [details] [diff] [review]
0.9.65 version of tools, with standalone XPI files in subdirectory (resources)
r=rginda
Attachment #162714 -
Flags: review?(rginda) → review+
Assignee | ||
Comment 6•21 years ago
|
||
Woo. Checked in --> FIXED.
How to use them:
1. In your normal source tree, go into mozilla/extensions/irc/xpi
2. Run 'bash makexpi.sh' (would be ok with just './makexpi.sh' if bash is
lurking around already)
3. Wait
4. Profit! (alternativly, install chatzilla-<version>.xpi)
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•