Closed
Bug 1150329
Opened 11 years ago
Closed 11 years ago
Create repositories for SeaMonkey
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: fubar)
References
Details
In order to close down CVS, we need to move SeaMonkey's website off (bug 1120709). Since code in that repository auto-updates the live website http://www.seamonkey-project.org/ hosted on shared infra by webops, we want to keep repository rather tightly access controlled for now.
Similarly, as SeaMonkey continues to disentangle from evolving RelEng infra, some puppet repos require similar access control (bug 1148229). Additional repositories may also be needed for that purpose as well.
To help minimize confusion with the Firefox versions of the repositories, the proposal is to put all these SeaMonkey repositories under a new top level directory "SeaMonkey".
So, please create the following 2 repositories:
- SeaMonkey/puppet
- bug 1148229 comment 4 has details of hooks and cloning
- SeaMonkey/seamonkey-project-org
- L3 access per bug 1120709 comment 12
- "standard" hooks
| Assignee | ||
Comment 1•11 years ago
|
||
Link to new top level dir created in index page in v-c-t rev 13074e4dcf11
Repos created:
http://hg.mozilla.org/SeaMonkey/seamonkey-project-org
$ ssh hg.mozilla.org repo-group /SeaMonkey/seamonkey-project-org
scm_level_3
$ hg -R seamonkey-project-org showconfig hooks
hooks.sorthooks=True
hooks.changegroup.recordlogs=/repo/hg/scripts/record-pushes.sh
hooks.changegroup.mirrorpush=/repo/hg/scripts/push-repo.sh
hooks.pushkey.mirrorpush=/repo/hg/scripts/push-repo.sh
hooks.pretxnchangegroup.pushlog=<function pretxnchangegrouphook
http://hg.mozilla.org/SeaMonkey/puppet/
$ ssh hg.mozilla.org repo-group /SeaMonkey/puppet
scm_level_2
$ hg -R puppet showconfig hooks
hooks.sorthooks=True
hooks.changegroup.recordlogs=/repo/hg/scripts/record-pushes.sh
hooks.changegroup.mirrorpush=/repo/hg/scripts/push-repo.sh
hooks.pushkey.mirrorpush=/repo/hg/scripts/push-repo.sh
hooks.changegroup.push_printurls=python:mozhghooks.push_printurls.hook
hooks.pretxnchangegroup.a_singlehead=python:mozhghooks.single_head_per_branch.hook
hooks.pretxnchangegroup.pushlog=<function pretxnchangegrouphook
Assignee: nobody → klibby
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•