keter-2.1.5: Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime.
Safe HaskellSafe-Inferred
LanguageHaskell98

Keter.TempTarball

Description

Handles allocation of temporary directories and unpacking of bundles into them. Sets owner and group of all created files and directories as necessary.

Documentation

unpackTempTar Source #

Arguments

:: Maybe (UserID, GroupID) 
-> TempFolder 
-> FilePath

bundle

-> Text

prefix for folder name

-> (FilePath -> IO a) 
-> IO a