diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-01 00:33:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-01 00:33:50 -0400 |
commit | 34c7cf0d32999f061305ab7031564c929ffe8df5 (patch) | |
tree | 240716199c1bc3e940fe77df7c17fcbfeb896091 /standalone | |
parent | b8191b77e83eee75577d2871acddce9b98c98652 (diff) |
windows build script back to normal
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 3beb63dd7..8751e4573 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,7 +24,7 @@ withcygpreferred () { UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe # Uncomment to get rid of cabal installed libraries. -rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc +#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc # Don't allow build artifact from a past successful build to be extracted # if we fail. |