summaryrefslogtreecommitdiff
path: root/strata/chef/net-ssh-2.9.1.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-09-25 08:47:49 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-09-26 08:27:41 +0100
commit3a2f641e4e70e76ffa77629c6208970c1a7af667 (patch)
treee6635788976c616017c05b5ea93432f9b2dc769e /strata/chef/net-ssh-2.9.1.morph
parentc844667a718e8640d9ae2b7640a3b0dc0fb53b0e (diff)
downloaddefinitions-baserock/ps/reorganise-definitions.tar.gz
Proposed re-org of definitions repobaserock/ps/reorganise-definitions
Diffstat (limited to 'strata/chef/net-ssh-2.9.1.morph')
-rw-r--r--strata/chef/net-ssh-2.9.1.morph15
1 files changed, 0 insertions, 15 deletions
diff --git a/strata/chef/net-ssh-2.9.1.morph b/strata/chef/net-ssh-2.9.1.morph
deleted file mode 100644
index c06495d5..00000000
--- a/strata/chef/net-ssh-2.9.1.morph
+++ /dev/null
@@ -1,15 +0,0 @@
-name: net-ssh-2.9.1
-kind: chunk
-description: Automatically generated by rubygems.to_chunk
-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:
-- mkdir -p "$DESTDIR/$(gem environment home)"
-- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
- --ignore-dependencies --local ./net-ssh-2.9.1.gem