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

fix building of el7 package #1181

Merged
merged 1 commit into from
Dec 19, 2018
Merged

fix building of el7 package #1181

merged 1 commit into from
Dec 19, 2018

Conversation

Dieterbe
Copy link
Contributor

@Dieterbe Dieterbe commented Dec 19, 2018

as of #1177, would error like:

+ fpm -s dir -t rpm -v 0.10.1-340-g0cabc13 -n metrictank -a x86_64 --description 'metrictank, the gorilla-inspired timeseries database backend for graphite' ' --config-files' /etc/metrictank/ -m 'Raintank Inc. <[email protected]>' --vendor grafana.com --license Apache2.0 -C /home/circleci/project/build_tmp/systemd-centos7 -p /home/circleci/project/build_pkg/systemd-centos7/metrictank-0.10.1-340-g0cabc13.el7.x86_64.rpm .
All flags should be before the first argument (stray flags found: ["-m", "--vendor", "--license", "-C", "-p"] {:level=>:warn}
Invalid package configuration: Cannot package the path './ --config-files', does it exist? {:level=>:error}

before this, would error like:
+ fpm -s dir -t rpm -v 0.10.1-340-g0cabc13 -n metrictank -a x86_64 --description 'metrictank, the gorilla-inspired timeseries database backend for graphite' ' --config-files' /etc/metrictank/ -m 'Raintank Inc. <[email protected]>' --vendor grafana.com --license Apache2.0 -C /home/circleci/project/build_tmp/systemd-centos7 -p /home/circleci/project/build_pkg/systemd-centos7/metrictank-0.10.1-340-g0cabc13.el7.x86_64.rpm .
All flags should be before the first argument (stray flags found: ["-m", "--vendor", "--license", "-C", "-p"] {:level=>:warn}
Invalid package configuration: Cannot package the path './ --config-files', does it exist? {:level=>:error}
@Dieterbe Dieterbe merged commit 5e06998 into master Dec 19, 2018
@Dieterbe Dieterbe added this to the 0.11.0 milestone Dec 19, 2018
@Dieterbe Dieterbe deleted the fix-fpm-el7 branch March 27, 2019 21:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant