gitian-builder
gitian-builder copied to clipboard
Build packages in a secure deterministic fashion inside a VM
#238 still was broken... This is needed to fetch the annotated tag itself. Without it, builds have the wrong internal version and don't match the expected hash
Hello.I try to build dash wallet with gitian-builder. I follow all steps from https://github.com/dashpay/dash/blob/master/doc/gitian-building.md . But i have errors. What did i do wrong??? Use Oracle VirtualBox, Debian 8.5.0, Dash...
Followed the gitian building instructions here, and everything works absolutely fine except on the windows signing. https://github.com/jonatack/bitcoin-development/blob/master/gitian-building.md specifically when this command is executed: bin/gbuild -i --commit signature=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win-signer.yml Output (last...
E: Failed getting release file http://127.0.0.1:3142/archive.ubuntu.com/ubuntu/dists/precise/Release when running: bin/make-base-vm --lxc --arch amd64 --suite precise.
Hi, I'm building my own cryptocurrency to windows executable. I was following that guy on yt: https://www.youtube.com/watch?v=_ti-d5t1WX8 I was using tips from https://github.com/devrandom/gitian-builder/issues/180 too, and got some progress, but now...
Suggesting removing import of gpg key during gverify which use `--recv-keys`. Look like it's trying to retrieve a key using a `signature.pgp` file. The current command will fail if this...
Hi, I have been using gitian builder on macOS with some success. It only works with the docker vm mechanism, obviously. I found I needed to modify the script that...
I have a clean Fedora 30 netinstall When running `bin/make-base-vm --docker --arch amd64` I see this `Step 3/8 : RUN echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; };' > /etc/apt/apt.conf.d/50cacher` followed by...
@dongcarl @abitmore - here's yet another improvement to #238, naming the local tag the same as the ref that was requested on the command line. This play better with `git...
This updates `gbuild` to be compatible with Centos's package manager (`yum`). It also adds a few robustness improvements (redirecting `cd` executions to */dev/null*, preventing any shell-prompt-related output from causing confusion)....