[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Markus Roberts
Markus at reality.com
Wed Jul 14 10:37:10 UTC 2010
The following commit has been merged in the upstream branch:
commit 3fbc1d57f07598de225ac805ff000733480c9ff8
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Jul 10 10:37:52 2010 +1000
Updated GPG rake signing task for new Puppet Labs key
diff --git a/tasks/rake/sign.rake b/tasks/rake/sign.rake
index 2eed60d..f96a460 100644
--- a/tasks/rake/sign.rake
+++ b/tasks/rake/sign.rake
@@ -1,14 +1,14 @@
-desc "Sign to the package with the Reductive Labs release key"
+desc "Sign to the package with the Puppet Labs release key"
task :sign_packages do
version = Puppet::PUPPETVERSION
# Sign package
-sh "gpg --homedir $HOME/release_key --detach-sign --output pkg/puppet-#{version}.tar.gz.sign --armor pkg/puppet-#{version}.tar.gz"
+sh "gpg --homedir $HOME/pl_release_key --detach-sign --output pkg/puppet-#{version}.tar.gz.sign --armor pkg/puppet-#{version}.tar.gz"
# Sign gem
-sh "gpg --homedir $HOME/release_key --detach-sign --output pkg/puppet-#{version}.gem.sign --armor pkg/puppet-#{version}.gem"
+sh "gpg --homedir $HOME/pl_release_key --detach-sign --output pkg/puppet-#{version}.gem.sign --armor pkg/puppet-#{version}.gem"
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list