keter-2.0.1: Web application deployment manager, focusing on Haskell web frameworks
Safe HaskellNone
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