File: day_136__misc.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (14 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Changed how the directory and webdav special remotes store content.
The new method uses less system calls, is more robust, and leaves any
partially transferred key content in a single tmp directory, which
will make it easier to clean that out later.

Also found & fixed a cute bug in the directory special remote when the
chunksize is set to a smaller value than the ByteString chunk size, that
caused it to loop forever creating empty files.

----

Added an embedcreds=yes option when setting up special remotes. 
Will put UI for it into the webapp later, but rather than work on that
tomorrow, I plan to work on glacier.