Re: Making pbuilder just that little bit faster
It is true that making /var/cache/pbuilder/build a tmpfs makes a noticeable speed difference. But it seems you cannot cache the downloaded debs: ln: creating hard link ...: Invalid cross-device link.
It is true that making /var/cache/pbuilder/build a tmpfs makes a noticeable speed difference. But it seems you cannot cache the downloaded debs: ln: creating hard link ...: Invalid cross-device link.
January 2nd, 2010 at 12:22 am
Actually, if you want a faster pbuilder, you should try cowbuilder.
January 9th, 2010 at 10:08 pm
Maybe APTCACHEHARDLINK=no in /etc/pbuilder/pbuilderrc helps.
January 9th, 2010 at 11:11 pm
APTCACHEHARDLINK=no is one option. But I would prefer to bind-mount the directory: http://bugs.debian.org/563583. So things don’t need to be copied or linked around.