Commit graph

8905 commits

Author SHA1 Message Date
Joey Hess
18aa64179e adjust linux tarball tree 2013-02-27 18:02:19 -04:00
Joey Hess
497f81db79 install fix 2013-02-27 17:25:00 -04:00
Joey Hess
1615f21c9a fix broken build-stamp 2013-02-27 17:11:02 -04:00
Joey Hess
b63b8e1b5f need build-dep on cabal-install 2013-02-27 16:37:35 -04:00
Joey Hess
1ac7c4ab6a finalize release 2013-02-27 16:34:27 -04:00
Joey Hess
47a4843941 typo 2013-02-27 16:33:20 -04:00
Joey Hess
feb5470c0b disable test suite on Android
Cannot get QuickCheck to install just now.
2013-02-27 15:59:31 -04:00
Joey Hess
f5676104f8 cleanup 2013-02-27 15:53:19 -04:00
Joey Hess
3a32454b13 break dependency cycle by special casing running of test command 2013-02-27 15:51:28 -04:00
Joey Hess
2b805b9589 one more android build fix 2013-02-27 15:46:44 -04:00
Joey Hess
d1dbf266f6 embed test suite into git annex; available by running: git annex test
I have seen some other programs do this, and think it's pretty cool. Means
you can test wherever it's deployed, as well as at build time.

My other reason for doing it is less happy. Cabal's handling of test suites
sucks, requiring duplicated info, and even when that's done, it fails to
preprocess hsc files here. Building it in avoids that and avoids having
to explicitly tell cabal to enable test suites, which would then make it
link the test executable every time, which is unnecessarily slow.

This also has the benefit that now "make fast test" does a max speed build
and tests it.
2013-02-27 15:38:21 -04:00
Joey Hess
092f6aa48d Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-27 15:17:20 -04:00
Joey Hess
7eb5c8cb51 fix android cross compile, working around cabal limitation 2013-02-27 15:16:52 -04:00
Joey Hess
2f4070b1db make test use cabal 2013-02-27 15:13:25 -04:00
Xyem
e2b9379994 Added a comment 2013-02-27 18:36:16 +00:00
Joey Hess
c234d46345 explicitly disable webapp on android 2013-02-27 14:34:53 -04:00
Joey Hess
64336f07db temporarily disable pairing on Android 2013-02-27 14:22:53 -04:00
Joey Hess
020e18e067 build fix 2013-02-27 14:14:38 -04:00
Joey Hess
da25488ad1 temporarily remove DNS flag for Android 2013-02-27 14:05:24 -04:00
Joey Hess
5f4c670b2c Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-27 13:58:35 -04:00
Joey Hess
ef44103e85 build fix 2013-02-27 13:58:28 -04:00
http://joeyh.name/
a4b55ee523 Added a comment 2013-02-27 17:54:47 +00:00
http://joeyh.name/
41b5b16536 Added a comment 2013-02-27 17:43:46 +00:00
http://edheil.wordpress.com/
d8571115f5 Added a comment 2013-02-27 17:06:45 +00:00
http://edheil.wordpress.com/
f2d08c6a8f Added a comment 2013-02-27 17:05:08 +00:00
https://launchpad.net/~arand
61508980a2 Added a comment 2013-02-27 15:53:37 +00:00
Xyem
bc9cc624b9 Added a comment 2013-02-27 12:16:46 +00:00
Joey Hess
08473009cd got make fast back down to 20 seconds
This approach could also be used to get ./ghci back.. just munge the
extracted ghc command from cabal.
2013-02-27 03:05:33 -04:00
http://meep.pl/
13b90b183f Added a comment 2013-02-27 06:55:25 +00:00
http://meep.pl/
5cab09a9f9 Added a comment 2013-02-27 06:53:15 +00:00
Joey Hess
cfb1c838b4 wording 2013-02-27 02:42:13 -04:00
Joey Hess
0d67554a3f Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-27 02:40:02 -04:00
Joey Hess
cbd53b4a8c Makefile now builds using cabal, taking advantage of cabal's automatic detection of appropriate build flags.
The only thing lost is ./ghci

Speed: make fast used to take 20 seconds here, when rebuilding from
touching Command/Unused.hs. With cabal, it's 29 seconds.
2013-02-27 02:39:22 -04:00
http://meep.pl/
bfaf4bad3b Added a comment: git annex init --debug 2013-02-27 06:39:19 +00:00
Joey Hess
32aee1bb3e add android flag; misc other flag fixes
Stopped checking the assistant flag for flags like webapp and xmpp,
because cabal disables the assistant if the other flag's dependencies
cannot be satisfied.
2013-02-27 02:30:26 -04:00
Joey Hess
30076c0461 clean up old imports 2013-02-27 02:29:20 -04:00
Joey Hess
dcc6096fdc add Production flag 2013-02-27 01:41:01 -04:00
Joey Hess
32fd97a82e consistent format 2013-02-27 00:28:47 -04:00
Joey Hess
f440ee8c06 no need to globally enable CPP in cabal, it's enabled where needed 2013-02-27 00:13:12 -04:00
Joey Hess
b117efc19b deal with http-conduit changing a data type
Pity that the library does not provide a function to extract the status
code from the StatusCodeException, so when they had to add a new field, it
breaks every single place that does it.
2013-02-27 00:07:28 -04:00
Joey Hess
3a210490b7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-27 00:07:27 -04:00
Joey Hess
ece3bbfbb0 expose regex-compat 2013-02-26 23:58:36 -04:00
http://edheil.wordpress.com/
779206252b Added a comment 2013-02-27 01:12:30 +00:00
Xyem
a612907e2f Added a comment 2013-02-27 00:02:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b154e3d459 Added a comment: Automagic photo backups 2013-02-26 21:56:44 +00:00
http://edheil.wordpress.com/
3a91264da2 Added a comment 2013-02-26 21:55:23 +00:00
Joey Hess
4d32fc1c2a blog for the day 2013-02-26 16:43:19 -04:00
Joey Hess
39c581e5fe fixed 2013-02-26 16:39:54 -04:00
Joey Hess
ddf3d8a7e9 typo 2013-02-26 16:31:46 -04:00
Joey Hess
68edb4b985 format 2013-02-26 16:31:31 -04:00