summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-02-19 18:40:50 -0400
committerJoey Hess2015-02-19 18:40:50 -0400
commit5b56a416c17be95ad5b54a886a29ef3b6a72d223 (patch)
tree7e6d54fee223106726ec760b61b33ff62a5af2a9 /src
parentbe1a3a7c89ca8ea8aecb9a9748380ef840598171 (diff)
endpoint
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 78751c77..005f12d1 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -272,6 +272,7 @@ gitAnnexDistributor = combineProperties "git-annex distributor, including rsync
`onChange` Service.running "rsync"
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild"
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite"
+ & endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild/windows"
-- git-annex distribution signing key
& Gpg.keyImported (Gpg.GpgKeyId "89C809CB") "joey"
where