summaryrefslogtreecommitdiff
path: root/standalone/windows
Commit message (Collapse)AuthorAge
* avoid broken version of xss-sanitizeGravatar Joey Hess2017-08-17
| | | | https://github.com/yesodweb/haskell-xss-sanitize/issues/17
* temporarily --force-reinstallsGravatar Joey Hess2017-08-17
|
* force update of cabal libsGravatar Joey Hess2017-08-17
|
* urkGravatar Joey Hess2016-12-01
| | | | test failures were being ignored for complex reasons, new autobuilder broke that; bring it back
* typoGravatar Joey Hess2016-09-06
|
* stop removing old builds againGravatar Joey Hess2016-09-06
|
* pin mwc-random to last known working version on windowsGravatar Joey Hess2016-09-06
|
* constrain cryptonite version to avoid windows build failGravatar Joey Hess2016-09-06
| | | | https://github.com/haskell-crypto/cryptonite/issues/99
* try using cabal constraintGravatar Joey Hess2016-09-06
|
* perisstent-sqlite-2.2.1 fails to build on windowsGravatar Joey Hess2016-09-06
|
* remove old cabal install libraries to try to fix windows autobuilderGravatar Joey Hess2016-09-06
|
* Revert "workaround try #3"Gravatar Joey Hess2016-02-17
| | | | | | This reverts commit 1a901fe8c2b3dc3192074e19177e6e4652233ea2. Didn't cause the overall build to fail either.
* workaround try #3Gravatar Joey Hess2016-02-16
|
* wow, this windows sh is super busted. try another hackGravatar Joey Hess2016-02-15
|
* seems false didn't cause windows shell to propigate test suite failureGravatar Joey Hess2016-02-15
|
* remove verbose flag; aws deps fixedGravatar Joey Hess2015-10-19
|
* be verbose to debug problem with awsGravatar Joey Hess2015-10-06
|
* force installing older warp; current fails to buildGravatar Joey Hess2015-10-06
|
* sed out the filename from sha1sum outputGravatar Joey Hess2015-10-06
|
* hopefuly fix sha1sum calling; also refactor and check downloaded program's ↵Gravatar Joey Hess2015-10-06
| | | | sha before using it
* remove workaroundGravatar Joey Hess2015-10-04
|
* force installing older warp; current fails to buildGravatar Joey Hess2015-10-04
|
* fix PATHGravatar Joey Hess2015-09-11
| | | | zcat is needed from cygwin to build
* get git-annex working even if user doesn't add git to pathGravatar Joey Hess2015-09-11
| | | | | | | | | | | | | This is pretty complicated, but I have both "git-annex" and "git annex" working both in the git bash shell even with git not added to path. And, when git's added to path, both work from MS-DOS prompt window too. I think that the webapp startup does still need git in path, so instructions will keep saying to do that. But, users often disregard them, and hopefully this will reduce support traffic. Also, switched the wget from the cygwin one to the msys2 one, avoiding the complication of needing to bundle any cygwin dlls.
* Switched to using git for Windows, rather than msysgit.Gravatar Joey Hess2015-09-10
| | | | | | | | | | | | | | | | | | Using msysgit with git-annex is no longer supported. At the same time, I'm updating the rsync.exe in my downloads repository with the one from msys2. Note that rsync is currently still being ldded and installed in Git/cmd/ like the other cygwin programs. The ldd fails and this failure is ignored. It would be better to special case it to go in Git/usr/bin/, so that the user can't run rsync in a dos prompt window, which doesn't work, as it needs additional libs. However, as far as git-annex running rsync running ssh, it works ok in this location. Removed the ssh.cmd and ssh-keygen.cmd; these are not needed with git for windows. Keeping them would let ssh be run manually from a dos prompt window, but that's not really a goal.
* add \usr\bin to pathGravatar Joey Hess2015-09-10
| | | | | | | | | This is where these commands are installed by the new "git for windows". Kept the old paths too, so msysgit will still work. This was enough to get ssh and ssh-keygen working when run at the DOS prompt with the new git for windows installed. However, for some reason, rsync still fails to find ssh in path when that version of git is used.
* no warn tabs when building the EvilLinker and NullSoftInstallerGravatar Joey Hess2015-09-01
|
* No need to add HP to PATHGravatar Joey Hess2015-09-01
|
* decruftGravatar Joey Hess2015-09-01
|
* add a wrapper for ssh-keygenGravatar Joey Hess2015-05-08
|
* use a batch file to run msysgit's ssh, instead of copyingGravatar Joey Hess2015-05-08
| | | | | | copying failed because dlls are not in path. This batch file is based on the one msysgit uses to start gitk
* set rsync executableGravatar Joey Hess2015-05-07
|
* typoGravatar Joey Hess2015-05-07
|
* fix path to wgetGravatar Joey Hess2015-05-07
|
* Windows: Roll back to an older version of rsync from cygwin. The newer ↵Gravatar Joey Hess2015-05-07
| | | | version has some dependency on a newer ssh from cygwin.
* avoid cabal update every timeGravatar Joey Hess2015-04-21
|
* add msysgit to PATH, before cyg gitGravatar Joey Hess2015-04-21
|
* add NSIS to pathGravatar Joey Hess2015-04-21
|
* fix windows simple build scriptGravatar Joey Hess2015-04-21
|
* FORCE_GIT_VERSION hack no longer needed; windows autobuilder fixedGravatar Joey Hess2015-04-18
|
* remove unnecessary cleanGravatar Joey Hess2015-04-14
|
* export UPGRADE_LOCATION tooGravatar Joey Hess2015-04-14
|
* argh, why u no version?Gravatar Joey Hess2015-04-14
|
* clean harderGravatar Joey Hess2015-04-14
|
* force cleanGravatar Joey Hess2015-04-14
|
* put in workaround for strange version of git on the autobuilderGravatar Joey Hess2015-04-14
|
* yet more autobuilder debuggingGravatar Joey Hess2015-04-14
|
* more autobuilder debuggingGravatar Joey Hess2015-04-14
|
* try different path to msysgitGravatar Joey Hess2015-04-14
|
* remove one-off clean5.20150406Gravatar Joey Hess2015-04-06
|