File: day_86__external_special_remote_implementation.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
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.