class Barista::Behaviors::Omnibus::Cacher
- Barista::Behaviors::Omnibus::Cacher
- Reference
- Object
Included Modules
Defined in:
barista/behaviors/omnibus/cacher.crConstructors
Instance Method Summary
-
#filename
A filename that includes the
.tar.gz
extension - #name
-
#strip : Int32
The number of components to strip when using
tar -xvf <path> --strip-components=<strip>
- #tag
- #task : Barista::Behaviors::Omnibus::Task
-
#unpack(path_to_tarball : String)
A method that takes a path to a
.tar.gz
and unpacks it to the appropriate internal directory -
#unpack_cache_here!
The location for unpacking the build artifact when handling manually.
Constructor Detail
Instance Method Detail
def strip : Int32
#
The number of components to strip when using
tar -xvf <path> --strip-components=<strip>
def unpack(path_to_tarball : String)
#
A method that takes a path to a .tar.gz
and unpacks it to the appropriate internal directory
def unpack_cache_here!
#
The location for unpacking the build artifact when handling manually.
#unpack!
is preferred.