propellor spin
This commit is contained in:
parent
fc8d3fe541
commit
6808fe60e1
|
@ -192,7 +192,8 @@ annexRsyncServer = combineProperties "rsync server for git-annex autobuilders"
|
|||
twitRss :: Property
|
||||
twitRss = combineProperties "twitter rss"
|
||||
[ Git.cloned "joey" "git://git.kitenet.net/twitrss.git" dir Nothing
|
||||
, check (doesFileExist $ dir </> "twitRss") $ userScriptProperty "joey"
|
||||
, check (not <$> doesFileExist (dir </> "twitRss")) $
|
||||
userScriptProperty "joey"
|
||||
[ "cd " ++ dir
|
||||
, "ghc --make twitRss"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue