summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-02 18:36:42 -0400
committerJoey Hess2014-04-02 18:36:42 -0400
commitcd10ceb976c38b2df0101a601022918852def4b3 (patch)
treee69193ebc200e4027452d71fe6e0ca4e8d805486 /config.hs
parentb456e8aedc3328dd30113b849a4b977c6543c63b (diff)
generalized git-annex autobuilder to not need a rsync password
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index e54b3892..a7694991 100644
--- a/config.hs
+++ b/config.hs
@@ -76,7 +76,7 @@ container _host name
let arch = takeWhile (/= '-') name
in Just $ Docker.containerFrom
(image $ System (Debian Unstable) arch)
- [ Docker.inside $ props & GitAnnexBuilder.builder arch "15 * * * *" ]
+ [ Docker.inside $ props & GitAnnexBuilder.builder arch "15 * * * *" True ]
| otherwise = Nothing
-- | Docker images I prefer to use.