Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a wrapper for ssh-keygen | Joey Hess | 2015-05-08 |
| | |||
* | use a batch file to run msysgit's ssh, instead of copying | Joey Hess | 2015-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." | Joey Hess | 2015-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 android | Joey Hess | 2015-05-08 |
| | |||
* | remaining dataenc to sandi conversions | Joey Hess | 2015-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 executable | Joey Hess | 2015-05-07 |
| | |||
* | typo | Joey Hess | 2015-05-07 |
| | |||
* | fix path to wget | Joey Hess | 2015-05-07 |
| | |||
* | Windows: Roll back to an older version of rsync from cygwin. The newer ↵ | Joey Hess | 2015-05-07 |
| | | | | version has some dependency on a newer ssh from cygwin. | ||
* | Android: Updated bundled ssh from 6.1p1 to 6.4p1. | Joey Hess | 2015-05-01 |
| | | | | Tested it builds, but have not run it yet. | ||
* | avoid cabal update every time | Joey Hess | 2015-04-21 |
| | |||
* | add msysgit to PATH, before cyg git | Joey Hess | 2015-04-21 |
| | |||
* | add NSIS to path | Joey Hess | 2015-04-21 |
| | |||
* | fix windows simple build script | Joey Hess | 2015-04-21 |
| | |||
* | if ~/.ssh does not exist and cannot be created, avoid failing | Joey Hess | 2015-04-20 |
| | |||
* | Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0. | Joey Hess | 2015-04-19 |
| | |||
* | update pinned versions for android and armel to use new enough http-client ↵ | Joey Hess | 2015-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 fixed | Joey Hess | 2015-04-18 |
| | |||
* | remove unnecessary clean | Joey Hess | 2015-04-14 |
| | |||
* | export UPGRADE_LOCATION too | Joey Hess | 2015-04-14 |
| | |||
* | argh, why u no version? | Joey Hess | 2015-04-14 |
| | |||
* | clean harder | Joey Hess | 2015-04-14 |
| | |||
* | force clean | Joey Hess | 2015-04-14 |
| | |||
* | put in workaround for strange version of git on the autobuilder | Joey Hess | 2015-04-14 |
| | |||
* | yet more autobuilder debugging | Joey Hess | 2015-04-14 |
| | |||
* | more autobuilder debugging | Joey Hess | 2015-04-14 |
| | |||
* | try different path to msysgit | Joey Hess | 2015-04-14 |
| | |||
* | remove one-off clean5.20150406 | Joey Hess | 2015-04-06 |
| | |||
* | force rebuild | Joey Hess | 2015-04-06 |
| | |||
* | Better fix for standalone tarball git-annex sync linker shim bug, that works ↵ | Joey Hess | 2015-03-27 |
| | | | | for "git annex sync" as well as "git-annex sync". | ||
* | Fix bug introduced in the last release that broke git-annex sync when ↵ | Joey Hess | 2015-03-27 |
| | | | | | | | | | git-annex was installed from the standalone tarball. This was introduced by commit 849a4b1a0d71071a602f552125fd7e25689662db However, the same problem could affect other calls to programPath, specifically some on the assistant. So, I fixed it at a deeper level. | ||
* | run cabal update before trying to install build deps | Joey Hess | 2015-03-19 |
| | |||
* | correct out of date comment | Joey Hess | 2015-03-19 |
| | |||
* | Linux standalone: Set LOCPATH=/dev/null to work around ↵ | Joey Hess | 2015-02-25 |
| | | | | | | https://ghc.haskell.org/trac/ghc/ticket/7695 This prevents localization from working, but git-annex is not localized anyway. | ||
* | more headers | Joey Hess | 2015-02-22 |
| | |||
* | add a few exports used by generated code | Joey Hess | 2015-02-22 |
| | |||
* | get fromPersistValue imported | Joey Hess | 2015-02-22 |
| | |||
* | fix import name | Joey Hess | 2015-02-22 |
| | |||
* | EvilSplicer hacks for persistent | Joey Hess | 2015-02-22 |
| | |||
* | update headers to work with spliced TH from persistent | Joey Hess | 2015-02-22 |
| | |||
* | export Database.Persist.TH | Joey Hess | 2015-02-22 |
| | |||
* | Linux standalone: Improved process names of linker shimmed programs. | Joey Hess | 2015-02-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com into relativepaths | Joey Hess | 2015-01-07 |
|\ | |||
| * | remove debug prints; even going to stderr that breaks gnupg's configure script | Joey Hess | 2015-01-07 |
| | | |||
| * | typo | Joey Hess | 2015-01-07 |
| | | |||
| * | smarter wrapper; detect -r link option | Joey Hess | 2015-01-07 |
| | | | | | | | | /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: fatal error: -pie and -r are incompatible | ||
| * | minor typo | Joey Hess | 2015-01-07 |
| | | |||
| * | add $@ to wrapper | Joey Hess | 2015-01-07 |
| | | |||
| * | more PATH typos | Joey Hess | 2015-01-07 |
| | | |||
| * | fix path | Joey Hess | 2015-01-07 |
| | |