Closed
Bug 897559
Opened 12 years ago
Closed 12 years ago
Use |repo manifest| to parse manifest in gonk-misc/add-revision.py
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: diego, Assigned: diego)
References
Details
Attachments
(1 file, 1 obsolete file)
This is easier to maintain and parses some elements that were being ignored like "remove-project".
| Assignee | ||
Comment 1•12 years ago
|
||
gonk-misc PR coming up
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #780554 -
Flags: review?(mwu)
Comment 3•12 years ago
|
||
Comment on attachment 780554 [details]
Pull request
jhford, what do you think? I don't know our build infra well enough to know if this would risk breaking things.
Attachment #780554 -
Flags: review?(mwu) → review?(jhford)
Comment 4•12 years ago
|
||
Comment on attachment 780554 [details]
Pull request
This looks great!
R- because this will break local developer builds.
You are hardcoding to use a copy of repo available in the path. This might be okay for releng machines but almost all developers are using the copy of repo that we install to the b2g_root, outside the path. The exception that a developer gets is pretty cryptic because python's subprocess module doesn't like to say which file could not be found when it fails to start the program.
I tested with a simple patch to make sure that the everything works locally.
https://github.com/jhford/gonk-misc/commit/b346d235f48d57c8b512c20987be400b41f6d9ff
You're welcome to use that commit or come up with something better, but please squash the commits.
Attachment #780554 -
Flags: review?(jhford) → review-
Comment 5•12 years ago
|
||
(squash the related commits)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → dwilson
| Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 780554 [details]
Pull request
Hi jhford,
Thanks for your help! I squashed your patch into my PR. Please take another look.
Attachment #780554 -
Flags: review- → review?(jhford)
| Assignee | ||
Comment 7•12 years ago
|
||
Oh, did you mean I should squash the revert of bug 890065 as well? If so, I think it's clearer as an individual revert commit.
Comment 8•12 years ago
|
||
(In reply to Diego Wilson [:diego] from comment #7)
> Oh, did you mean I should squash the revert of bug 890065 as well? If so, I
> think it's clearer as an individual revert commit.
nope, just the fix. Merging now.
Comment 9•12 years ago
|
||
Comment on attachment 780554 [details]
Pull request
https://github.com/mozilla-b2g/gonk-misc/commit/e63605f15c660783e046d27d385390f17828349f
Attachment #780554 -
Flags: review?(jhford) → review+
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 10•12 years ago
|
||
Awesome possum, thanks!
Comment 11•12 years ago
|
||
This broke B2G builds. Please backout.
https://tbpl.mozilla.org/php/getParsedLog.php?id=26246254&tree=B2g-Inbound
Comment 12•12 years ago
|
||
Backed out this changeset due to bustage (requested by RyanVM)
Bustage:
https://tbpl.mozilla.org/php/getParsedLog.php?id=26246254&tree=B2g-Inbound
Backout:
https://github.com/mozilla-b2g/gonk-misc/pull/106
https://github.com/dhylands/gonk-misc/commit/1f93c0c8eb5da8d92656ce3e6ad2e45a229ee9bc
https://github.com/dhylands/gonk-misc/commit/4b3b13dc724e79c0ae2f84ed32fc0d6fe83599d2
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 13•12 years ago
|
||
jhford,
This works fine for me locally. Any idea what's the source of the bustage?
Flags: needinfo?(jhford)
Comment 14•12 years ago
|
||
My apologies. The bustage turned out to be a different cause than this bug. My apologies for the churn :(
Flags: needinfo?(jhford)
| Assignee | ||
Comment 15•12 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #14)
> My apologies. The bustage turned out to be a different cause than this bug.
> My apologies for the churn :(
No worries. What's the best way to un-revert?
Flags: needinfo?(ryanvm)
| Assignee | ||
Comment 17•12 years ago
|
||
Carry forward r=jhford from PR
Attachment #780554 -
Attachment is obsolete: true
Attachment #787308 -
Flags: review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 18•12 years ago
|
||
https://github.com/mozilla-b2g/gonk-misc/commit/17c9658cb4b1081352b802c51e26f73b8157b4d9
Sorry again for the mix-up.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•