summaryrefslogtreecommitdiff
path: root/Property
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 22:24:21 -0400
committerJoey Hess2014-03-30 22:24:21 -0400
commit6bd3457fba6a1ff76befa49880cb6bca63cec8b1 (patch)
treedefff8c3c02a94fdada832bb9dddef2adf1ba572 /Property
parentbb0425975c53b770c0958b51223bd21c41aa1187 (diff)
propellor spin
Diffstat (limited to 'Property')
-rw-r--r--Property/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs
index 550c79ea..368854b1 100644
--- a/Property/JoeySites.hs
+++ b/Property/JoeySites.hs
@@ -12,7 +12,8 @@ oldUseNetshellBox = check (not <$> Apt.isInstalled "oldusenet") $
[ Apt.installed (words "build-essential debhelper git ghc libghc-strptime-dev libghc-hamlet-dev libghc-ifelse-dev libghc-hxt-dev libghc-utf8-string-dev libghc-missingh-dev libghc-sha-dev")
`describe` "olduse.net build deps"
, scriptProperty
- [ "git clone git://olduse.net/ /root/tmp/oldusenet/source"
+ [ "rm -f /root/tmp/oldusenet" -- idenpotency
+ , "git clone git://olduse.net/ /root/tmp/oldusenet/source"
, "cd /root/tmp/oldusenet/source/"
, "dpkg-buildpackage -us -uc"
, "dpkg -i ../oldusenet*.deb || true"