Closed
Bug 825899
Opened 12 years ago
Closed 12 years ago
Reset hg.m.o/projects/cedar
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: fox2mike)
References
Details
I'd like to 'hg strip' cedar to b891b5a5a064
Before the holidays I merged m-c -> cedar and there were build failures. I tried to back out the merge but apparently that doesn't work all that well and many tests became perma-red. Then there were subsequent merges from m-c -> cedar and things seemed to have gotten worse. I have no idea how to fix this other than to hg strip everything out and then re-merge everything from m-c back into cedar.
I've cc'ed others who use cedar. Sorry for the trouble.
p.s there was nothing cedar specific checked in after b891b5a5a064 so I don't expect anyone's work to be lost
Assignee | ||
Comment 1•12 years ago
|
||
Stripping is bad. Can we reset it from m-c again?
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-devservices → bkero
Reporter | ||
Comment 2•12 years ago
|
||
Possibly, I would be fine with it, but at the very least I'll need to talk to jgriffin, aki and armenzg. I'll get back to you.
Comment 3•12 years ago
|
||
Currently we only run b2g pandas on Cedar.
Until this bug is fixed we cannot progress since bug 820617 needs to be on Cedar as well.
For now I can work around it by re-imaging from m-c.
Blocks: 802317
Comment 4•12 years ago
|
||
I'm ok with it, now that I grabbed the latest good talos.json.
Reporter | ||
Comment 5•12 years ago
|
||
Alright, jgriffin says go ahead as well. I checked the pushlog and no one else has ever pushed to cedar. So lets just reset it from m-c again.
Reporter | ||
Updated•12 years ago
|
Summary: Need hg strip of cedar and purging of stripped changesets from the pushlog DB → Reset hg.m.o/projects/cedar
Assignee | ||
Comment 7•12 years ago
|
||
Done.
[root@hgssh1.dmz.scl3 scripts]# export REPO_PATH=mozilla-central
[root@hgssh1.dmz.scl3 scripts]# export TWIG=cedar
[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 cedar
Deleting repo /repo/hg/mozilla/projects/cedar
Proceed? (y/n): y
Okay, here we go!
70085 files updated, 0 files merged, 0 files removed, 0 files unresolved
real 18m58.899s
user 0m39.990s
sys 2m11.860s
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 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
•