Skip to content

Commit

Permalink
reset release to use git lfs and create a new dev version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Jun 16, 2022
1 parent 6969646 commit a62723e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 68 deletions.
10 changes: 0 additions & 10 deletions .final_builds/jobs/mtail/index.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .final_builds/license/index.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .final_builds/packages/bosh-helpers/index.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .final_builds/packages/mtail/index.yml

This file was deleted.

15 changes: 3 additions & 12 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
mtail/mtail_v3.0.0-rc34_linux_amd64:
size: 15584876
object_id: b2c9532c-8483-4fac-77c9-413a84198244
sha: 1f86d12c8f639a055b56c46cd8b682534fd47b92
mtail/mtail_v3.0.0-rc36_linux_amd64:
size: 16810540
object_id: 4343e9be-589d-43ee-4bd4-0697d016706c
sha: sha256:a30af629885ee285a54cf9e9984853a313a55a699a8b23d06b583e6417337797
mtail/mtail_v3.0.0-rc38_linux_amd64:
size: 16100791
object_id: e0f63941-c8e7-46e2-5925-b4b5ad1c413c
sha: sha256:93090a6a924a2beb6d767972c55b6e6ec642addda1918a741b843a0a1473b981
mtail/mtail_3.0.0-rc49_Linux_x86_64.tar.gz:
size: 8160398
sha: sha256:9183f75a7268dedacbd8795c08d21e63e14a73b40e2ef3cfe8d785eb08118427
2 changes: 1 addition & 1 deletion config/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dev_name: mtail
blobstore:
provider: local
latest_release_filename: "/home/jriguera/devel/work/mtail-boshrelease/dev_releases/mtail/mtail-0+dev.7.yml"

10 changes: 4 additions & 6 deletions packages/mtail/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
set -e -x

BOSH_PACKAGES_DIR=${BOSH_PACKAGES_DIR:-/var/vcap/packages}
MTAIL_VERSION=$(ls -vr mtail/mtail_*_linux_amd64 | sed 's/.*\/mtail_v\(.*\)_linux_amd64$/\1/' | head -1)
MTAIL_VERSION=$(ls -vr mtail/mtail_*_Linux_x86_64.tar.gz | sed 's/.*\/mtail_\(.*\)_Linux_x86_64.tar.gz$/\1/' | head -1)

# Build mtail_v3.0.0-rc34_linux_amd64
echo "Installing mtail binaries version $MTAIL_VERSION ..."
echo "Extracting mtail version ${MTAIL_VERSION} ... "
mkdir -p ${BOSH_INSTALL_TARGET}/bin

# copy binaries
cp -a mtail/mtail_v${MTAIL_VERSION}_linux_amd64 ${BOSH_INSTALL_TARGET}/bin/mtail
tar xzf "mtail/mtail_${MTAIL_VERSION}_Linux_x86_64.tar.gz" -C ${BOSH_INSTALL_TARGET}
mv ${BOSH_INSTALL_TARGET}/mtail ${BOSH_INSTALL_TARGET}/bin/mtail
chmod a+x ${BOSH_INSTALL_TARGET}/bin/*

# Install shell helpers
Expand Down
2 changes: 1 addition & 1 deletion packages/mtail/spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: mtail
dependencies: []

files:
- mtail/mtail_v3.0.0-rc38_linux_amd64 # https://github.com/google/mtail/releases/download/v3.0.0-rc38/mtail_v3.0.0-rc38_linux_amd64
- mtail/mtail_3.0.0-rc49_Linux_x86_64.tar.gz # https://github.com/google/mtail/releases/download/v3.0.0-rc49/mtail_3.0.0-rc49_Linux_x86_64.tar.gz
- bosh-helpers/**/*

0 comments on commit a62723e

Please sign in to comment.