1
0
mirror of https://github.com/jordansissel/fpm synced 2025-09-04 08:54:39 +02:00
fpm/lib/fpm
Jordan Sissel 2d17e59ce9 Don't require full output of a deb package if we're just checking for
tar flags.

The reason for this is that if we do output, it fails like so;

  1) FPM::Package::Deb#tar_flags should set the group for the package's data files
     Failure/Error: @package.output(@target)
     FPM::Util::ProcessFailed:
       tar failed (exit code 2). Full command was:["tar", "-C", "/tmp/package-deb-staging20140423-5427-10uiv96", "-z", "--numeric-owner", "--owner", "0", "--group", "nogroup", "-cf", "/tmp/package-deb-build20140423-5427-19uvbmw/data.tar.gz", "."]

Because 'nogroup' isn't a valid group when tar is run, but we want to check
that 'nogroup' is set in the tar args, not that tar works ;)
2014-04-23 13:49:13 -07:00
..
package Don't require full output of a deb package if we're just checking for 2014-04-23 13:49:13 -07:00
command.rb Add special handling for fpm --version 2014-04-22 19:09:11 +00:00
errors.rb - style and docs 2012-03-02 01:20:49 -08:00
namespace.rb - style and docs 2012-03-02 01:20:49 -08:00
package.rb Merge pull request #565 from avalanche123/fix-excludes 2013-12-05 23:01:43 -08:00
util.rb Build on #623 adding todos and some code style changes 2014-03-07 06:01:25 +00:00
version.rb Add a self-extracting sh package type implementation 2014-03-11 00:40:04 -04:00