Closed
Bug 417555
Opened 17 years ago
Closed 17 years ago
unable to push to ssh://hg.mozilla.org/build/buildbot-configs
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: aravind)
Details
It looks like I don't have permission to push back, here's the traceback I got:
bitters:mozilla2 bhearsum$ hg push ssh://hg.mozilla.org/build/buildbot-configs/
remote: Could not chdir to home directory : No such file or directory
pushing to ssh://hg.mozilla.org/build/buildbot-configs/
searching for changes
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 0.9.5)
Traceback (most recent call last):
File "/usr/local/bin/hg", line 14, in <module>
mercurial.dispatch.run()
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 20, in run
sys.exit(dispatch(sys.argv[1:]))
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 29, in dispatch
return _runcatch(u, args)
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 45, in _runcatch
return _dispatch(ui, args)
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 348, in _dispatch
ret = _runcommand(ui, options, cmd, d)
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 401, in _runcommand
return checkargs()
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 357, in checkargs
return cmdfunc()
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 340, in <lambda>
d = lambda: func(ui, repo, *args, **cmdoptions)
File "/Library/Python/2.5/site-packages/mercurial/commands.py", line 2147, in push
r = repo.push(other, opts['force'], revs=revs)
File "/Library/Python/2.5/site-packages/hgext/mq.py", line 2084, in push
return super(mqrepo, self).push(remote, force, revs)
File "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 1385, in push
return self.push_unbundle(remote, force, revs)
File "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 1465, in push_unbundle
return remote.unbundle(cg, remote_heads, 'push')
File "/Library/Python/2.5/site-packages/mercurial/sshrepo.py", line 195, in unbundle
l = int(self.pipei.readline())
ValueError: invalid literal for int() with base 10: ''
remote: abort: could not lock repository /repo/hg/mozilla/build/buildbot-configs/: Permission denied
Assignee | ||
Updated•17 years ago
|
Assignee: server-ops → aravind
Assignee | ||
Comment 1•17 years ago
|
||
Sorry, the permissions on the repo didn't allow writes. Fixed that now.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•