Closed
Bug 801612
Opened 12 years ago
Closed 12 years ago
Requesting twig repo Ash be reset to mozilla-aurora (rather than mozilla-central)
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: fox2mike)
References
Details
(Whiteboard: [reit-ops])
Please run the script below and reset Ash to "http://hg.mozilla.org/releases/mozilla-aurora:tip".
## BEGIN ##
export REPO_PATH=releases/mozilla-aurora
export TWIG=ash
cd /repo/hg/scripts/
./reset_pp_repo.sh -s /repo/hg/mozilla/$REPO_PATH -r tip -d $TWIG
## END ##
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops → server-ops-devservices
Component: Server Operations → Server Operations: Developer Services
QA Contact: jdow → shyam
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-devservices → shyam
Assignee | ||
Comment 1•12 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
Hi fox2mike,
I have not been able to push to it:
Armens-MacBook-Air:mozilla-aurora armenzg$ hg push ssh://hg.mozilla.org/projects/ash
pushing to ssh://hg.mozilla.org/projects/ash
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 3 changesets with 4 changes to 4 files
remote: error: changegroup.z_loghistory hook raised an exception: attempt to write a readonly database
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Updated•12 years ago
|
Severity: major → normal
Assignee | ||
Updated•12 years ago
|
Assignee: shyam → bkero
Assignee | ||
Comment 3•12 years ago
|
||
This was reset today and worked with Armen to confirm.
Assignee: bkero → shyam
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•12 years ago
|
||
fox2mike dance a Walsh to make this work but it is now working.
fox2mike said that he will ask bkero to file a bug for this not to be like this.
Thanks!
It seems that the issue goes something like this:
10:31 fox2mike:earlier we had the webheads r/o
10:31 fox2mike: we made it r/w after that big try issue
10:31 fox2mike: to allow hg to use it's caching
10:31 fox2mike: now if anyone hits the repo from a webhead and a pushlog db isn't there
10:31 fox2mike: it creates one, with the wrong perms
10:31 fox2mike: and messes everything up
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
•