From 90370dc57576ec6d4701acd4b5672eeba269a386 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Apr 2014 17:50:44 -0400 Subject: stable-backports can't be used :( --- config-joey.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 055c1a65..031b493f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -86,6 +86,12 @@ hosts = "840760dc-08f0-11e2-8c61-576b7e66acfd" [("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")] & Apt.buildDep ["git-annex"] `period` Daily + -- rsync server for git-annex autobuilders + & Apt.installed ["rsync"] + & hasPrivContent "/etc/rsyncd.conf" + & hasPrivContent "/etc/rsyncd.secrets" + & "/etc/default/rsync" `File.containsLine` "" + `describe` "rsync server enabled" & cname "tmp.kitenet.net" & JoeySites.annexWebSite hosts "/srv/git/joey/tmp.git" -- cgit v1.2.3