Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
| * | fix -fPIE option | Joey Hess | 2015-01-07 |
| | | |||
| * | subshells for cd && | Joey Hess | 2015-01-07 |
| | | |||
| * | typos | Joey Hess | 2015-01-07 |
| | | |||
| * | fix BIGNUM related openssh build breakage | Joey Hess | 2015-01-07 |
| | | |||
| * | typo | Joey Hess | 2015-01-07 |
| | | |||
| * | fix dir name | Joey Hess | 2015-01-07 |
| | | |||
| * | typo | Joey Hess | 2015-01-07 |
| | | |||
| * | android binary compatability is so bad we have to build all utilities twice | Joey Hess | 2015-01-07 |
| | | |||
* | | now I know why the test suite failed on the autobuilder.. MAX_PATH | Joey Hess | 2015-01-06 |
|/ | |||
* | iupdate licenses file, removing ASPL | Joey Hess | 2015-01-05 |
| | | | | | The git-annex dmg used to include some OSX system libraries, but it doesn't anymore. |