Closed
Bug 917173
Opened 11 years ago
Closed 11 years ago
In partner facing http://git.mozilla.org/?p=releases/gecko.git delete obsolete "aurora" branch
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: mozilla)
References
Details
In http://git.mozilla.org/?p=releases/gecko.git, please delete the obsolete "aurora" branch. This hg->git replication of mozilla-aurora was part of the initial scramble in pre-v1.0 setup. It was quickly abandoned as B2G rode the trains to mozilla-b2g18, and has not been used by any partners since then (at least 5 months).
Now that we are getting ready for v1.2, we should delete this "aurora" branch from http://git.mozilla.org/?p=releases/gecko.git to avoid confusion with partners. Per agreement with external partners, they are happy to be using "v1.2" branch within http://git.mozilla.org/?p=releases/gecko.git and https://git.mozilla.org/?p=releases/gaia.git, once created as part of the migration work, because using "v1.2" will eliminate need for partner coordinated changes as Mozilla B2G rides the trains.
Note: this deletion is *only* to happen in http://git.mozilla.org/?p=releases/gecko.git. Aurora is *NOT* to be deleted in hg!
Note: The state of the different repos on github is confusing, and owned by multiple people, so ignoring for now as it does not block migration or partner handoffs. As we figure those other repos out with their owners, we'll file separate different bugs.
Comment 1•11 years ago
|
||
I have 2 questions here:
1) does it really block bug 913992?
2) should we resolve it as WONTFIX because deleting publicly available commits is a bad idea?
Assignee | ||
Comment 2•11 years ago
|
||
M1: deleting this branch would reduce confusion, since it's not syncing.
However, it would violate the no-deletes fast-forward-only rules on the repo.
Do you have a preference or guidelines here?
Flags: needinfo?(mvines)
Comment 3•11 years ago
|
||
We are not using this branch in any form, so deleting it would not not cause us any trouble at all.
I doubt anybody else is using it too. Maybe delete it and see who squawks?
Flags: needinfo?(mvines)
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Michael Vines [:m1] [:evilmachines] from comment #3)
> We are not using this branch in any form, so deleting it would not not cause
> us any trouble at all.
>
> I doubt anybody else is using it too. Maybe delete it and see who squawks?
wfm.
Assignee | ||
Comment 5•11 years ago
|
||
export GIT_SSH='/opt/vcs2vcs/mozharness/external_tools/git-ssh-wrapper.sh'
export GIT_SSH_KEY='~/.ssh/vcs-sync_rsa'
git push gitolite3@git.mozilla.org:releases/gecko :aurora
remote: error: denying ref deletion for refs/heads/aurora
To gitolite3@git.mozilla.org:releases/gecko
! [remote rejected] aurora (deletion prohibited)
error: failed to push some refs to 'gitolite3@git.mozilla.org:releases/gecko'
We may need IT to help us here.
Hal, have you ever asked IT to delete a branch in gitolite?
Flags: needinfo?(hwine)
Comment 6•11 years ago
|
||
Yes, we'll need IT to disable the denyDeletes setting temporarily while the above is run, then re-enable.
The last time we did a deletion, we did not have that config option set, so did not need IT's help.
Flags: needinfo?(hwine)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → aki
Assignee | ||
Comment 7•11 years ago
|
||
Woot! done
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Release Engineering → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•