Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Nov 3, 2021
1 parent 897e98b commit ec0c623
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .final_builds/jobs/nfsclient/index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
79d16603489ad0587fc3480a5248157f4be290df89d819427648b121e7586fac:
version: 79d16603489ad0587fc3480a5248157f4be290df89d819427648b121e7586fac
blobstore_id: 7ac52e8e-e34b-411c-4104-2a7dd68c16e7
blobstore_id: 4c248814-d67b-4efd-542c-8187a3bdedb4
sha1: sha256:5489f915404f3aee86db0f7f3e742b0ff76ed905ca6e1f62eabd4a53c0fa094d
format-version: "2"
2 changes: 1 addition & 1 deletion .final_builds/license/index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
b94bcce1aa53c3b00b139b690e9d3a6e9900cbfcf2a33350d3e2f1593dcb07d3:
version: b94bcce1aa53c3b00b139b690e9d3a6e9900cbfcf2a33350d3e2f1593dcb07d3
blobstore_id: 4ae5621a-69ca-48c8-5f2e-a0ed3d8db90a
blobstore_id: 4808ccf0-a1ea-43e5-752b-e6f3f9ffad61
sha1: sha256:09d9791e6a8f32260c9fa65d4d455550044567a166411b39c2de7b1147bc654c
format-version: "2"
2 changes: 1 addition & 1 deletion .final_builds/packages/bosh-helpers-nfs/index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
86572b991776ef9f9bdbd912d85da3770047e6ed3634e5ac63f914e28624f942:
version: 86572b991776ef9f9bdbd912d85da3770047e6ed3634e5ac63f914e28624f942
blobstore_id: 1bee1843-1252-4c21-47c8-c36b891b4cbb
blobstore_id: e4be349d-e9e5-4efd-7b8a-08b57cbc648f
sha1: sha256:9341397c8a785e3ae0b26adab58c941abb55a075b0d528a048194d2b4f8c597c
format-version: "2"
3 changes: 3 additions & 0 deletions blobstore/4808ccf0-a1ea-43e5-752b-e6f3f9ffad61
Git LFS file not shown
3 changes: 3 additions & 0 deletions blobstore/4c248814-d67b-4efd-542c-8187a3bdedb4
Git LFS file not shown
3 changes: 3 additions & 0 deletions blobstore/e4be349d-e9e5-4efd-7b8a-08b57cbc648f
Git LFS file not shown
2 changes: 1 addition & 1 deletion config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--- {}
--- {}
3 changes: 1 addition & 2 deletions config/final.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
name: nfsclient
name: nfsclient-boshrelease
blobstore:
provider: local
options:
Expand Down
4 changes: 2 additions & 2 deletions create-final-public-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
##

RELEASE="nfsclient"
DESCRIPTION="Bosh release to add nfsclient pacakges from distribution and setup a mountpoint"
DESCRIPTION="Bosh release to add nfsclient packages from distribution and setup a nfs mountpoint"
GITHUB_REPO="SpringerPE/nfsclient-boshrelease"

###
Expand Down Expand Up @@ -157,7 +157,7 @@ echo -n " URL: "
$CURL -H "Authorization: token $GITHUB_TOKEN" -H "Content-Type: application/octet-stream" --data-binary @"/tmp/$RELEASE-$$.tgz" "https://uploads.github.com/repos/$GITHUB_REPO/releases/$releaseid/assets?name=$RELEASE.tgz" | $JQ -r '.browser_download_url'

# Delete the release
rm -f "/tmp/$RELEASE-$$.tgz"
# rm -f "/tmp/$RELEASE-$$.tgz"

echo
echo "*** Description https://github.com/$GITHUB_REPO/releases/tag/v$version: "
Expand Down
2 changes: 1 addition & 1 deletion releases/nfsclient/index.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
builds:
912ae1b1-3c2c-4be9-415d-514ee6912dc4:
43ca619f-eff2-4d7d-5036-0aef4bfad054:
version: "1"
format-version: "2"
4 changes: 2 additions & 2 deletions releases/nfsclient/nfsclient-1.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nfsclient
version: "1"
commit_hash: e5a12e1
uncommitted_changes: false
commit_hash: 897e98b
uncommitted_changes: true
jobs:
- name: nfsclient
version: 79d16603489ad0587fc3480a5248157f4be290df89d819427648b121e7586fac
Expand Down

0 comments on commit ec0c623

Please sign in to comment.