Commit graph

26726 commits

Author SHA1 Message Date
Joey Hess
f1d8c825c6
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-26 15:12:58 -04:00
Joey Hess
7a36d31012
fix build on old ghc 2016-01-26 15:12:16 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
2bd01ad33a Added a comment 2016-01-26 19:09:05 +00:00
Joey Hess
015a3f6061
prep release
Note that 039e83ed5d maligned FTP
incorrectly. The type checker didn't catch that bug because of the monad
instance for lists.
2016-01-26 15:05:36 -04:00
Joey Hess
51d59fec66
comment 2016-01-26 14:53:18 -04:00
Joey Hess
635d2dedf6
update for removed tags 2016-01-26 14:49:22 -04:00
Joey Hess
710d44a16e
add the known associated file to the list of others 2016-01-26 14:48:19 -04:00
Joey Hess
a69a746afa
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-26 14:38:37 -04:00
Joey Hess
039e83ed5d
Fix nasty reversion in the last release that broke sync --content's handling of many preferred content expressions.
The type checker should have noticed this, but the changes to mapM
that make it accept any Traversable hid the fact that it was not being
passed a list at all. Thus, what should have returned an empty list most
of the time instead returned [""] which was treated as the name of the
associated file, with disasterout consequences.

When I have time, I should add a test case checking what sync --content
drops. I should also consider replacing mapM with one re-specialized to
lists.
2016-01-26 14:28:43 -04:00
Joey Hess
3ddfa7bf1d
retitle 2016-01-26 14:17:46 -04:00
Joey Hess
f1d33568b0
update 2016-01-26 13:49:10 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
7fe55d46e6 removed 2016-01-26 16:49:49 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
1adcf268ea Added a comment: problem with latest pull and stack 2016-01-26 16:49:05 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
281f445dfd Added a comment: problem with latest pull and stack 2016-01-26 16:48:43 +00:00
Joey Hess
ecec42bbb4
remove TDFA build flag 2016-01-26 08:52:34 -04:00
Joey Hess
dcfb038cd2
Roll the dns build flag into the assistant build flag. 2016-01-26 08:48:23 -04:00
Joey Hess
65f44423d1
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-26 08:30:24 -04:00
Joey Hess
4eb968ca89
switch to lts-5.0
has concurrent-output and a new enough aws included
2016-01-26 08:29:37 -04:00
Joey Hess
f051b51645
remove 3 build flags
* Removed the webapp-secure build flag, rolling it into the webapp build
  flag.
* Removed the quvi and tahoe build flags, which only adds aeson to
  the core dependencies.
* Removed the feed build flag, which only adds feed to the core
  dependencies.

Build flags have cost in both code complexity and also make Setup configure
have to work harder to find a usable set of build flags when some
dependencies are missing.
2016-01-26 08:14:57 -04:00
Joey Hess
36e05945b8
remove unused support for ADNS library 2016-01-26 07:51:18 -04:00
alexander+gitannex@2296816092e64c93002644a8af3a4d4c9e6b21c7
8a0b08f018 2016-01-25 23:21:12 +00:00
Joey Hess
b4c9460467
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-25 16:30:25 -04:00
Joey Hess
d2ed162192
close 2016-01-25 16:29:46 -04:00
hello@8ec3aeb95041eb24da1d74b9a59964a3e3519fb5
1ff8ba5ce6 Add bug report 2016-01-25 20:25:16 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
63052faa64 Added a comment 2016-01-25 20:23:23 +00:00
Joey Hess
d3ba9fe5c8
matchexpression: New plumbing command to check if a preferred content expression matches some data. 2016-01-25 16:16:18 -04:00
Joey Hess
4b569c9e7f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-25 14:27:37 -04:00
Joey Hess
7a468324e6
comment 2016-01-25 14:26:58 -04:00
Joey Hess
5460975e40
document annex.largefiles handling 2016-01-25 13:41:21 -04:00
db
3891bd8593 Added a comment 2016-01-24 19:30:41 +00:00
Joey Hess
0fd6e77ec7
response 2016-01-24 14:18:59 -04:00
Joey Hess
bf7e928ee9
Fix build with QuickCheck 2.8.2
It added some instances I had also implemented.
2016-01-24 14:15:00 -04:00
Joey Hess
83cc9d8721
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-24 14:13:10 -04:00
Joey Hess
9737c9a362
Revert "convert fail to error"
This reverts commit d14770ca9c.

That changed the type of error from an IOError to something else, so broke
stuff that was catching IOErrors.

So back to a UserError, but be explicit this time that's what it's
throwing.
2016-01-24 14:10:11 -04:00
db
b3838f217e 2016-01-23 23:14:38 +00:00
db
18f48c2e03 Added a comment 2016-01-23 23:06:03 +00:00
db
1314900684 Added a comment: How do I start it? 2016-01-23 22:42:52 +00:00
andrew@1d92abee601373fe09908b30706c97ffce3da255
1976569c83 Added a comment 2016-01-23 14:24:19 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
c5434d00e7 2016-01-22 23:10:11 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
62a182c71a Added a comment 2016-01-22 22:12:24 +00:00
Joey Hess
8c3d302532
assistant: Use udisks2 dbus events to detect when disks are mounted, instead of relying on gnome/kde stuff that is not stable. 2016-01-22 16:50:08 -04:00
Joey Hess
93806b0c8c
assistant: Added new name used for udisks2 dbus service in gnome 3.18. 2016-01-22 16:09:50 -04:00
Joey Hess
d1879df0ba
response 2016-01-22 15:39:27 -04:00
db
26b76a6b06 Added a comment 2016-01-22 19:00:58 +00:00
Joey Hess
1fcd0e951d
close 2016-01-22 13:51:54 -04:00
Joey Hess
99c646615d
Bug fix: Git config settings passed to git-annex -c did not always take effect.
When Config.setConfig runs, it throws away the old Repo and loads a new
one. So, add an action to adjust the Repo so that -c settings will persist
across that.
2016-01-22 13:47:41 -04:00
Joey Hess
ee14601890
comment 2016-01-22 12:25:56 -04:00
Joey Hess
bc6c0462ae
move preferred content terminals docs to man page 2016-01-22 12:24:15 -04:00
Joey Hess
5377806fc1
response 2016-01-22 11:58:09 -04:00
Joey Hess
0084a3868a
comment 2016-01-22 11:54:26 -04:00