From 1338f4effda3293356e493a375e912d3821b6069 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Nov 2014 20:42:31 -0400 Subject: [PATCH] don't remove old localdir before tarball unpack it may get messy if old stuff is left, but there is state in there --- src/Propellor/Spin.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index cffa761..6add4f9 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -237,7 +237,6 @@ sendPrecompiled hn = void $ actionMessage ("Uploading locally compiled propellor unpackcmd = shellWrap $ intercalate " && " [ "cd " ++ takeDirectory remotetarball - , "rm -rf " ++ localdir , "tar xzf " ++ remotetarball , "rm -f " ++ remotetarball ]