Requesting twig repo cedar be reset
Categories
(Developer Services :: Mercurial: hg.mozilla.org, task)
Tracking
(Not tracked)
People
(Reporter: vporof, Assigned: sheehan)
Details
I've spoken to Mike de Boer, the previous owner, and Cedar is unused at the moment. I'd like to use it for a different project.
This is for reformatting the tree using Prettier, as part of Browser Architecture work. We expect this work to end in August 2019.
I'm not sure what booking Cedar or any disposable tree entails, but this wiki page[0] suggests that the following needs to happen:
- Run the following script and reset cedar to mozilla-central:
export REPO_PATH=mozilla-central
export TWIG=cedar
cd /repo/hg/scripts/
./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
-
Run "hgmo-reset-twig.yml"
-
The teams who operate the automation need to be notified of the reset, so they can adjust their schedulers.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
For what it's worth, I used bug 1518167 as a template.
Assignee | ||
Comment 2•6 years ago
|
||
I'm going to kick this off shortly.
Victor, could you please add yourself to the BOOKING SCHEDULE
table on that Wiki page?
Also, do you plan to perform frequent history rewrites (ie do you plan to rebase on top of the latest central every so often)? If so you may want to set the repo to be non-publishing. This will keep changes pushed to the server in the "draft" phase. See hg help evolution
and hg help phases
for more info.
Assignee | ||
Comment 3•6 years ago
|
||
This is under way.
Assignee | ||
Comment 4•6 years ago
|
||
Twig is reset to f58ae8ec64c8
.
Victor, once the booking schedule is updated, please close this bug.
Reporter | ||
Comment 5•6 years ago
|
||
Thanks, this was very timely! Testing it now.
Assignee | ||
Comment 6•6 years ago
|
||
Looks like the booking schedule has been updated. Please re-open if you run into trouble.
Description
•