Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313845 - Cannot access PMS repository
Summary: Cannot access PMS repository
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 11:21 UTC by Christian Faulhammer (RETIRED)
Modified: 2010-04-08 21:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Faulhammer (RETIRED) gentoo-dev 2010-04-08 11:21:29 UTC
git clone git+ssh://git@git.overlays.gentoo.org/proj/pms.git leads to:

Initialized empty Git repository in /home/fauli/gentoo-scm/pms/.git/
Traceback (most recent call last):
  File "/usr/bin/gitosis-serve", line 9, in <module>
    load_entry_point('gitosis==0.2', 'console_scripts',
'gitosis-serve')() File
"/usr/lib64/python2.6/site-packages/gitosis/app.py", line 36, in run
return app.main() File
"/usr/lib64/python2.6/site-packages/gitosis/app.py", line 46, in main
self.read_config(options, cfg) File
"/usr/lib64/python2.6/site-packages/gitosis/app.py", line 87, in
read_config cfg.readfp(conffile) File
"/usr/lib64/python2.6/ConfigParser.py", line 305, in readfp
self._read(fp, filename) File "/usr/lib64/python2.6/ConfigParser.py",
line 510, in _read raise e
ConfigParser.ParsingError: File contains parsing
errors: /var/spool/gitosis/.gitosis.conf [line 396]: 'members zorry
blueness\n' fatal: The remote end hung up unexpectedly

http and git without SSH clone fine.  Normal SSH connections to dev.gentoo.org and commits work flawlessly.
Comment 1 Sebastian Pipping gentoo-dev 2010-04-08 20:46:27 UTC
Pleas try again, robbat2 fixed the syntax error in the mean time.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2010-04-08 21:10:10 UTC
Thanks, works now.