don't remove old localdir before tarball unpack
it may get messy if old stuff is left, but there is state in there
This commit is contained in:
parent
58b5de7802
commit
1338f4effd
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue