File: day_307__two_release_week.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
Made a release this morning, mostly because the release earlier this week
turns out to have accidentally removed several options from `git annex copy`.

Spent some time this afternoon improving how git-annex shuts down when
--time-limit is used. This used to be a quick and dirty shutdown, similar
to if git-annex were ctrl-c'd, but I reworked things so it does a clean
shutdown, including running any buffered git commands. 
This made incremental fsck with --time-limit resume much better, since
it saves the incremental fsck database on shutdown. Also tuned when the
database gets checkpointed during an incremental fsck, to resume better after
it's interrupted.