On 8 August 2012 10:56, Pascal Terjan <[email protected]> wrote: >> Initial btrfs support > > In case someone is interested: > - It works fine here
Errr, I've some serious doubts... You added a 'config' parameter to clean_all_chroot_tmp() ... but you never pass it!!!! some sudo commands will just fail in some cases... You would have caught it would you have run perl_checker... :-( I've fixed it. Running iurt locally (not using btrfs) works OK. Please check on your end with btrfs. > - Building a package on my machine takes 12/13s vs 18/20s using a > tarball. Savings would be less visible if using tmpfs or a ssd (time > savings happen at two times: when creating the chroot we don't need to > untar it, and when deleting it we don't need to rm -rf)
