canmove, Confirmed users, Bureaucrats and Sysops emeriti
87
edits
No edit summary |
|||
| Line 7: | Line 7: | ||
* Make a [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=Server%20Operations&short_desc=Requesting%20twig%20repo%20{booked_repo}%20be%20reset&comment=Please%20run%20the%20{script_name}%20and%20reset%20{booked_repo}%20to%20{url} request] to IT to reset the repo for you as a clone from your own project repo (or default mozilla-central:tip). '''Copy the script below into bug request, replacing the REPO_PATH and TWIG with your repo and booked branch'''. | * Make a [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=Server%20Operations&short_desc=Requesting%20twig%20repo%20{booked_repo}%20be%20reset&comment=Please%20run%20the%20{script_name}%20and%20reset%20{booked_repo}%20to%20{url} request] to IT to reset the repo for you as a clone from your own project repo (or default mozilla-central:tip). '''Copy the script below into bug request, replacing the REPO_PATH and TWIG with your repo and booked branch'''. | ||
<pre> | <pre> | ||
export REPO_PATH = # path to your repo eg: users/lsblakk_mozilla.com/staging | export REPO_PATH= #path to your repo eg: users/lsblakk_mozilla.com/staging | ||
export TWIG = # {maple,cedar,birch} whichever twig you booked | export TWIG= #{maple,cedar,birch} whichever twig you booked | ||
cd /repo/hg/scripts/ | cd /repo/hg/scripts/ | ||