Commit graph

8847 commits

Author SHA1 Message Date
Joey Hess
0bca392206 remove Fast flag, pass -O0 to cabal 2013-02-28 16:03:35 -04:00
Peter Simons
be6d9f6f5c git-annex.cabal: let the 'Fast' flag default to 'False' unless it's explicitly specified
The current use of the 'Fast' and 'Production' flags is both inconsistent and
redundant. It's inconsistent, because users are allowed to specify both '-fFast
-fProduction' at the same time -- thereby enabling two contradicting features.

The flags are redundant, because Cabal allows users to specify '-O0' at
configure time, which is essentially the same as '-fFast'. Since 'Production'
is just the opposite of 'Fast', this means that neither flag is needed.
2013-02-28 16:02:54 -04:00
Peter Simons
c993d8e710 git-annex.cabal: declare dependency on <sys/event.h> header file when building on BSD 2013-02-28 16:02:27 -04:00
Peter Simons
2df5e25a06 git-annex.cabal: relax 'mtl >= 2.1' constraint to 'mtl >= 2'
Git-annex doesn't actually depend on mtl version 2.1. By relaxing this
constraint, builds can succeed on Ubuntu 12.04.
2013-02-28 16:02:17 -04:00
Joey Hess
85be9379b0 fix link 2013-02-28 15:54:18 -04:00
Joey Hess
743cf7f810 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-28 15:53:38 -04:00
Joey Hess
5aada45b7f Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-28 15:52:59 -04:00
http://joeyh.name/
f467486c10 Added a comment 2013-02-28 19:52:59 +00:00
Joey Hess
2894ba5860 webapp: Only show up to 10 queued transfers.
The transfer queue can grow larger than 10 when queueing transfers for
files that were just received, as well as requeueing failed transfers.
I probably need to do some work to prevent that, as it could use a lot of
RAM. But for now, cap the number of displayed transfers in the webapp, to
avoid flooding the browser.
2013-02-28 15:51:53 -04:00
http://joeyh.name/
fadb6552c6 Added a comment 2013-02-28 19:42:09 +00:00
http://joeyh.name/
b28280a730 Added a comment 2013-02-28 19:40:12 +00:00
Joey Hess
0df611a684 fixed in git 2013-02-28 15:35:25 -04:00
Joey Hess
0745215736 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-28 15:33:55 -04:00
http://edheil.wordpress.com/
7c45f01777 2013-02-28 14:32:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM
0d0c3993b5 Added a comment: Testpack install fails on ubuntu 12.04 2013-02-28 10:42:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
e0fd647396 Added a comment: lot of stuck git processes 2013-02-28 09:01:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
ee00b3c163 removed 2013-02-28 09:00:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
53184008b6 removed 2013-02-28 09:00:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
5355403acc Added a comment: lot of stuck git process 2013-02-28 08:59:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
b54f5a146b Added a comment: lot of stuck git process 2013-02-28 08:58:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
46c90c178a Added a comment 2013-02-28 08:40:47 +00:00
Joey Hess
e69cb08264 allow reloacting the source tree used for building android
Putting it outside the git-annex directory is useful to me, so I don't
accidentially tar it up into my release tarball.. which almost happened today.
2013-02-28 02:42:59 -04:00
Joey Hess
a582463cb9 no template haskell here any longer 2013-02-28 02:21:43 -04:00
http://meep.pl/
5625f89c66 Added a comment 2013-02-28 06:13:21 +00:00
Joey Hess
741a7fc4d7 more test output improvements 2013-02-28 01:21:22 -04:00
Joey Hess
c938074358 improve test output 2013-02-27 23:46:53 -04:00
http://edheil.wordpress.com/
80a91c26fc Added a comment 2013-02-28 03:31:32 +00:00
Joey Hess
c11aa969e5 Android: Enable test suite. 2013-02-27 23:26:14 -04:00
Joey Hess
0151f42cdf Stop depending on testpack. 2013-02-27 23:23:41 -04:00
Joey Hess
2c6941a08e Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-27 23:21:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI
abe90ea0a6 Added a comment 2013-02-28 02:53:54 +00:00
http://joeyh.name/
53a69eb2d8 Added a comment 2013-02-28 02:12:50 +00:00
Joey Hess
24316f6562 improve imports 2013-02-27 21:48:46 -04:00
Joey Hess
a2f17146fa move Arbitrary instances out of Test and into modules that define the types
This is possible now that we build-depend on QuickCheck.
2013-02-27 21:42:07 -04:00
Joey Hess
e7b78c2eec re-enable fast autobuild from vim 2013-02-27 21:41:51 -04:00
Joey Hess
8d47acc8f8 brought back fast ghci 2013-02-27 21:38:01 -04:00
http://edheil.wordpress.com/
5cdf5acc56 2013-02-28 01:04:40 +00:00
Joey Hess
b1e1043bdb faster fast builds 2013-02-27 20:11:25 -04:00
Joey Hess
95a244d9c4 work around yesod bug that causes a warning
I think this is fixed in newer versions of yesod, so this commit can be
reverted when dropping support for Debian wheezy.
2013-02-27 18:31:59 -04:00
Joey Hess
54cbbe460c make make fast work in clean tree 2013-02-27 18:21:32 -04:00
Joey Hess
c000bc3ce1 releasing version 4.20130227 2013-02-27 18:07:50 -04:00
Joey Hess
3883ea9846 add news item for git-annex 4.20130227 2013-02-27 18:05:26 -04:00
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