Closed
Bug 1506866
Opened 7 years ago
Closed 7 years ago
Commit Access (Level 1) for Sean Feng
Categories
(mozilla.org :: Repository Account Requests, task)
mozilla.org
Repository Account Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sefeng211, Assigned: marcia)
References
Details
Attachments
(1 file)
|
744 bytes,
text/plain
|
Details |
email: sefeng@mozilla.com
I have read, and agree to abide by, the Commit Access Requirements.
Comment 1•7 years ago
|
||
I vouch for Sean
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•7 years ago
|
||
Not sure if my step wrong, however this is what I get now.. It looks like I still don't have the try server access?
sefeng@saber:~/mozilla/mozilla-central$ ./mach try empty
remote: Could not chdir to home directory : No such file or directory
remote: A SSH connection has been established and your account (sefeng@mozilla.com)
remote: was found in LDAP.
remote:
remote: However, Mercurial access is not currently enabled on your LDAP account.
remote:
remote: Please follow the instructions at the following URL to gain Mercurial
remote: access:
remote:
remote: https://www.mozilla.org/en-US/about/governance/policies/commit/
Traceback (most recent call last):
File "/home/sefeng/tools/git-cinnabar/cinnabar/util.py", line 707, in run
retcode = func(sys.argv[1:])
File "/home/sefeng/tools/git-cinnabar/git-remote-hg", line 32, in main
helper = GitRemoteHelper(store, remote)
File "/home/sefeng/tools/git-cinnabar/cinnabar/remote_helper.py", line 127, in __init__
self._repo = get_repo(remote)
File "/home/sefeng/tools/git-cinnabar/cinnabar/hg/repo.py", line 994, in get_repo
return bundlerepo(remote.url, url.open(ui, remote.url))
File "/usr/local/lib/python2.7/dist-packages/mercurial/url.py", line 597, in open
return opener(ui, authinfo).open(pycompat.strurl(url_), data)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 452, in _open
'unknown_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1266, in unknown_open
raise URLError('unknown url type: %s' % type)
URLError: <urlopen error unknown url type: ssh>
Error running mach:
['try', 'empty']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
CalledProcessError: Command '(u'/usr/bin/git', u'push', u'hg::ssh://hg.mozilla.org/try', u'+HEAD:refs/heads/branches/default/tip')' returned non-zero exit status 128
File "/home/sefeng/mozilla/mozilla-central/tools/tryselect/mach_commands.py", line 175, in try_empty
return run_empty_try(**kwargs)
File "/home/sefeng/mozilla/mozilla-central/tools/tryselect/selectors/empty.py", line 19, in run_empty_try
closed_tree=kwargs["closed_tree"])
File "/home/sefeng/mozilla/mozilla-central/tools/tryselect/push.py", line 130, in push_to_try
vcs.push_to_try(commit_message)
File "/home/sefeng/mozilla/mozilla-central/python/mozversioncontrol/mozversioncontrol/__init__.py", line 448, in push_to_try
'+HEAD:refs/heads/branches/default/tip'), cwd=self.path)
File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
| Assignee | ||
Comment 3•7 years ago
|
||
I reopened Bug 1506977 - they should be able to help you figure it out.
Updated•7 years ago
|
Attachment #9024743 -
Attachment mime type: application/octet-stream → text/plain
You need to log in
before you can comment on or make changes to this bug.
Description
•