devblog
This commit is contained in:
parent
216d4bf10a
commit
89345b7108
1 changed files with 15 additions and 0 deletions
15
doc/devblog/day_35__anacron_and_bugfixing.mdwn
Normal file
15
doc/devblog/day_35__anacron_and_bugfixing.mdwn
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
While I said I was done with fsck scheduling yesterday, I ended up adding
|
||||||
|
one more feature to it today: Full anacron style scheduling. So a fsck can
|
||||||
|
be scheduled to run once per week, or month, or year, and it'll run the
|
||||||
|
fsck the next time it's available after that much time has passed. The nice
|
||||||
|
thing about this is I didn't have to change Cronner *at all* to add this,
|
||||||
|
just improved the Recurrance data type and the code that calculates when
|
||||||
|
to run events.
|
||||||
|
|
||||||
|
Rest of the day I've been catching up on some bug reports. The main bug I
|
||||||
|
fixed caused git-annex on Android to hang when adding files. This turns out
|
||||||
|
to be because it's using a new (unreleased) version of git, and
|
||||||
|
`git check-attr -z` output format has changed in an incompatable way.
|
||||||
|
|
||||||
|
I am currently 70 messages behind, which includes some ugly looking bug
|
||||||
|
reports, so I will probably continue with this over the next couple days.
|
Loading…
Add table
Add a link
Reference in a new issue