Commit graph

25163 commits

Author SHA1 Message Date
Joey Hess
6dad09a823 disable whereisKey for encrypted or chunked remotes
This only makes sense for public repos, that are not chunked, so
that there's a 1:1 from Key in the git-annex repo to file on the remote.
Rather than making every remote implementation deal with that, just disable
whereisKey when it doesn't make sense.
2015-08-19 14:16:01 -04:00
Joey Hess
fb8fec2a7b exclude thanks page to avoid lintian error about embedded gif 2015-08-19 14:12:22 -04:00
Joey Hess
ac8e2b2396 comment 2015-08-19 13:56:48 -04:00
Joey Hess
5aca630ecc Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-19 13:54:15 -04:00
Joey Hess
485465107a Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, and cpp.
As a result of the Makefile changes, the Debian package is built
with various hardening options. Although their benefit to a largely
haskell program is unknown.
2015-08-19 13:53:57 -04:00
https://me.yahoo.com/a/aMQG8Dgn35w1KhItNb2j1vtCQaIhEEY-#80cbd
a322da5cbe 2015-08-19 17:52:59 +00:00
anarcat
b853a7708d Added a comment 2015-08-19 17:17:50 +00:00
Joey Hess
fec1568054 typo 2015-08-19 13:17:07 -04:00
Joey Hess
141071d1d3 response 2015-08-19 13:16:01 -04:00
Joey Hess
a1f36054c6 comment 2015-08-19 13:07:35 -04:00
anarcat
cecaa8bf21 Added a comment: clarifications 2015-08-19 16:57:50 +00:00
Joey Hess
b2a78ae249 forwarded 2015-08-19 12:54:15 -04:00
Joey Hess
9f639993b6 move comment 2015-08-19 12:50:18 -04:00
Joey Hess
daefaf97fa response 2015-08-19 12:48:39 -04:00
Joey Hess
c242e248e8 Fix reversion in init when ran as root, introduced in version 5.20150731. 2015-08-19 12:36:17 -04:00
Joey Hess
1e3d7ad4e0 tag moreinfo 2015-08-19 12:35:57 -04:00
Joey Hess
0f5d6c09ac importfeed --relaxed: Avoid hitting the urls of items in the feed. 2015-08-19 12:24:55 -04:00
Joey Hess
f30a7ccc42 paste from relevant man page 2015-08-19 12:13:39 -04:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
022e7eab7a wrote ut issue 2015-08-19 11:39:10 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
507864dd61 Added a comment 2015-08-19 05:49:12 +00:00
https://id.koumbit.net/anarcat
d611ff3094 Added a comment: design phase only 2015-08-18 19:02:30 +00:00
https://id.koumbit.net/anarcat
5f4fd84be1 more details and questions 2015-08-18 18:56:02 +00:00
https://id.koumbit.net/anarcat
08e0fa6505 add the date this was added 2015-08-18 18:53:25 +00:00
https://id.koumbit.net/anarcat
27d5b92073 weird dumb question maybe? 2015-08-18 18:46:12 +00:00
anarcat
1e340c67e3 add more related software 2015-08-18 13:50:00 +00:00
anarcat
b3af6c5adb link to not 2015-08-18 13:43:01 +00:00
anarcat
3dc38594dc like to related 2015-08-18 13:42:33 +00:00
konubinix
6395cd49d8 Added a comment: link to the files 2015-08-18 13:37:12 +00:00
konubinix
32b506f310 Added a comment: recoll 2015-08-18 13:30:21 +00:00
forbesmyester@2cec261fa984ee168bdbad63665c58953963c10e
7257e6c9b8 Added a comment: Not sure what is wrong... looks like glacier might be called wrongly. 2015-08-18 07:42:38 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
4b0c5e0e6f Added a comment 2015-08-18 06:13:28 +00:00
jason@bbebec708d192ae9848ef6d0c6983e2b37127df1
b2af14a0b5 Added a comment: Never mind 2015-08-17 18:00:06 +00:00
Joey Hess
ba56d10c60 Avoid building the assistant on the hurd, since an inotify equivilant is not yet implemented in git-annex for the hurd.
Note that https://github.com/haskell/hackage-server/issues/269 is fixed, so
hopefully I can upload this to hackage this time.
2015-08-17 11:53:16 -04:00
Joey Hess
477888acfb done 2015-08-17 11:38:36 -04:00
Joey Hess
858104078a make whereis show urls when web remote does not have content
This is needed when external special remotes register an url for a key.
2015-08-17 11:35:34 -04:00
Joey Hess
3a5b7dbaf0 External special remotes can now be built that can be used in readonly mode, where git-annex downloads content from the remote using regular http.
Note that, if an url is added to the web log for such a remote, it's not
distinguishable from another url that might be added for the web remote.
(Because the web log doesn't distinguish which remote owns a plain url.
Urls with a downloader set are distinguishable, but we're not using them
here.)

This seems ok-ish.. In such a case, both remotes will try to use both
urls, and both remotes should be able to.

The only issue I see is that dropping a file from the web remote will
remove both urls in this case. This is not often done, and could even
be considered a feature, I suppose.
2015-08-17 11:22:22 -04:00
Joey Hess
99b9a3f277 export some always failing methods for readonly remotes 2015-08-17 11:21:38 -04:00
Joey Hess
fb9d851258 refactor 2015-08-17 11:21:13 -04:00
Joey Hess
1cd3b7ddf0 refactor 2015-08-17 10:42:14 -04:00
Joey Hess
2ff22a383a Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-17 09:53:18 -04:00
https://woid.cryptobitch.de/foobar
5f3ab9cf9a Added a comment: @niklaas 2015-08-17 13:42:26 +00:00
darkfeline@e6d098788a13ce41f3141a2dfc1bd31b401e83f0
88b5a5ae7b Added a comment: buprepo doesn't work properly 2015-08-17 12:59:25 +00:00
mhubig
08e9614e18 Added a comment 2015-08-17 11:44:40 +00:00
mhubig
d131bf2e15 Added a comment 2015-08-17 11:42:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6a96265f44 2015-08-17 11:37:17 +00:00
anarcat
1f359ab899 Added a comment: great! 2015-08-17 04:07:28 +00:00
crumblybrick
d6d381ed70 rename forum_/_Searching_metadata_and_file_content__63__.mdwn to forum/Searching_metadata_and_file_content__63__.mdwn 2015-08-16 16:40:21 +00:00
crumblybrick
d1fc6ffa2f rename forum/_creating_Searching_metadata_and_file_content__63__.mdwn to forum_/_Searching_metadata_and_file_content__63__.mdwn 2015-08-16 13:46:00 +00:00
crumblybrick
f4f3df3ae1 2015-08-16 13:44:47 +00:00
Joey Hess
ab85a48bc0 merge lintian overrides from debian 2015-08-15 11:45:37 -04:00