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://[email protected]/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@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 _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
