From e98e3dde6a976a2c8f266ee963d6931fd4b37262 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 12 Feb 2016 05:36:55 +0000 Subject: Bugfix: Only use git for build info if the repository is actually the right one Also adds ability to disable check with BITCOIN_GENBUILD_NO_GIT=1 in the environment --- contrib/gitian-descriptors/gitian-win.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/gitian-descriptors/gitian-win.yml') diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 97c823cde6..95caa984eb 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -73,6 +73,7 @@ script: | done # Create the release tarball using (arbitrarily) the first host + export GIT_DIR="$PWD/.git" ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist -- cgit v1.2.3