From bb332e961389f91f318c8feeb3dd333bb7ac7a71 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 22 Sep 2014 15:13:24 +0000 Subject: chef: Fix build of signed Gems, by doing an unsigned build --- strata/chef/net-ssh-2.9.1.morph | 2 ++ strata/chef/net-ssh-gateway-1.2.0.morph | 2 ++ strata/chef/net-ssh-multi-1.2.0.morph | 2 ++ 3 files changed, 6 insertions(+) diff --git a/strata/chef/net-ssh-2.9.1.morph b/strata/chef/net-ssh-2.9.1.morph index 52afaba6..c06495d5 100644 --- a/strata/chef/net-ssh-2.9.1.morph +++ b/strata/chef/net-ssh-2.9.1.morph @@ -5,6 +5,8 @@ products: - artifact: net-ssh-2.9.1-doc include: - usr/lib/ruby/gems/\d[\w.]*/doc/.* +configure-commands: +- sed -e '/cert_chain\s*=/d' -e '/signing_key\s*=/d' -i net-ssh.gemspec build-commands: - gem build net-ssh.gemspec install-commands: diff --git a/strata/chef/net-ssh-gateway-1.2.0.morph b/strata/chef/net-ssh-gateway-1.2.0.morph index b6e9dc39..c0425002 100644 --- a/strata/chef/net-ssh-gateway-1.2.0.morph +++ b/strata/chef/net-ssh-gateway-1.2.0.morph @@ -5,6 +5,8 @@ products: - artifact: net-ssh-gateway-1.2.0-doc include: - usr/lib/ruby/gems/\d[\w.]*/doc/.* +configure-commands: +- sed -e '/cert_chain\s*=/d' -e '/signing_key\s*=/d' -i net-ssh-gateway.gemspec build-commands: - gem build net-ssh-gateway.gemspec install-commands: diff --git a/strata/chef/net-ssh-multi-1.2.0.morph b/strata/chef/net-ssh-multi-1.2.0.morph index de59ecc9..fc433a37 100644 --- a/strata/chef/net-ssh-multi-1.2.0.morph +++ b/strata/chef/net-ssh-multi-1.2.0.morph @@ -5,6 +5,8 @@ products: - artifact: net-ssh-multi-1.2.0-doc include: - usr/lib/ruby/gems/\d[\w.]*/doc/.* +configure-commands: +- sed -e '/cert_chain\s*=/d' -e '/signing_key\s*=/d' -i net-ssh-multi.gemspec build-commands: - gem build net-ssh-multi.gemspec install-commands: -- cgit v1.2.1