Hi, On Mon, Oct 10, 2016 at 09:09:18AM +0100, Ghislain Vaillant wrote: > Hi Guido, > > > A deb is here: > > > http://honk.sigxcpu.org/projects/git-buildpackage/snapshots/git-bui > ldpackage_0.8.5~1.gbp1b8005_all.deb > > I tried the .deb you linked above but it still fails with the same > error reported by Alessandro. The output directory is still prefixed > with the current working directory instead of using gbp.conf/export-dir > as an absolute path. > > Thank you for working on a fix.
Thans for testint this! I just checked with current git and can't reproduce this anymore: $ cat debian/gbp.conf [DEFAULT] export-dir = ~/foo $ python gbp/scripts/buildpackage.py --git-ignore-new gbp:info: Exporting 'HEAD' to '/home/agx/foo/git-buildpackage-tmp' gbp:info: Moving '/home/agx/foo/git-buildpackage-tmp' to '/home/agx/foo/git-buildpackage-0.8.4' dpkg-buildpackage -rfakeroot -D -us -uc -i -I … Cheers, -- Guido