summaryrefslogtreecommitdiff
path: root/standalone
Commit message (Collapse)AuthorAge
* update android haskell patchesGravatar Sören Brunk2014-05-25
|
* turn on -x debugging in these scriptsGravatar Joey Hess2014-05-24
|
* android: Run busybox install with -s, since some versions of Android ↵Gravatar Joey Hess2014-05-23
| | | | prohibit making hard links.
* update patch to export one more module used by THGravatar Joey Hess2014-05-22
|
* fix QuickCheck install w/o THGravatar Joey Hess2014-05-22
|
* updating haskell patches, part 2Gravatar Joey Hess2014-05-21
|
* update haskell patches (incomplete)Gravatar Your Name2014-05-20
|
* Support symlinking git-annex and git-annex-shell from the Linux standalone ↵Gravatar Joey Hess2014-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 bootstrap3Gravatar Joey Hess2014-05-02
|\ | | | | | | | | Conflicts: debian/changelog
* | updated license for bootstrap 3Gravatar Joey Hess2014-04-29
| |
| * Standalone builds now check gpg signatures before upgrading.Gravatar Joey Hess2014-04-23
| |
| * this keyring contains keys that git-annex should trust to sign upgradesGravatar Joey Hess2014-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 ↵Gravatar Joey Hess2014-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 fixesGravatar Joey Hess2014-04-05
|
* idempotency fixesGravatar Joey Hess2014-04-04
|
* renaming build user for consistencyGravatar Joey Hess2014-04-04
|
* got tasty-rerun working on androidGravatar Joey Hess2014-03-12
|
* patch out another file perm check that does not make sense on androidGravatar Joey Hess2014-03-10
|
* actually use patches from linux/haskell-patchesGravatar Joey Hess2014-03-10
|
* really add patch..Gravatar Joey Hess2014-03-10
|
* add a patch to disable accept4, for compatability with older systemsGravatar Joey Hess2014-03-10
|
* updateGravatar Joey Hess2014-03-07
|
* Merge remote-tracking branch 'orca/master'Gravatar Joey Hess2014-03-07
|\
| * refreshed patchesGravatar Joey Hess2014-03-07
| |
* | windows build script back to normalGravatar Joey Hess2014-03-01
| |
* | retrying windows yesod-staticGravatar Joey Hess2014-03-01
| |
* | Revert "force cabal rebuild on windows for warp-tls"Gravatar Joey Hess2014-02-28
| | | | | | | | This reverts commit ec4b8ef1f437c69a2e85e97134776162ec7693b8.
* | force cabal rebuild on windows for warp-tlsGravatar Joey Hess2014-02-28
| |
* | remove hackGravatar Joey Hess2014-02-25
| |
* | force DAV upgradeGravatar Joey Hess2014-02-25
|/
* fix filenameGravatar Joey Hess2014-02-11
|
* remove no longer needed patchGravatar Joey Hess2014-02-10
|
* add android patch for x509-system cert storeGravatar Joey Hess2014-02-11
|
* refresh patchesGravatar Joey Hess2014-02-08
|
* DAV fixedGravatar Joey Hess2014-02-08
|
* fix syntaxGravatar Joey Hess2014-02-07
|
* avoid broken version of DAV on androidGravatar Joey Hess2014-02-07
|
* reorderGravatar Joey Hess2014-02-07
|
* added back lost certificate path fix for AndroidGravatar Joey Hess2014-02-07
|
* work around windows apparent random dislike of removing filesGravatar Joey Hess2013-12-30
|
* fix orderGravatar Joey Hess2013-12-29
|
* disable NODELAY on androidGravatar Joey Hess2013-12-30
| | | | and also refresh another patch
* pin busybox at known-good version for android buildGravatar Joey Hess2013-12-29
|
* make wrappers run git-shell, now that it's included, rather than git shellGravatar Joey Hess2013-12-27
|
* add git-shell wrappersGravatar Joey Hess2013-12-27
|
* refreshed android patchesGravatar Joey Hess2013-12-27
|
* update haskell patches for new versions in hackageGravatar Joey Hess2013-12-26
|
* install happy and alex into android build chrootGravatar Joey Hess2013-12-26
|
* Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵Gravatar Joey Hess2013-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 armGravatar Joey Hess2013-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.