propellor spin

This commit is contained in:
Joey Hess 2014-04-14 14:40:57 -04:00
parent a69b2555c3
commit fc8d3fe541
Failed to extract signature
2 changed files with 12 additions and 0 deletions

View File

@ -188,3 +188,14 @@ annexRsyncServer = combineProperties "rsync server for git-annex autobuilders"
[ File.dirExists d
, File.ownerGroup d "joey" "joey"
]
twitRss :: Property
twitRss = combineProperties "twitter rss"
[ Git.cloned "joey" "git://git.kitenet.net/twitrss.git" dir Nothing
, check (doesFileExist $ dir </> "twitRss") $ userScriptProperty "joey"
[ "cd " ++ dir
, "ghc --make twitRss"
]
]
where
dir = "/srv/web/tmp.kitenet.net/twitrss"

View File

@ -104,6 +104,7 @@ hosts = -- (o) `
"tmp.kitenet.net"
"26fd6e38-1226-11e2-a75f-ff007033bdba"
[]
& JoeySites.twitRss
& Apt.installed ["ntop"]