propellor spin

This commit is contained in:
Joey Hess 2014-03-30 22:24:21 -04:00
parent bb0425975c
commit 6bd3457fba
1 changed files with 2 additions and 1 deletions

View File

@ -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"