diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-08 16:14:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-08 16:14:41 -0400 |
commit | 2d172abd2411cfbd592a97ce989950c018fa07e9 (patch) | |
tree | 999f8ffb71a110c1d14c84e12127f8ba688de558 /git-annex.cabal | |
parent | 42a548b2bf84dfda9f7995c6654991cb6a4591ef (diff) |
Added tahoe special remote.
Known problems:
1. Tries to tahoe start when daemon is already running.
2. If multiple tahoe remotes are set up on the same computer,
they will have the same node.url configured by default,
and this confuses tahoe commands.
This commit was sponsored by LeastAuthority.com
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 6c6fb1f31..81afb5a48 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -75,6 +75,9 @@ Flag Feed Flag Quvi Description: Enable use of quvi to download videos +Flag Tahoe + Description: Enable the tahoe special remote + Flag CryptoHash Description: Enable use of cryptohash for checksumming @@ -192,6 +195,10 @@ Executable git-annex if flag(Quvi) Build-Depends: aeson CPP-Options: -DWITH_QUVI + + if flag(Tahoe) + Build-Depends: aeson + CPP-Options: -DWITH_TAHOE if flag(EKG) Build-Depends: ekg |