Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git pull in distributionupdate | Joey Hess | 2014-01-03 |
| | |||
* | add -size to hdiutil call, it seems its own size calculation is buggy and so ↵ | Joey Hess | 2013-12-30 |
| | | | | | | | | | | it has been failing Also re-add removed file, seem to work now. hdiutil has *horrible* error reporting. You get back a number from 1 to 1000, with no indication of the problem. --verbose doesn't help. So this is all guesswork. | ||
* | 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. | ||
* | convert hacky shell linux mklibs code to haskell ; fixing symlink bug | Joey Hess | 2013-12-24 |
| | | | | | | The shell code was nasty, and buggy. New haskell code is much nicer, and it's easy to do complicated calculations to properly convert possibly absolute symlinks between libraries into relative links using it. | ||
* | avoid shimming ld.so! | Joey Hess | 2013-12-20 |
| | |||
* | fix android build | Joey Hess | 2013-12-19 |
| | |||
* | fix dep | Joey Hess | 2013-12-19 |
| | |||
* | fix path | Joey Hess | 2013-12-19 |
| | |||
* | avoid rebuilding when making linuxstandalone on stage2 on armel | Joey Hess | 2013-12-18 |
| | |||
* | Merge remote-tracking branch 'orca/master' | Joey Hess | 2013-12-18 |
|\ | |||
| * | 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. | ||
* | | fix shimming code to detect executables like ssh that file(1) says are ↵ | Joey Hess | 2013-12-18 |
|/ | | | | shared objects | ||
* | work around git path-defying behavior that broke "git annex" in standalone ↵ | Joey Hess | 2013-12-16 |
| | | | | tarball, while "git-annex" worked | ||
* | add some missing gconv files from libc6 to standalone bundle | Joey Hess | 2013-12-16 |
| | |||
* | fix gconvdir | Joey Hess | 2013-12-16 |
| | |||
* | add $@ to shim | Joey Hess | 2013-12-16 |
| | |||
* | Linux standalone build now includes its own glibc and forces the linker to ↵ | Joey Hess | 2013-12-16 |
| | | | | use it, to remove dependence on the host glibc. | ||
* | work around strange hdiutil crash on git-annex-shell.1 | Joey Hess | 2013-12-15 |
| | | | | Suspect this is due to the UDBZ format. | ||
* | also need to set PREFIX in osxapp | Joey Hess | 2013-12-15 |
| | |||
* | should fix man installation dir on osxapp | Joey Hess | 2013-12-15 |
| | |||
* | Include man pages in Linux and OSX standalone builds. | Joey Hess | 2013-12-15 |
| | |||
* | no more OSX bz2 | Joey Hess | 2013-11-26 |
| | |||
* | enable XMPP on android | Joey Hess | 2013-11-26 |
| | |||
* | avoid excesive cabal configure when rebuilding android | Joey Hess | 2013-11-26 |
| | |||
* | ensure that Android TH splice is expanded in native side of build | Joey Hess | 2013-11-25 |
| | |||
* | completely untested OSX upgrade code | Joey Hess | 2013-11-24 |
| | |||
* | use manifest file instead of blindly removing the whole git-annex.linux ↵ | Joey Hess | 2013-11-24 |
| | | | | | | directory FIXME: dirContentsRecursive does not find empty directories | ||
* | add git-annex.MANIFEST files to linux and osx standalone images | Joey Hess | 2013-11-24 |
| | |||
* | distribution info file updater program | Joey Hess | 2013-11-22 |
| | |||
* | moving git-repair to its own package | Joey Hess | 2013-11-18 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-11-18 |
|\ | |||
| * | temporatily still make bz2 | Joey Hess | 2013-11-17 |
| | | | | | | | | jimmy's autobuilder only exports that filename | ||
| * | Change .dmg build to include compression and not be fixed size. | Mike Magin | 2013-11-17 |
| | | |||
* | | Add explicit path to find invocation in "make clean" target. | Mike Magin | 2013-11-17 |
|/ | |||
* | separate android 4.0 and 4.3 builds needed | Joey Hess | 2013-11-12 |
| | | | | Also, parameterize the abdroid abi version | ||
* | update to arm-linux-androideabi-4.8 and current cabal | Joey Hess | 2013-11-11 |
| | |||
* | git-recover-repository 1/2 done | Joey Hess | 2013-10-20 |
| | |||
* | GHCMAKE not used | Joey Hess | 2013-10-06 |
| | |||
* | successfully builds (except XMPP) | Joey Hess | 2013-09-22 |
| | |||
* | avoid setting PREFIX if already set | Joey Hess | 2013-09-12 |
| | |||
* | fix .o cleaning | Joey Hess | 2013-09-11 |
| | |||
* | got hdevtools working again | Joey Hess | 2013-07-27 |
| | | | | Fix comment to not make cpp unhappy | ||
* | linux standalone auto-install icons | Joey Hess | 2013-07-09 |
| | |||
* | typo | Joey Hess | 2013-06-17 |
| | |||
* | android build fix | Joey Hess | 2013-05-04 |
| | |||
* | only set ANDROID_FLAGS if not already set | Joey Hess | 2013-05-04 |
| | |||
* | android build improvements | Joey Hess | 2013-05-02 |
| | |||
* | don't fail android build if there are no splices | Joey Hess | 2013-05-02 |
| | |||
* | got XMPP building for Android | Joey Hess | 2013-04-21 |
| | | | | | Also enable local pairing, which also builds now thanks to WebDAV fixes to the haskell network library. | ||
* | enable webdav on android | Joey Hess | 2013-04-19 |
| |