Closed
Bug 657606
Opened 14 years ago
Closed 14 years ago
Requesting twig repo birch be reset
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: justin.lebar+bug, Assigned: fox2mike)
References
Details
I don't know if you guys can do this, but I only need opt builds and Talos. I don't need unit tests or debug builds.
export REPO_PATH=mozilla-central
export TWIG=birch
cd /repo/hg/scripts/
./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
Assignee | ||
Comment 1•14 years ago
|
||
That's all releng (for opt builds/talos etc etc)
We can reset the repo :) Will that be enough?
Assignee: server-ops → shyam
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> That's all releng (for opt builds/talos etc etc)
>
> We can reset the repo :) Will that be enough?
Yes. I'll talk to releng. :)
Assignee | ||
Comment 3•14 years ago
|
||
Done.
[root@dm-svn02 mozilla]# export REPO_PATH=mozilla-central
[root@dm-svn02 mozilla]# export TWIG=birch
[root@dm-svn02 mozilla]# cd /repo/hg/scripts/
[root@dm-svn02 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 birch
Deleting repo /repo/hg/mozilla/projects/birch
Proceed? (y/n): y
Okay, here we go!
49637 files updated, 0 files merged, 0 files removed, 0 files unresolved
real 33m15.606s
user 1m26.688s
sys 2m13.929s
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•