summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* fix pathGravatar Joey Hess2014-08-16
|
* avoid warning about -XMagicHashGravatar Joey Hess2014-08-15
|
* better way to generate tagsGravatar Joey Hess2014-07-01
|
* sort tagsGravatar Joey Hess2014-06-30
| | | | vim complains if file is not sorted
* more robust hothasktagsGravatar Joey Hess2014-06-30
| | | | Works around bug: https://github.com/luqui/hothasktags/issues/18
* make DistributionUpdate download build-version files and use them in the ↵Gravatar Joey Hess2014-06-18
| | | | | | | | | | | | | info files Also automated downloading the builds, finally. I had done it by hand until now. Note that the Windows autobuilder has an expired cert, so it will refuse to download from it currently. I have emailed its admin to get that fixed, hopefully. This commit was sponsored by Peter Hogg.
* add Build/BuildVersion, for use by autobuildersGravatar Joey Hess2014-06-18
|
* proper fix for "foo"# -- need MagicHash extensionGravatar Joey Hess2014-05-25
|
* Standalone builds now check gpg signatures before upgrading.Gravatar Joey Hess2014-04-23
|
* better approach for building distributionupdateGravatar Joey Hess2014-04-21
| | | | Use cabal include file
* nuke tmp dir so things don't linger between buildsGravatar Joey Hess2014-04-10
|
* rename favicon.png to logo_16x16.pngGravatar Joey Hess2014-03-16
| | | | | This was never used as a favicon, it's just a png version of the favicon.ico. It's actually used for the freedesktop menu file.
* fix build of DistributionUpdateGravatar Joey Hess2014-02-21
|
* cabal configure in distributionupdate so build files are freshGravatar Joey Hess2014-02-10
|
* exclude user pages and devblog from doc buildGravatar Joey Hess2014-02-02
|
* Revert "temporarily revert tasty-rerun support for this release"Gravatar Joey Hess2014-01-27
| | | | This reverts commit 65eb61a902ecf68da69d774063fea4880f619a13.
* temporarily revert tasty-rerun support for this release5.20140127Gravatar Joey Hess2014-01-27
| | | | | | revert 852f1f6cea85a7c781c8286f459023bdacebe021 tasty-rerun is stuck in NEW in debian
* tasty-rerun! make rerest runs much much faster than running whole test suiteGravatar Joey Hess2014-01-24
|
* git pull in distributionupdateGravatar Joey Hess2014-01-03
|
* add -size to hdiutil call, it seems its own size calculation is buggy and so ↵Gravatar Joey Hess2013-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 ↵Gravatar Joey Hess2013-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 bugGravatar Joey Hess2013-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!Gravatar Joey Hess2013-12-20
|
* fix android buildGravatar Joey Hess2013-12-19
|
* fix depGravatar Joey Hess2013-12-19
|
* fix pathGravatar Joey Hess2013-12-19
|
* avoid rebuilding when making linuxstandalone on stage2 on armelGravatar Joey Hess2013-12-18
|
* Merge remote-tracking branch 'orca/master'Gravatar Joey Hess2013-12-18
|\
| * 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.
* | fix shimming code to detect executables like ssh that file(1) says are ↵Gravatar Joey Hess2013-12-18
|/ | | | shared objects
* work around git path-defying behavior that broke "git annex" in standalone ↵Gravatar Joey Hess2013-12-16
| | | | tarball, while "git-annex" worked
* add some missing gconv files from libc6 to standalone bundleGravatar Joey Hess2013-12-16
|
* fix gconvdirGravatar Joey Hess2013-12-16
|
* add $@ to shimGravatar Joey Hess2013-12-16
|
* Linux standalone build now includes its own glibc and forces the linker to ↵Gravatar Joey Hess2013-12-16
| | | | use it, to remove dependence on the host glibc.
* work around strange hdiutil crash on git-annex-shell.1Gravatar Joey Hess2013-12-15
| | | | Suspect this is due to the UDBZ format.
* also need to set PREFIX in osxappGravatar Joey Hess2013-12-15
|
* should fix man installation dir on osxappGravatar Joey Hess2013-12-15
|
* Include man pages in Linux and OSX standalone builds.Gravatar Joey Hess2013-12-15
|
* no more OSX bz2Gravatar Joey Hess2013-11-26
|
* enable XMPP on androidGravatar Joey Hess2013-11-26
|
* avoid excesive cabal configure when rebuilding androidGravatar Joey Hess2013-11-26
|
* ensure that Android TH splice is expanded in native side of buildGravatar Joey Hess2013-11-25
|
* completely untested OSX upgrade codeGravatar Joey Hess2013-11-24
|
* use manifest file instead of blindly removing the whole git-annex.linux ↵Gravatar Joey Hess2013-11-24
| | | | | | directory FIXME: dirContentsRecursive does not find empty directories
* add git-annex.MANIFEST files to linux and osx standalone imagesGravatar Joey Hess2013-11-24
|
* distribution info file updater programGravatar Joey Hess2013-11-22
|
* moving git-repair to its own packageGravatar Joey Hess2013-11-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-18
|\
| * temporatily still make bz2Gravatar Joey Hess2013-11-17
| | | | | | | | jimmy's autobuilder only exports that filename