27 Sep
2010
27 Sep
'10
6:22 p.m.
Dan McGee <dpmcgee@gmail.com> wrote:
On Mon, Sep 27, 2010 at 12:31 PM, Rémy Oudompheng <remyoudompheng@gmail.com> wrote:
If I'm diagnosing correctly, with python 2.6, the generated package files contain a ".PKGINFO" file, while python2.7 creates packages containing a file "./.PKGINFO" and libalpm complains saying the package is malformed.
Looking quickly at the code here, I'm a bit surprised how we do it. The behavior of os.walk() might have changed in what it is returning?
It prepends "./", probably because we call os.walk("."). There's a trivial fix, but I just find it terribly ugly. -- Rémy