diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-18 12:19:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-18 12:19:32 -0400 |
commit | 36a9fd05b99cd47ae64fe5a3185a1caeb0f1cd97 (patch) | |
tree | 43d4ddaf7e00ab9fd8fa4e9d029a32202f0ef422 /standalone | |
parent | a5426f14cac3c64299cac62ee6fe86a35f41f584 (diff) |
FORCE_GIT_VERSION hack no longer needed; windows autobuilder fixed
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 56323d8a3..ef990004c 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -26,8 +26,8 @@ export UPGRADE_LOCATION # This can be used to force git-annex to build supporting a particular # version of git, instead of the version installed at build time. -FORCE_GIT_VERSION=1.9.5 -export FORCE_GIT_VERSION +#FORCE_GIT_VERSION=1.9.5 +#export FORCE_GIT_VERSION # Uncomment to get rid of cabal installed libraries. #rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc |