Closed
Bug 699509
Opened 13 years ago
Closed 13 years ago
Add builder identifier to our packages when we build them
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 1.0
People
(Reporter: clouserw, Assigned: zalun)
References
Details
When we call cfx.sh we need to pass it an extra command line switch:
--harness-option builderVersion=1.1.1.1
Where 1.1.1.1 is settings.PROJECT_VERSION. This will add that key/value to the package.json when it's built.
Assignee | ||
Comment 1•13 years ago
|
||
buidelVersion needs to be a primary key of the PackageRevision used to create the xpi.
It will be then sent as an argument to the repackage API
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → zaloon
Target Milestone: --- → Builder 1.0
Assignee | ||
Comment 2•13 years ago
|
||
According to https://bugzilla.mozilla.org/show_bug.cgi?id=699274#c9 it should be
--harness-option=builderVersion=12345
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Piotr Zalewa [:zalun] from comment #2)
> According to https://bugzilla.mozilla.org/show_bug.cgi?id=699274#c9 it
> should be
> --harness-option=builderVersion=12345
bwarner confirmed that either way will work. up to you.
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•