Closed Bug 821112 Opened 12 years ago Closed 12 years ago

please create hg repo integration/gaia-shira for b2g 1.1 work

Categories

(Developer Services :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hwine, Assigned: bkero)

References

Details

(Whiteboard: [reit-b2g])

We need hg.m.o:integration/gaia-shira set up the same way as the other integration/gaia* repos done in bug 811829 It should be writable only by user vcs-sync@mozilla.com. It should be world readable. Description should be "read only mirror of http://git.mozilla.org/?p=releases/gaia.git" It should have the same hooks enabled as the other integration/gaia* repos.
Assignee: server-ops-devservices → bkero
[root@hgssh1.dmz.scl3 integration]# mkdir gaia-shira [root@hgssh1.dmz.scl3 integration]# cd gaia-shira [root@hgssh1.dmz.scl3 gaia-shira]# hg init [root@hgssh1.dmz.scl3 gaia-shira]# cd .hg [root@hgssh1.dmz.scl3 .hg]# cp ../../gaia-central/.hg/hgrc . [root@hgssh1.dmz.scl3 gaia-shira]# cd ../.. [root@hgssh1.dmz.scl3 integration]# chown -R vcs-sync@mozilla.com gaia-shira [root@hgssh1.dmz.scl3 integration]# ls -hl | grep shira drwxr-sr-x 3 vcs-sync@mozilla.com scm_level_1 4.0K Dec 12 22:14 gaia-shira [root@hgssh1.dmz.scl3 integration]# cd gaia-shira [root@hgssh1.dmz.scl3 gaia-shira]# ls -ahl total 12K drwxr-sr-x 3 vcs-sync@mozilla.com scm_level_1 4.0K Dec 12 22:14 . drwxrwsr-x 10 hg scm_level_1 4.0K Dec 12 22:14 .. drwxr-sr-x 3 vcs-sync@mozilla.com scm_level_1 4.0K Dec 12 22:14 .hg [root@hgssh1.dmz.scl3 gaia-shira]# cd .hg [root@hgssh1.dmz.scl3 .hg]# ls -ahl total 16K drwxr-sr-x 3 vcs-sync@mozilla.com scm_level_1 4.0K Dec 12 22:14 . drwxr-sr-x 3 vcs-sync@mozilla.com scm_level_1 4.0K Dec 12 22:14 .. -rw-r--r-- 1 vcs-sync@mozilla.com scm_level_1 57 Dec 12 22:14 00changelog.i -rw-r--r-- 1 vcs-sync@mozilla.com scm_level_1 446 Dec 12 22:14 hgrc -rw-r--r-- 1 vcs-sync@mozilla.com scm_level_1 33 Dec 12 22:14 requires drwxr-sr-x 2 vcs-sync@mozilla.com scm_level_1 4.0K Dec 12 22:14 store [root@hgssh1.dmz.scl3 .hg]# cat hgrc [paths] default = /repo/hg/mozilla/integration/gaia-central [hooks] pretxnchangegroup.a_treeclosure = python:mozhghooks.treeclosure.hook #pretxnchangegroup.b_singlehead = python:mozhghooks.single_head_per_branch.hook #pretxnchangegroup.c_commitmessage = python:mozhghooks.commit-message.hook changegroup.push_printurls = python:mozhghooks.push_printurls.hook [web] description = read only mirror of http://git.mozilla.org/?p=releases/gaia.git
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Blocks: 821499
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.