aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-12 13:40:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-12 13:40:32 -0400
commit7ffc39da51a2606166ba1ed0897145bb906439f5 (patch)
treed961a4e048a823526d18f53eadc07ba0941d7848
parentc05bd4c151450a4aef850a9352d37375a26e01bc (diff)
response
-rw-r--r--doc/forum/Simple_question_about_web_remote/comment_1_a732a7264b60faed29782a034c0bc592._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/Simple_question_about_web_remote/comment_1_a732a7264b60faed29782a034c0bc592._comment b/doc/forum/Simple_question_about_web_remote/comment_1_a732a7264b60faed29782a034c0bc592._comment
new file mode 100644
index 000000000..4b39005f2
--- /dev/null
+++ b/doc/forum/Simple_question_about_web_remote/comment_1_a732a7264b60faed29782a034c0bc592._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-04-12T17:33:08Z"
+ content="""
+The web remote is automatically available (so long as you have an internet
+connection) and does not need any configuration to use.
+
+What's going on here is, after git-annex downloads a file from the web
+remote, as from any remote, it verifies its checksum. Seems that the
+checksum of the content at an url on the web has changed. So, git-annex
+rejects the bad data.
+
+(Note that git-annex only started verifying checksums of downloads in
+version 5.20151019.)
+
+Now, sometimes you don't care if eg, a podcast file might get modified
+after `git-annex importfeed` initially adds it, and you want to just
+download whatever file is on the web now, and treat any contents coming
+from the web at different times as equivilant.
+
+The way to do that is to use --relaxed when running git-annex addurl or
+importfeed.
+"""]]