[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#241884: tbp-initarchive does not handle relative working_location correctly



Hi,

Have you concrete examples for this problem?
Did you try to reproduce bug with last version?

For info, in last version of tbp-initarchive, we have:

configfilename = os.path.expanduser('~/.tla-buildpackage')
if os.path.exists(configfilename):
    print "%s already exists; not modifying" % configfilename
else:
    print "Generating %s" % configfilename
    fd = open(configfilename, "w")
    fd.write("%s\n" % WCLOC)
    fd.close()


Regards,
-- 
Gregory Colpart <reg@evolix.fr>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



Reply to: