File: day_86__external_special_remote_implementation.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
Built most of the external special remote today. While I've written 600
lines of code for this, and think it's probably working, and complete
(except for a couple of features), all I know is that it compiles.

I've also written an [[example external special remote program in shell script|special_remotes/external/example.sh]],
so the next step is to put the two together and see how it works.
I also hope that some people who have built hook special remotes
in the past will update them to the new external special remote interface,
which is quite a lot better.

Today's work was sponsored by Justine Lam.