Class FPM::Package::Tar
In: lib/fpm/package/tar.rb
lib/fpm/package/tar.rb
Parent: FPM::Package

Use a tarball as a package.

This provides no metadata. Both input and output are supported.

Methods

Public Instance methods

Input a tarball. Compressed tarballs should be OK.

Input a tarball. Compressed tarballs should be OK.

Output a tarball.

If the output path ends predictably (like in .tar.gz) it will try to obey the compression type.

Output a tarball.

If the output path ends predictably (like in .tar.gz) it will try to obey the compression type.

Generate the proper tar flags based on the path name.

Generate the proper tar flags based on the path name.

[Validate]