Commit graph

26707 commits

Author SHA1 Message Date
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
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
Joey Hess
acac554aa9
avoid running BUILDER clean when it's cabal
This alows debian/rules clean to work when build deps are not installed.
2016-01-22 11:53:14 -04:00
Joey Hess
d928d77924
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-22 11:48:04 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
fe6dae6d93 Added a comment 2016-01-22 08:11:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
a106baa0be Added a comment: gvfs reliability 2016-01-22 08:02:12 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3f84025cd5 2016-01-22 07:56:26 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
234e7a5826 copied the wrong signals, re-testing 2016-01-22 07:53:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3a7c295617 2016-01-22 07:51:50 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
474470d2d6 2016-01-22 07:47:33 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
83115b2573 Added a comment 2016-01-21 18:21:42 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
3b4c0204df 2016-01-21 18:09:19 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
cc28383fbe 2016-01-21 18:03:31 +00:00
Joey Hess
7cad8e6580
merge Checks into Command 2016-01-21 13:14:38 -04:00
Joey Hess
a3bd4dde9f
remove module unused since switch to optparse-applicative 2016-01-21 12:59:50 -04:00
Joey Hess
d14770ca9c
convert fail to error
Using fail here causes a "user error" exception to be thrown, which implies
the user is at fault in its wording, which is incorrect.

Also audited for other uses of fail in git-annex; the others are in monadic
contexts where fail may not throw an exception, and involve user input, so
kept them as-is.
2016-01-21 12:56:52 -04:00
simon.parzer@f837bbade0d93f560dc574b04e835b7875c4026f
ecdce748f1 Added a comment 2016-01-21 12:54:58 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
b95cd56a2d Added a comment 2016-01-21 08:35:53 +00:00
https://launchpad.net/~felixonmars
25cdf8931b 2016-01-21 05:20:58 +00:00
https://launchpad.net/~felixonmars
b271378d98 2016-01-21 05:20:14 +00:00
https://launchpad.net/~felixonmars
eb16121c6f 2016-01-21 05:16:43 +00:00