CVS down - git migration
Kacper Kornet
draenog at pld-linux.org
Mon Jul 9 10:18:25 CEST 2012
On Mon, Jul 09, 2012 at 08:16:17AM +0200, Jan Rękorajski wrote:
> On Mon, 09 Jul 2012, Kacper Kornet wrote:
> > On Sun, Jul 08, 2012 at 04:17:09PM +0200, Kacper Kornet wrote:
> > > Due to git migration, write access to packages in CVS will be disabled in
> > > around 45 minutes.
> > So the official repositories of PLD packages are now in git:
> > git://git.pld-linux.org/packages/*
> > ssh://git@pld-linux.org/packages/*
> > The builders, distfiles, commit list and ciabot seem to work. Please let
> > me know if you encounter any problems.
> slug.py doesn't like my 'ę' in 'name' in .gitconfig.
> [baggins at sith rpm]$ git pld list
> Traceback (most recent call last):
> File "/usr/lib64/git-core/git-pld", line 212, in <module>
> parser.set_defaults(**readconfig(os.path.expanduser('~/.gitconfig')))
> File "/usr/lib64/git-core/git-pld", line 51, in readconfig
> config.read(path)
> File "/usr/share/python3.2/configparser.py", line 689, in read
> self._read(fp, filename)
> File "/usr/share/python3.2/configparser.py", line 994, in _read
> for lineno, line in enumerate(fp, start=1):
> File "/usr/share/python3.2/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 20:
> ordinal not in range(128)
I am able to reproduce it if I set my locale to inconsisten state with
the encoding used in .gitconfig.
--
Kacper
More information about the pld-devel-en
mailing list