Skip to content

Commit

Permalink
Create akoranga-go package.
Browse files Browse the repository at this point in the history
  • Loading branch information
krasio committed Dec 21, 2018
1 parent 9801c1f commit b688714
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/blobs.yml
@@ -1 +1,3 @@
--- {}
akoranga-go-boshrelease/akoranga-go-bosh-0.0.2-linux-amd64.tgz:
size: 2330688
sha: 1d5c9f0ce9e1adc5090713faa5f40d5a0a6d6e7b
4 changes: 4 additions & 0 deletions config/final.yml
@@ -1 +1,5 @@
name: akoranga-go-boshrelease

---
blobstore:
provider: local
3 changes: 2 additions & 1 deletion jobs/app/spec
Expand Up @@ -4,6 +4,7 @@ name: app
templates:
ctl.erb: bin/ctl

packages: []
packages:
- akoranga-go

properties: {}
7 changes: 7 additions & 0 deletions packages/akoranga-go/packaging
@@ -0,0 +1,7 @@
set -e

VERSION=bosh-0.0.2

tar -xzvf akoranga-go-boshrelease/akoranga-go-${VERSION}-linux-amd64.tgz -C ${BOSH_INSTALL_TARGET}/
chmod +x ${BOSH_INSTALL_TARGET}/akoranga-go-${VERSION}-linux-amd64
ln ${BOSH_INSTALL_TARGET}/akoranga-go-${VERSION}-linux-amd64 ${BOSH_INSTALL_TARGET}/akoranga-go
7 changes: 7 additions & 0 deletions packages/akoranga-go/spec
@@ -0,0 +1,7 @@
---
name: akoranga-go

dependencies: []

files:
- akoranga-go-boshrelease/akoranga-go-bosh-0.0.2-linux-amd64.tgz

0 comments on commit b688714

Please sign in to comment.