Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 5e06998

Browse files
authored
Merge pull request #1181 from grafana/fix-fpm-el7
fix building of el7 package
2 parents 0cabc13 + 62aa98e commit 5e06998

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* correctly return error from NewCassandraStore() #1111
7272
* clean way of skipping expensive and integration tests. #1155, #1156
7373
* fix duration vars processing and error handling in cass idx #1141
74-
* update release process, tagging, repo layout and version formatting. update to go1.11.4 #1177, #1180
74+
* update release process, tagging, repo layout and version formatting. update to go1.11.4 #1177, #1180, #1181
7575

7676
# v0.10.1. performance fix: pruning effect on latency, go 1.11, etc. Sep 24, 2018
7777

scripts/build_packages.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ cp ${BUILD_ROOT}/{metrictank,mt-*} ${BUILD}/usr/bin/
128128

129129
PACKAGE_NAME="${PKG}/metrictank-${version_raw}.el7.${ARCH}.rpm"
130130
fpm -s dir -t rpm \
131-
-v ${version_raw} -n metrictank -a ${ARCH} --description "metrictank, the gorilla-inspired timeseries database backend for graphite" \ --config-files /etc/metrictank/ \
131+
-v ${version_raw} -n metrictank -a ${ARCH} --description "metrictank, the gorilla-inspired timeseries database backend for graphite" \
132+
--config-files /etc/metrictank/ \
132133
-m "Raintank Inc. <hello@grafana.com>" --vendor "grafana.com" \
133134
--license "Apache2.0" -C ${BUILD} -p ${PACKAGE_NAME} .
134135

0 commit comments

Comments
 (0)