Closed
Bug 844960
Opened 12 years ago
Closed 12 years ago
create v1.0.1 branches for non-gaia mozilla-b2g repositories
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: u429623)
References
Details
Attachments
(1 file)
2.22 KB,
text/plain
|
Details |
It seems that when v1.0.1 was forked for Gaia, there weren't branches created for v1.0.1 on the mozilla owned repositories stored along side Gaia.
https://bugzilla.mozilla.org/show_bug.cgi?id=837265 has a non-exhaustive list of repositories that need to be branched.
Any repository that is mirrored to git.mozilla.org/b2g and has a v1-train or v1.0.0 branch should have a v1.0.1 branch.
Please create these branches using the current contents of v1-train as the starting point. This is blocking the branch landing of an important fix.
Updated•12 years ago
|
Component: Release Engineering → Release Engineering: Developer Tools
QA Contact: hwine
I'll be tagging the branch base for each repo with the same tag as used for gaia: B2G_1_0_1_20130213094222_BASE for consistancy.
Comment 2•12 years ago
|
||
B2G_1_0_1_20130213094222_BASE is a correct tag. r+
Script used to apply the tags & branches - was r+'d by aki via pastebin/irc
Assignee: nobody → hwine
Status: NEW → ASSIGNED
tags/branches created:
$ ./v101_branching >v101-branching-push.log
To git@github.com:mozilla-b2g/codeaurora_kernel_msm.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/fake-dalvik.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/gonk-misc.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/hardware_qcom_display.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/librecovery.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/moztt.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/platform_build.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/platform_external_opensans.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/rilproxy.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/screencap-gonk.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
To git@github.com:mozilla-b2g/unbootimg.git
* [new tag] B2G_1_0_1_20130213094222_BASE -> B2G_1_0_1_20130213094222_BASE
* [new branch] v1.0.1 -> v1.0.1
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•