Closed
Bug 929033
Opened 12 years ago
Closed 12 years ago
Requesting twig repo alder be reset
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcranmer, Unassigned)
Details
Please run the {script_name} and reset alder to http://hg.mozilla.org/users/Pidgeot18_gmail.com/cc-unified/
[The documentation doesn't indicate what {script_name} should be]
Copy/pasted blurb:
export REPO_PATH=/users/Pidgeot18_gmail.com/cc-unified
export TWIG=alder
cd /repo/hg/scripts/
./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
The purpose of this twig is to test changes needed for the ccrework project (see bug 648979). As a result, it may require some awkward changes to configuration. It will need the current platform and test coverage from comm-central, but the build rules should follow mozilla-central [excepting mozconfigs]. I think; I'm not totally certain I understand all the release engineering consequences; maybe Standard8 can chime in here.
Comment 1•12 years ago
|
||
(In reply to Joshua Cranmer [:jcranmer] from comment #0)
> [The documentation doesn't indicate what {script_name} should be]
>
> Copy/pasted blurb:
> export REPO_PATH=/users/Pidgeot18_gmail.com/cc-unified
> export TWIG=alder
>
> cd /repo/hg/scripts/
> ./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
----^^^^^^^^^^^^^ script name :-)
You should be all set:
hgssh1.dmz.scl3# export REPO_PATH=/users/Pidgeot18_gmail.com/cc-unified
hgssh1.dmz.scl3# export TWIG=alder
hgssh1.dmz.scl3# cd /repo/hg/scripts/
hgssh1.dmz.scl3# time ./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
Cloning revision tip from /repo/hg/mozilla//users/Pidgeot18_gmail.com/cc-unified to alder
Deleting repo /repo/hg/mozilla/projects/alder
Proceed? (y/n): y
Okay, here we go!
not trusting file /repo/hg/mozilla/users/Pidgeot18_gmail.com/cc-unified/.hg/hgrc from untrusted user Pidgeot18@gmail.com, group scm_level_1
95141 files updated, 0 files merged, 0 files removed, 0 files unresolved
real 25m37.758s
user 1m15.855s
sys 3m15.880s
CCing RelEng, to kick off a reconfig so that builds are generated.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
scheduler reconfig done.
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
•