ReleaseEngineering/How To/Reset the Try Server: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18: Line 18:
***cd /repo/hg/mozilla/try/.hg/
***cd /repo/hg/mozilla/try/.hg/
***sqlite3 pushlog2.db
***sqlite3 pushlog2.db
***delete from changesets;
***sqlite> delete from changesets;
***delete from pushlog;
***sqlite> delete from pushlog;
***.exit
***sqlite> .exit
**Reset perms on the repo.
**Reset perms on the repo.
***Become the root user on the machine.
***Become the root user on the machine.
21

edits