gitian-builder
gitian-builder copied to clipboard
Build packages in a secure deterministic fashion inside a VM
As discussed in #53 and https://github.com/bitcoin/bitcoin/issues/4265 I propose a (very low priority) feature request to support aside from the sha256sum of installed .deb packages a second list in a text...
This would essentially solve #91.
> build/out is wiped every time. Would be awesome if that was not the case, if there was, for example, an output directory per descriptor (or make the cleaning optional,...
Maybe a samba (KVM supports this builtin) or bind (LXC) mount from guest to host?
I was going to create a pull request or two, but I don't know enough about Vagrant/VirtualBox to fix all of these issues the right way. So I'm going to...
Please check for failure when doing the sha256sum of the 'files'. Possibly at https://github.com/devrandom/gitian-builder/blob/master/bin/gbuild#L183 Otherwise failure will happen anyway in the descriptor's script when it's trying to use them, but...
It should fail fast instead.
I'm having a problem building Bitcoin version 0.9 (using a precise VM in a VirtualBox VM with my Mac as host) that I didn't have building previous versions of Bitcoin...