Commit graph

32760 commits

Author SHA1 Message Date
yarikoptic
ff9cd8621a initial report on intermittent get -J failures over ssh 2018-09-18 14:48:37 +00:00
poelzi
9a38a8401f 2018-09-18 10:45:43 +00:00
webanck
89453b2df1 2018-09-17 12:43:01 +00:00
mario
f929675566 Added a comment: 3rd party "mover" / speed up git annex move 2018-09-17 12:16:08 +00:00
webanck
239595d6a4 removed 2018-09-17 11:21:26 +00:00
webanck
f1e70435c3 2018-09-17 10:26:12 +00:00
webanck
288eae2c0d 2018-09-17 10:24:08 +00:00
duncan_bayne
8691a6158f Added a comment: Bug raised 2018-09-16 22:15:23 +00:00
torpidus
704663a8d0 2018-09-16 21:12:11 +00:00
jasonb@ab4484d9961a46440958fa1a528e0fc435599057
7221a8d5af Added a comment 2018-09-16 20:32:08 +00:00
jasonb@ab4484d9961a46440958fa1a528e0fc435599057
17165fdace Added a comment 2018-09-16 20:25:40 +00:00
jasonb@ab4484d9961a46440958fa1a528e0fc435599057
c69115fc5e 2018-09-16 19:50:39 +00:00
torpidus
f6b67d2015 Added a comment 2018-09-16 18:45:15 +00:00
torpidus
fea77a031f Added a comment 2018-09-16 18:40:44 +00:00
torpidus
a016b21f0b removed 2018-09-16 18:40:25 +00:00
torpidus
a80b7d46ed Added a comment 2018-09-16 18:39:57 +00:00
seregynp@3214c4138198e0fe5615d11af832f69f8f5b6873
5f36435491 Added a comment: Cannot upgrade to v6 2018-09-15 10:20:58 +00:00
Joey Hess
d04b7f3e1a
um 2018-09-14 12:53:39 -04:00
Joey Hess
c96229099d
Merge branch 'master' of ssh://git-annex.branchable.com 2018-09-14 12:52:00 -04:00
Joey Hess
b3c9c59d3d
--debug urls
When git-annex used wget and curl, --debug would show urls. So there can't
be any new security problem with doing so.

This commit was sponsored by John Pellman on Patreon.
2018-09-14 12:46:39 -04:00
git-annex.branchable.com@79d6855760f61f7fbe0a401b45d8c791ef49b500
bf92be5fd4 Added a comment 2018-09-14 16:43:00 +00:00
Joey Hess
773084c49b
S3: Fix url construction bug
When the publicurl has been set to an url that does not end with a slash,
we need to add one in between it and the rest of the url.

As far as I can see, git-annex does not default to such publicurls; it's
careful to end them with slashes. But this was observed in the wild, and
there may be documentation that doesn't include the slash. And it's an easy
mistake to make in any case.

This commit was sponsored by Eric Drechsel on Patreon.
2018-09-14 12:25:23 -04:00
AndyPerry
858f140ab0 Added a comment 2018-09-14 13:20:42 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
888d4ee99b Added a comment 2018-09-14 12:24:14 +00:00
AndyPerry
a64fa553b1 Added a comment 2018-09-14 11:39:41 +00:00
pz63@5ea0a27986d782e467e1ebef6eb31ba440cc58d5
3bfc7eee11 2018-09-14 11:38:34 +00:00
AndyPerry
8863d1d910 Added a comment 2018-09-14 09:49:57 +00:00
yarikoptic
410b4bf318 we grew up to over 50TB 2018-09-14 02:53:11 +00:00
Joey Hess
a31f225b34
add news item for git-annex 6.20180913 2018-09-13 15:51:37 -04:00
Joey Hess
547d01fd0e
releasing package git-annex version 6.20180913 2018-09-13 15:50:50 -04:00
Joey Hess
c53fe82886
devblog 2018-09-13 15:50:16 -04:00
yonkers
7061aabd90 Added a comment: I think I found the answer, will try laer 2018-09-13 18:18:30 +00:00
Joey Hess
fc5082ff38
Merge branch 'master' of ssh://git-annex.branchable.com 2018-09-13 14:00:24 -04:00
Joey Hess
a7f0b99a33
fix v6 deadlock with git 2.1.4
I don't know why git diff --raw would run the clean filter, but it did
with this version of git. Perhaps it is cleaning the file to generate the
diff to search with -G?  But then why would newer gits not run the clean
filter?

It caused git annex to deadlock because the keys database was locked
and ran a git command that ran git-annex, which tried to read from the
keys database.

This commit was sponsored by Brett Eisenberg on Patreon.
2018-09-13 13:55:25 -04:00
yonkers
5fec95adbb git annex list whereis slow when 1 repo offline (dir from esata) 2018-09-13 17:50:08 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
a1327779a9 Added a comment 2018-09-13 14:56:51 +00:00
Joey Hess
b18fb1e343
clean P2P protocol shutdown on EOF
Avoids "git-annex-shell: <stdin>: hGetChar: end of file"
being displayed by the test suite, due to the way it
runs git-annex-shell without using ssh.

git-annex-shell over ssh was not affected because git-annex hangs up the
ssh connection and so never sees the error message that git-annnex-shell
probably did emit.

This commit was sponsored by Ryan Newton on Patreon.
2018-09-13 10:46:37 -04:00
Joey Hess
e4d1914e3a
Merge branch 'master' of ssh://git-annex.branchable.com 2018-09-13 10:01:20 -04:00
Joey Hess
677038199c
fix build with older aws
S3: Multipart uploads are now only supported when git-annex is built
with aws-0.16.0 or later, as earlier versions of the library don't
support versioning with multipart uploads.

This will affect the android build, and debian stable also has a too old
aws to support both features at the same time.

This commit was sponsored by Nick Piper on Patreon.
2018-09-13 09:58:39 -04:00
git-annex.branchable.com@79d6855760f61f7fbe0a401b45d8c791ef49b500
81e76d815c 2018-09-13 04:24:03 +00:00
Joey Hess
8daccbc2b3
Merge branch 'master' of ssh://git-annex.branchable.com 2018-09-12 15:43:43 -04:00
Joey Hess
ac021e8734
followup 2018-09-12 15:43:20 -04:00
Ilya_Shlyakhter
df3af94459 Added a comment 2018-09-12 19:33:04 +00:00
Joey Hess
f1f3d15404
response 2018-09-12 15:31:03 -04:00
Joey Hess
6812e3e768
Merge branch 'master' of ssh://git-annex.branchable.com 2018-09-12 15:24:14 -04:00
Joey Hess
50217f62a1
avoid duplicate add action for v6 unlocked modified file
The new second pass sees the file as type changed because the first
pass's changes have typically not reached git yet. So, have to
explicitly check for unmodified files in the second pass.

Note that, if the file has been touched but not really modified,
the first pass will handle it, and so the second pass does nothing.

This commit was sponsored by Jochen Bartl on Patreon.
2018-09-12 15:20:34 -04:00
Ilya_Shlyakhter
91bdfd03e6 Added a comment 2018-09-12 19:10:46 +00:00
torpidus
bf226068c8 Added a comment 2018-09-12 19:05:40 +00:00
Joey Hess
8b21761a42
devblog 2018-09-12 14:29:03 -04:00
Joey Hess
cd3f231d21
retitle 2018-09-12 14:21:39 -04:00