Please review pull request #43: (#14150) Use tar_gz instead of tar opened by (haus)

Description:

This replaces tar with tar_gz so that the package task will produce tar.gz
instead of .tgz, which is more in line with other puppet products.

  • Opened: Tue Apr 24 00:35:37 UTC 2012
  • Based on: puppetlabs:master (05ac83eca3137ba183dc43ce4ead855ba18bc075)
  • Requested merge: haus:ticket/master/14150_use_tar_gz_for_packaging (82881e3115b6c5f234139d906a3a320bd6c2a507)

Diff follows:

diff --git a/Rakefile b/Rakefile
index 400a4aa..526ca40 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
 end
 
 Gem::PackageTask.new(spec) do |pkg|
-  pkg.need_tar = true
+  pkg.need_tar_gz = true
 end
 
 desc "Run all specs"

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to