1
0
mirror of https://github.com/jordansissel/fpm synced 2025-09-01 04:30:48 +02:00
fpm/lib
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
..
fpm Don't require full output of a deb package if we're just checking for 2014-04-23 13:49:13 -07:00
fpm.rb Add pkgin 2013-10-04 14:13:11 -04:00