summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-01-06 16:46:29 +1100
committerJames Turnbull <james@lovedthanlost.net>2010-01-06 16:46:29 +1100
commit8a6d66ef5cbde0740f5e5fbf1e8cbf15cb3a6d39 (patch)
tree007ae703651b5636828cd8c45e49dbad46d2fbc9 /Rakefile
parenteada68a13686324cf504f0bb885a7b4df83d6290 (diff)
downloadpuppet-8a6d66ef5cbde0740f5e5fbf1e8cbf15cb3a6d39.tar.gz
puppet-8a6d66ef5cbde0740f5e5fbf1e8cbf15cb3a6d39.tar.xz
puppet-8a6d66ef5cbde0740f5e5fbf1e8cbf15cb3a6d39.zip
Added puppetpackages task description
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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/"