summaryrefslogtreecommitdiff
path: root/standalone
Commit message (Collapse)AuthorAge
* 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
|
* Linux standalone: Work around problem that prevented it from working ↵Gravatar Joey Hess2015-08-04
| | | | properly if unpacked into a directory that contains ":" or ";" in its name.
* allow any version of ansi-terminalGravatar Joey Hess2015-08-03
|
* avoid pinning tasty to old versionGravatar Joey Hess2015-08-03
| | | | | Newer version is needed for new version of optparse-applicative, and any version will do.
* last changes to fix android buildGravatar Joey Hess2015-08-02
|
* bump optparse-applicative versionGravatar androidbuilder2015-08-02
|
* update android patches for new version of shakespeareGravatar androidbuilder2015-08-02
|
* reverted updates to new lib versions that broke android buildGravatar androidbuilder2015-08-02
| | | | I ran into several evilsplicer problems with the new lib versions, most notably including a problem with encoding of embedded binary files
* module name changedGravatar Joey Hess2015-07-03
|
* modify pins to allow building on debian jessieGravatar Joey Hess2015-07-03
| | | | | Debian testing is currently a little broken for use for the android autobuilder.
* Merge orca:/tmp/androidGravatar Joey Hess2015-07-02
|\
| * update patches for newer package versionsGravatar Joey Hess2015-07-02
| |
* | remove some patches that are no longer usedGravatar Joey Hess2015-07-02
| |
* | patch needed for new entropy versionGravatar Joey Hess2015-07-02
| |
* | persistent no longer needs no-th patchGravatar Joey Hess2015-07-02
| |
* | update vector patch; only needed for android cross build nowGravatar Joey Hess2015-07-02
|/
* android: install exact same package versions for host and cross compilerGravatar Joey Hess2015-07-02
|
* remove old patches for hamletGravatar Joey Hess2015-06-06
|
* update cabal pin file for linux standalone to current stackageGravatar Joey Hess2015-05-31
|
* update for TH-capable arm autobuilderGravatar Joey Hess2015-05-31
| | | | Only 1 patched haskell package is needed on arm now.
* Linux standalone, OSX app: Improve runshell script to always quote shell ↵Gravatar Joey Hess2015-05-26
| | | | vars, so that it will work when eg, untarred into a directory path with spaces in its name.
* update android patchesGravatar Joey Hess2015-05-22
|
* 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
* Revert "Android: Updated bundled ssh from 6.1p1 to 6.4p1."Gravatar Joey Hess2015-05-08
| | | | | | | This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801. Build didn't actually seem to succeed, for both versions of android, so I'll need to revisit this later.
* fix git rev for openssh on androidGravatar Joey Hess2015-05-08
|
* remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
| | | | | | I've tested all the dataenc to sandi conversions except Assistant.XMPP, and all have unchanged behavior, including behavior on large unicode code points.
* 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.
* Android: Updated bundled ssh from 6.1p1 to 6.4p1.Gravatar Joey Hess2015-05-01
| | | | Tested it builds, but have not run it yet.
* 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
|
* if ~/.ssh does not exist and cannot be created, avoid failingGravatar Joey Hess2015-04-20
|
* Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.Gravatar Joey Hess2015-04-19
|
* update pinned versions for android and armel to use new enough http-client ↵Gravatar Joey Hess2015-04-18
| | | | | | | for proxy support I have not updated the autobuilder yet; these versions seem ok by inspection.
* 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
|