Signed-off-by: Jacob Helwig <[email protected]>
---
Also available in:
git://github.com/jhelwig/puppet-dashboard.git ticket/next/4513
lib/tasks/package.rake | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/lib/tasks/package.rake b/lib/tasks/package.rake
index 7edcdad..8626f19 100644
--- a/lib/tasks/package.rake
+++ b/lib/tasks/package.rake
@@ -7,6 +7,7 @@ namespace :package do
cp_r File.join('ext', 'packaging', 'debian'), '.'
cmd = 'dpkg-buildpackage -a'
cmd << ' -us -uc' if ENV['UNSIGNED'] == '1'
+ cmd << " -k#{ENV['KEY_ID']}" if ENV['KEY_ID']
begin
sh cmd
@@ -17,6 +18,11 @@ namespace :package do
!! Perhaps you want to run:
rake package:deb UNSIGNED=1
+
+!! Or provide a specific key id:
+
+ rake package:deb KEY_ID=4BD6EC30
+
HERE
end
end
--
1.7.3.1
--
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.