Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 313845

Summary: Cannot access PMS repository
Product: Gentoo Infrastructure Reporter: Christian Faulhammer (RETIRED) <fauli>
Component: GitAssignee: Gentoo Infrastructure <infra-bugs>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.