Skip to content

Commit

Permalink
Upgrade grafana to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Jun 19, 2018
1 parent 9c557f2 commit f26e6be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ gperf/gperf-3.1.tar.gz:
size: 1215925
object_id: 65d1b23c-97f5-4555-719a-9c4c8cc1904f
sha: e3c0618c2d2e5586eda9498c867d5e4858a3b0e2
grafana/grafana-5.1.3.linux-x64.tar.gz:
size: 52436314
object_id: 2a375838-c892-487d-54a0-20ff52d8cee9
sha: f3d888b9b3eb7a68a2b61c7c6e33a70737089787
grafana/grafana-5.1.4.linux-x64.tar.gz:
size: 52436620
object_id: d3730cb3-2bda-4e6a-5d33-c927e193e2ef
sha: 5a76106026c1298d2f547cfe3b240ffd139d0ed2
graphite_exporter/graphite_exporter-0.2.0.linux-amd64.tar.gz:
size: 2954303
object_id: 85cfd62e-a033-4579-8a46-b2b774b09fd4
Expand Down
4 changes: 2 additions & 2 deletions packages/grafana/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mkdir -p ${BOSH_INSTALL_TARGET}/common
cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common

# Extract grafana package
tar xzvf ${BOSH_COMPILE_TARGET}/grafana/grafana-5.1.3.linux-x64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/grafana-5.1.3/* ${BOSH_INSTALL_TARGET}
tar xzvf ${BOSH_COMPILE_TARGET}/grafana/grafana-5.1.4.linux-x64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/grafana-5.1.4/* ${BOSH_INSTALL_TARGET}

# Compile freetype (fontconfig dependency)
tar xzvf ${BOSH_COMPILE_TARGET}/freetype/freetype-2.8.1.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: grafana

files:
- common/utils.sh
- grafana/grafana-5.1.3.linux-x64.tar.gz
- grafana/grafana-5.1.4.linux-x64.tar.gz
- fontconfig/fontconfig-2.12.6.tar.gz
- freefont/freefont-otf-20120503.tar.gz
- freetype/freetype-2.8.1.tar.gz
Expand Down

0 comments on commit f26e6be

Please sign in to comment.