Closed
Bug 985054
Opened 11 years ago
Closed 11 years ago
Non-Fast Forward tag operation on git.mozilla.org/releases/gecko.git
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: hwine)
References
Details
For several hours on March 17, a tag used internally by Mozilla was pointing to the wrong commit. Correcting that tag required a non-fast forward tag operation.
There is no expected impact to downstream users of this repository:
- the tag is not referenced in any FFOS build procedure
- only one version of the tag will be fetched from our repo
- no "non Fastforward commit" has been generated.
The tag involved is: B2G_1_4_20140317_MERGEDAY
The correct git changeset for that tag is: ce20b05ead5cadc9b1dc8f3270a9adce3384f926
The incorrect git changeset for that tag is: 013e7534cdcfb8f7be183a73b471c9d58b38f2cb
While there is no need to update any downstream repository, if you wish to do so, you can use this git command:
git fetch origin tag B2G_1_4_20140317_MERGEDAY
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•