diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 21:41:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 21:41:19 -0400 |
| commit | 5201e7507948e1da8d8467222faa742aa1fcd2c3 (patch) | |
| tree | 78451352d9f9af22a278a6c82ffdf5d398d1adbc | |
| parent | f5c82083fef89004be1e4896bd7b0a05d33e7948 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 7ce893c0..6acba336 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -212,6 +212,8 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64" & JoeySites.downloads hosts & JoeySites.gitAnnexDistributor + & JoeySites.tmp + diatom :: Host diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" [ "Important stuff that needs not too much memory or CPU." ] @@ -244,7 +246,7 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" -- & JoeySites.downloads hosts -- & JoeySites.gitAnnexDistributor - & JoeySites.tmp + -- & JoeySites.tmp & JoeySites.annexWebSite "/srv/git/user-liberation.git" "user-liberation.joeyh.name" |
