diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-19 18:40:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-19 18:40:50 -0400 |
| commit | 5b56a416c17be95ad5b54a886a29ef3b6a72d223 (patch) | |
| tree | 7e6d54fee223106726ec760b61b33ff62a5af2a9 /src | |
| parent | be1a3a7c89ca8ea8aecb9a9748380ef840598171 (diff) | |
endpoint
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
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 |
