class Barista::Behaviors::Omnibus::Cacher
inherits Reference
#
Included modules
Barista::Behaviors::Software::GenericCommands
Constructors#
.new(task : Barista::Behaviors::Omnibus::Task)#
Methods#
#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#
#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.
#unpack! is preferred.