Closed
Bug 1071134
Opened 10 years ago
Closed 10 years ago
Fix command line help for updater
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
()
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
For Mac v2 signing an additional command line param was added. Now it should be
fprintf(stderr, "Usage: updater patch-dir install-dir apply-to-dir [wait-pid [callback-working-dir callback-path args...]]\n");
This bug will fix that and the documentation
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8493250 -
Flags: review?(spohl.mozilla.bugs)
Assignee | ||
Updated•10 years ago
|
Comment 2•10 years ago
|
||
Comment on attachment 8493250 [details] [diff] [review]
pach rev1
Review of attachment 8493250 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/mozapps/update/updater/updater.cpp
@@ +2227,5 @@
> InitProgressUI(&argc, &argv);
>
> // To process an update the updater command line must at a minimum have the
> + // directory path containing the updater.mar file to process as the first
> + // argument the install directory as the second argument, and the directory to
nit: a comma after "[...] updater.mar file to process as the first argument" might help readability.
Attachment #8493250 -
Flags: review?(spohl.mozilla.bugs) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8493250 -
Attachment is obsolete: true
Attachment #8493260 -
Flags: review+
Assignee | ||
Comment 4•10 years ago
|
||
Pushed to oak
https://hg.mozilla.org/projects/oak/rev/ab7770c47443
Assignee | ||
Comment 5•10 years ago
|
||
I've also updated the wiki
https://wiki.mozilla.org/Software_Update:Manually_Installing_a_MAR_file
Assignee | ||
Comment 6•10 years ago
|
||
Pushed to fx-team
https://hg.mozilla.org/integration/fx-team/rev/818b73513ce2
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Assignee | ||
Comment 8•10 years ago
|
||
Landed on aurora in the Mac V2 signing combined patch in bug 1047584
status-firefox34:
--- → fixed
status-firefox35:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•