Closed
Bug 863286
Opened 12 years ago
Closed 12 years ago
Requesting twig repo fig be reset
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Margaret, Assigned: fox2mike)
Details
Please run the following script and reset fig to mozilla-central
export REPO_PATH=mozilla-central
export TWIG=fig
cd /repo/hg/scripts/
./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
Reporter | ||
Comment 1•12 years ago
|
||
Just checking in on the status of this bug...
Assignee | ||
Comment 2•12 years ago
|
||
I'll get this going for you, Margaret.
Assignee: server-ops-devservices → shyam
Assignee | ||
Comment 3•12 years ago
|
||
And done.
[root@hgssh1.dmz.scl3 ~]# export REPO_PATH=mozilla-central
[root@hgssh1.dmz.scl3 ~]# export TWIG=fig
[root@hgssh1.dmz.scl3 ~]# cd /repo/hg/scripts/
[root@hgssh1.dmz.scl3 scripts]# time ./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
Cloning revision tip from /repo/hg/mozilla/mozilla-central to fig
Deleting repo /repo/hg/mozilla/projects/fig
Proceed? (y/n): y
Okay, here we go!
78109 files updated, 0 files merged, 0 files removed, 0 files unresolved
real 21m46.018s
user 1m2.070s
sys 2m10.632s
[root@hgssh1.dmz.scl3 scripts]#
Sorry for the delay :)
Please note that for any release automation to pick up the reset, builtbot changes have to be made by releng. Please contact someone from releng or the person on buildduty for the same.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
(In reply to Shyam Mani [:fox2mike] from comment #3)
> Please note that for any release automation to pick up the reset, builtbot
> changes have to be made by releng. Please contact someone from releng or the
> person on buildduty for the same.
And done as well.
Comment 5•12 years ago
|
||
Margaret, https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectBranches lists fig being in use until 2013-09-01 - I don't suppose you could update date there with a revised one, just to help with planning of allocating disposable repos? :-)
Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Ed Morley [:edmorley UTC+1] from comment #5)
> Margaret,
> https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectBranches lists
> fig being in use until 2013-09-01 - I don't suppose you could update date
> there with a revised one, just to help with planning of allocating
> disposable repos? :-)
We're done using fig now, so we can reset it. In the future, is there something I should update somewhere to indicate that we're done?
Comment 7•12 years ago
|
||
Great - thank you :-)
The instructions for when the repo is no longer in use are at https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectBranches#unbook - I've just updated the wiki, so we should be all good now :-)
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•