Closed Bug 739722 Opened 12 years ago Closed 12 years ago

Need new hg repositories created

Categories

(Developer Services :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hwine, Unassigned)

Details

Need the following mercurial repositories created with level 2 access from hg.m.o:

Names for 3 addon sdk (aka jetpack) mercurial repos:

    projects/addon-sdk  <= already exists, please contact if not already level 2

    projects/addon-sdk-beta

    projects/addon-sdk-release

Name for the new collusion extension:

    projects/collusion
[root@dm-svn02 projects]# for i in adon-sdk-beta addon-sdk-release collusion; do mkdir $i; pushd $i; hg init; popd; chown -R hg:scm_level_2 $i; done

[root@dm-svn02 projects]# ls -hl
...
drwxrwsr-x  3 hg   scm_level_2 4.0K Jan 14  2011 addon-sdk
drwxr-sr-x  3 hg   scm_level_2 4.0K Mar 27 16:01 addon-sdk-beta
drwxr-sr-x  3 hg   scm_level_2 4.0K Mar 27 16:01 addon-sdk-release
drwxr-sr-x  3 hg   scm_level_2 4.0K Mar 27 16:02 collusion
...
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
I can't push to addon-sdk-beta:
    remote: abort: could not lock repository /repo/hg/mozilla/projects/addon-sdk-beta: Permission denied

Looking at the group permissions above, I think I see why.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
I got this, waiting for :hwine to verify fix.
Thanks, Ashish - pushed to both addon-sdk-beta & addon-sdk-release successfully!
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
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.