From 8a6d66ef5cbde0740f5e5fbf1e8cbf15cb3a6d39 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 6 Jan 2010 16:46:29 +1100 Subject: Added puppetpackages task description --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 9c7e61927..76436d5de 100644 --- a/Rakefile +++ b/Rakefile @@ -34,6 +34,7 @@ task :default do sh %{rake -T} end +desc "Create the tarball and the gem - use when releasing" task :puppetpackages => [:create_gem, :package] desc "Run the specs under spec/" -- cgit