Make gitian builder repo and branch more configurable

This commit is contained in:
Charlie O'Keefe 2022-03-18 17:09:53 -06:00
parent 2c3c048f49
commit 207519bd69
2 changed files with 5 additions and 2 deletions

View File

@ -2,3 +2,6 @@ GPG_KEY_ID=3F14A629C06FA31D59C64FE93F0C2117D53A4A49
GPG_KEY_NAME=hpotter
ZCASH_GIT_REPO_URL=https://github.com/zcash/zcash
ZCASH_VERSION=v2.0.6
GITIAN_BUILDER_URL=https://github.com/devrandom/gitian-builder
GITIAN_BUILDER_VERSION=master

View File

@ -3,8 +3,8 @@ gitian_user: vagrant
download_directory: /tmp/gitian
vm_builder_name: 'vm-builder-0.12.4+bzr494'
vm_builder_url: 'http://archive.ubuntu.com/ubuntu/pool/universe/v/vm-builder/vm-builder_0.12.4+bzr494.orig.tar.gz'
gitian_builder_url: https://github.com/devrandom/gitian-builder
gitian_builder_version: master
gitian_builder_url: "{{ lookup('env','GITIAN_BUILDER_URL') }}"
gitian_builder_version: "{{ lookup('env','GITIAN_BUILDER_VERSION') }}"
zcash_git_repo_url: https://github.com/zcash/zcash
zcash_gitian_sigs_repo: https://github.com/zcash/gitian.sigs
zcash_version: master