summaryrefslogtreecommitdiff
path: root/doc/devblog/day_29__scheduling.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-07 18:09:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-07 18:09:25 -0400
commitf2ab80def176a2eb00c353d3cdce20dedde2445d (patch)
treecfed9ab3d1f84ab71ae1a3b0d160b21c669f63e1 /doc/devblog/day_29__scheduling.mdwn
parent8eeb2b5acef05965e24d730dbc9070f49066bf80 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_29__scheduling.mdwn')
-rw-r--r--doc/devblog/day_29__scheduling.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_29__scheduling.mdwn b/doc/devblog/day_29__scheduling.mdwn
new file mode 100644
index 000000000..98c928bf8
--- /dev/null
+++ b/doc/devblog/day_29__scheduling.mdwn
@@ -0,0 +1,10 @@
+Spent most of the day building some generic types for scheduling recurring
+events. Not sure if rolling my own was a good idea, but that's what I did.
+
+In the incrementalfsck branch, I have hooked this up in `git-annex vicfg`,
+which now accepts and parses scheduled events like
+"fsck self every day at any time for 60 minutes" and
+"fsck self on day 1 of weeks divisible by 2 at 3:45 for 120 minutes", and
+stores them in the git-annex branch. The exact syntax is of course subject
+to change, but also doesn't matter a whole lot since the webapp will have
+a better interface.