]> git.pld-linux.org Git - packages/atlas-upload-cli.git/commitdiff
fix issue when invoked via builder script master
authorElan Ruusamäe <glen@delfi.ee>
Tue, 21 Apr 2015 04:43:12 +0000 (07:43 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 21 Apr 2015 04:43:12 +0000 (07:43 +0300)
atlas-upload-cli.spec

index 6859e4b3bf9798a5f14ecf25a1bb1d4c30935849..304c67571392b447aac79291db7523cf322058d0 100644 (file)
@@ -38,6 +38,9 @@ deploys.
 #package github.com/mitchellh/ioprogress: cannot download, $GOPATH not set. For more details see: go help gopath
 
 %build
+# these interfere with go download -- the git vars point to .spec repo
+unset GIT_DIR GIT_WORK_TREE
+
 export GOPATH=$(pwd)/vendor
 # make -j1 because https://github.com/hashicorp/atlas-upload-cli/pull/10
 %{__make} -j1
This page took 0.080321 seconds and 4 git commands to generate.