yarikoptic
eb218d4e59
Added a comment
2018-11-05 15:57:17 +00:00
Joey Hess
42f1ea72de
followup
2018-11-05 11:47:58 -04:00
Joey Hess
cb69b77625
fix link
2018-11-05 11:39:04 -04:00
anarcat
16cbeb6aff
Added a comment: oops
2018-11-03 19:52:48 +00:00
spwhitton
f09f846fea
Added a comment
2018-11-03 19:41:32 +00:00
anarcat
4241de01c8
p2pstdio doesn't exist in stretch and buster doesn't degrade gracefully
2018-11-03 19:30:29 +00:00
yarikoptic
c6cb372a9d
Added a comment: tests fail - can't build to test the change
2018-11-02 21:51:16 +00:00
yarikoptic
4d24b712b0
Added a comment
2018-11-02 19:58:06 +00:00
Joey Hess
0c05b92b7c
Merge branch 'master' of ssh://git-annex.branchable.com
2018-11-02 13:45:57 -04:00
Joey Hess
c371a8b10e
followup
2018-11-02 13:42:57 -04:00
andrew
af385e2d34
Added a comment
2018-11-01 12:15:35 +00:00
andrew
937d9d545a
Added a comment
2018-11-01 12:02:59 +00:00
yarikoptic
0753ad46c2
It was "user error", things work now properlyish
2018-11-01 03:53:02 +00:00
Joey Hess
37d00ca671
response
2018-10-31 13:50:51 -04:00
Adam.Schmalhofer@245dc7fa3c05299fc8973ae4241bcab07cd36140
506283c3f9
initial issue description
2018-10-31 15:51:04 +00:00
Ilya_Shlyakhter
8673c18f41
removed
2018-10-31 14:53:50 +00:00
Joey Hess
1428568554
retry when sqlite throws ErrorIO
...
I suspect this may be due to SQLITE_IOERR_SHORT_READ, but have not
verified.
I was able to reproduce it on Linux after running the test suite in a loop
for 1-3 hours until it failed.
The WAL mode entry change in 3963c5fcf5
may have hidden the problem I was seeing; I have not seen an ErrorIO
since then.
2018-10-30 18:06:38 -04:00
Ilya_Shlyakhter
24419efa35
Added a comment
2018-10-29 21:10:29 +00:00
Ilya_Shlyakhter
6b5f2ecf0e
Added a comment
2018-10-29 21:08:55 +00:00
Joey Hess
7a050660d6
ummmmm
2018-10-29 16:48:02 -04:00
Joey Hess
4431b82bce
migrate: Fix failure to migrate from URL keys. (Reversion introduced in version 6.20180926)
2018-10-29 16:36:36 -04:00
Joey Hess
d73f92d8bc
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-29 16:01:46 -04:00
Joey Hess
c472c268c4
webapp: Fixed a crash when adding a git remote.
...
Reversion introduced in 2b66492d6e
which added a new cache that needs to be
cleared.
2018-10-29 16:01:08 -04:00
Ilya_Shlyakhter
b6e90fd18a
Added a comment
2018-10-29 19:48:36 +00:00
Ilya_Shlyakhter
9b268cdcc9
added git-annex-migrate failure
2018-10-29 19:22:24 +00:00
Joey Hess
64a369a1e2
followup
2018-10-29 15:14:34 -04:00
Joey Hess
e32282aa2c
followup
2018-10-29 15:11:40 -04:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
8e2834e5b4
2018-10-28 15:00:59 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
46f65cc657
2018-10-28 14:55:13 +00:00
Joey Hess
6fd37fb016
Merge branch 'v7'
2018-10-26 13:52:09 -04:00
Joey Hess
3af29b3ba9
When annex.thin is set, allow hard links to be made between executable work tree files and annex objects.
...
This is safe, because while the annex object ends up executable,
there were already at least two other cases where it ended up executable:
1. git add an an executable file
2. chmod +x of a a non-executable worktree file that was hard linked to the
annex object
After copy/hard link, it always fixes up the permissions to match the mode
of the worktree file, so when an executable annex object gets hard linked
to a non-executable worktree file, its execute bit gets removed.
Commit b7c8bf5274
already *said* it would do
this; I suspect the line of code I've removed was included in that commit
accidentially.
Also improves annex.thin documentation.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2018-10-26 13:51:43 -04:00
Joey Hess
c7885491b2
clarifications
2018-10-26 13:51:15 -04:00
Joey Hess
e7e9c5744f
followup
2018-10-26 13:12:06 -04:00
Joey Hess
361740a112
close bug report, open todo item
2018-10-26 13:03:18 -04:00
marvin@3296bf3c446430c3b2ebc32b5c784ee976620847
accc753eaf
Added a comment
2018-10-25 21:00:32 +00:00
marvin@3296bf3c446430c3b2ebc32b5c784ee976620847
03e375fc65
Added a comment
2018-10-25 10:23:50 +00:00
Ilya_Shlyakhter
6d695f51cf
added bug - creating git-annex-move not using parallelism?
2018-10-24 18:32:21 +00:00
Ilya_Shlyakhter
2ffa54ea71
added report of a multithreading-related bug with git-annex-drop
2018-10-24 17:08:38 +00:00
Ilya_Shlyakhter
859509fbb3
Added a comment
2018-10-24 16:01:53 +00:00
seantparsons
9505cd52be
2018-10-23 20:19:55 +00:00
yarikoptic
e7877cce84
Added a comment
2018-10-23 03:04:49 +00:00
Joey Hess
94aa0e2f64
fix strange test failure
...
It was trying to git annex adjust when in a direct mode repo, and that
of course fails. What I don't understand though, is how the test suite
managed to work before, when it was clearly checking the wrong thing.
Since the right way to fix it was obvious, I have not bisected.
This work is supported by the NIH-funded NICEMAN (ReproNim TR&D3) project.
2018-10-22 16:51:09 -04:00
yarikoptic
0e7c2655d9
Added a comment
2018-10-22 20:07:38 +00:00
Joey Hess
ede54b93ea
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-22 15:56:01 -04:00
Joey Hess
08b7ac6643
followup
2018-10-22 15:55:51 -04:00
Joey Hess
9fdd91816d
followup
2018-10-22 15:53:13 -04:00
Ilya_Shlyakhter
06007d795d
Added a comment
2018-10-22 19:22:30 +00:00
yarikoptic
1cfd2c2b96
initial report on FTBS
2018-10-22 18:20:14 +00:00
yarikoptic
8a9d505409
Added a comment: stalling - also with =false
2018-10-22 17:34:28 +00:00
Joey Hess
ba0bbced51
source git-annex-install so it it can add git-annex to PATH
...
This commit was sponsored by Jack Hill on Patreon.
2018-10-22 13:22:10 -04:00