Closed
Bug 833825
Opened 12 years ago
Closed 12 years ago
stage-ffxbld can't push to /users/bhearsum_mozilla.com/tools
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: dumitru)
Details
Noticed this today. stage-ffxbld should have level 1 permissions and be able to push to user repos like this one.
[cltbld@bld-centos6-hp-004 tools]$ hg push -e 'ssh -i /home/cltbld/.ssh/ffxbld_dsa -l stage-ffxbld' ssh://hg.mozilla.org/users/bhearsum_mozilla.com/tools
pushing to ssh://hg.mozilla.org/users/bhearsum_mozilla.com/tools
searching for changes
remote: Not trusting file /repo/hg/mozilla/users/bhearsum_mozilla.com/tools/.hg/hgrc from untrusted user bhearsum@mozilla.com, group scm_level_1
remote: Not trusting file /repo/hg/mozilla/users/bhearsum_mozilla.com/tools/.hg/hgrc from untrusted user bhearsum@mozilla.com, group scm_level_1
remote: adding changesets
remote: abort: Permission denied: /repo/hg/mozilla/users/bhearsum_mozilla.com/tools/.hg/store/00changelog.i
abort: unexpected response: empty string
Assignee | ||
Comment 1•12 years ago
|
||
[root@hgssh1.dmz.scl3 ~]# id stage-ffxbld
uid=1036(stage-ffxbld) gid=100(users) groups=100(users),673(scm_level_1),674(scm_private),675(hg_fuzzers),686(scm_sec_sensitive)
Already here...
Assignee | ||
Comment 2•12 years ago
|
||
[root@hgssh1.dmz.scl3 tools]# ls -al .hg/store/
total 1584
drwxrwsr-x 3 bhearsum@mozilla.com scm_level_1 4096 Jan 23 08:30 .
drwxrwsr-x 4 bhearsum@mozilla.com scm_level_1 4096 Jan 23 08:30 ..
-rw-rw-r-- 1 ffxbld scm_level_2 606452 Jan 23 08:30 00changelog.d
-rw-rw-r-- 1 raliiev@mozilla.com scm_level_2 216448 Jan 23 08:30 00changelog.i
-rw-rw-r-- 1 ffxbld scm_level_2 543811 Jan 23 08:30 00manifest.d
-rw-rw-r-- 1 ffxbld scm_level_2 216448 Jan 23 08:30 00manifest.i
drwxrwsr-x 19 bhearsum@mozilla.com scm_level_1 4096 Jan 22 14:14 data
-rw-rw-r-- 1 bhearsum@mozilla.com scm_level_1 391 Jan 23 08:30 undo
[root@hgssh1.dmz.scl3 .hg]# chgrp -R scm_level_1 *
[08:57] < bhearsum> | worked
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops → dgherman
Updated•12 years ago
|
Component: Server Operations → Server Operations: Developer Services
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
•