Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | android: Run busybox install with -s, since some versions of Android ↵ | Joey Hess | 2014-05-23 |
| | | | | prohibit making hard links. | ||
* | update patch to export one more module used by TH | Joey Hess | 2014-05-22 |
| | |||
* | fix QuickCheck install w/o TH | Joey Hess | 2014-05-22 |
| | |||
* | updating haskell patches, part 2 | Joey Hess | 2014-05-21 |
| | |||
* | update haskell patches (incomplete) | Your Name | 2014-05-20 |
| | |||
* | Support symlinking git-annex and git-annex-shell from the Linux standalone ↵ | Joey Hess | 2014-05-16 |
| | | | | | | | | | bundle into PATH. Unless busybox doesn't support readlink -f, then it just uses readlink and symlinking won't work. Also, OSX has no readlink -f so not done there. Thanks, jlebar. | ||
* | Merge branch 'master' into bootstrap3 | Joey Hess | 2014-05-02 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
* | | updated license for bootstrap 3 | Joey Hess | 2014-04-29 |
| | | |||
| * | Standalone builds now check gpg signatures before upgrading. | Joey Hess | 2014-04-23 |
| | | |||
| * | this keyring contains keys that git-annex should trust to sign upgrades | Joey Hess | 2014-04-23 |
|/ | | | | | | | | Currently, that is the git-annex distribution signing key, 89C809CB I have also included my personal gpg key, 2512E3C7. This is in case something goes wrong with the other key (perhaps it gets lost), we'll hopefully avoid locking everything out of upgradng. | ||
* | webapp: Support using git-annex on a remote server, which was installed from ↵ | Joey Hess | 2014-04-20 |
| | | | | | | | | | | the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH). * webapp: Support using git-annex on a remote server, which was installed from the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH). * standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which can be used to run git-annex, git, rsync, etc. | ||
* | more idempotency fixes | Joey Hess | 2014-04-05 |
| | |||
* | idempotency fixes | Joey Hess | 2014-04-04 |
| | |||
* | renaming build user for consistency | Joey Hess | 2014-04-04 |
| | |||
* | got tasty-rerun working on android | Joey Hess | 2014-03-12 |
| | |||
* | patch out another file perm check that does not make sense on android | Joey Hess | 2014-03-10 |
| | |||
* | actually use patches from linux/haskell-patches | Joey Hess | 2014-03-10 |
| | |||
* | really add patch.. | Joey Hess | 2014-03-10 |
| | |||
* | add a patch to disable accept4, for compatability with older systems | Joey Hess | 2014-03-10 |
| | |||
* | update | Joey Hess | 2014-03-07 |
| | |||
* | Merge remote-tracking branch 'orca/master' | Joey Hess | 2014-03-07 |
|\ | |||
| * | refreshed patches | Joey Hess | 2014-03-07 |
| | | |||
* | | windows build script back to normal | Joey Hess | 2014-03-01 |
| | | |||
* | | retrying windows yesod-static | Joey Hess | 2014-03-01 |
| | | |||
* | | Revert "force cabal rebuild on windows for warp-tls" | Joey Hess | 2014-02-28 |
| | | | | | | | | This reverts commit ec4b8ef1f437c69a2e85e97134776162ec7693b8. | ||
* | | force cabal rebuild on windows for warp-tls | Joey Hess | 2014-02-28 |
| | | |||
* | | remove hack | Joey Hess | 2014-02-25 |
| | | |||
* | | force DAV upgrade | Joey Hess | 2014-02-25 |
|/ | |||
* | fix filename | Joey Hess | 2014-02-11 |
| | |||
* | remove no longer needed patch | Joey Hess | 2014-02-10 |
| | |||
* | add android patch for x509-system cert store | Joey Hess | 2014-02-11 |
| | |||
* | refresh patches | Joey Hess | 2014-02-08 |
| | |||
* | DAV fixed | Joey Hess | 2014-02-08 |
| | |||
* | fix syntax | Joey Hess | 2014-02-07 |
| | |||
* | avoid broken version of DAV on android | Joey Hess | 2014-02-07 |
| | |||
* | reorder | Joey Hess | 2014-02-07 |
| | |||
* | added back lost certificate path fix for Android | Joey Hess | 2014-02-07 |
| | |||
* | work around windows apparent random dislike of removing files | Joey Hess | 2013-12-30 |
| | |||
* | fix order | Joey Hess | 2013-12-29 |
| | |||
* | disable NODELAY on android | Joey Hess | 2013-12-30 |
| | | | | and also refresh another patch | ||
* | pin busybox at known-good version for android build | Joey Hess | 2013-12-29 |
| | |||
* | make wrappers run git-shell, now that it's included, rather than git shell | Joey Hess | 2013-12-27 |
| | |||
* | add git-shell wrappers | Joey Hess | 2013-12-27 |
| | |||
* | refreshed android patches | Joey Hess | 2013-12-27 |
| | |||
* | update haskell patches for new versions in hackage | Joey Hess | 2013-12-26 |
| | |||
* | install happy and alex into android build chroot | Joey Hess | 2013-12-26 |
| | |||
* | Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵ | Joey Hess | 2013-12-24 |
| | | | | standalone build, and OSX app, so they will be available when it's added to PATH. | ||
* | allow building webapp with EvilSplicer for non-android arm | Joey Hess | 2013-12-18 |
| | | | | | | | | | | | | | | | | Was able to reuse many of the android patches, but several had to be re-done. On Android, ghc is a stage2 build, so can compile, but not run TH code. But debian's ghc on armel cannot even compile TH code, so it has to be patched out. Some haskell packages have been updated to new versions, including yesod and DAV, and their patches had to be redone. The Makefile now has 2 new targets. The first is run on a companion x86 system to do the build and get TH splices. Then the second target is run the same source tree on the arm system to build without needing TH. This commit was sponsored by Svenne Krap. | ||
* | begin work on installing TH-using dependencies of webapp, for standalone ↵ | Joey Hess | 2013-12-16 |
| | | | | | | armel build Will move common patches out of android/haskell-patches. | ||
* | make linker path absolute | Joey Hess | 2013-12-16 |
| |