Accepting request 810636 from home:jcavalheiro:monitoring

Update to v7.0.1

OBS-URL: https://build.opensuse.org/request/show/810636
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=41
This commit is contained in:
Lars Vogdt
2020-06-03 23:19:01 +00:00
committed by Git OBS Bridge
parent f4cc777309
commit 5843cd47b1
8 changed files with 117 additions and 18 deletions

View File

@@ -21,14 +21,9 @@ tar:
gunzip ../$$tar.gz && \
tar -xf ../$$tar && \
cd $$basename && \
# Patches for the JS frontend go after here
# No patches currently needed
# End patches section
# exclude the phantomjs-prebuilt binary module from the webpack \
sed -i '/phantomjs-prebuilt/d' package.json && \
# nuke grunt task for copying phantomjs \
rm -f scripts/grunt/options/phantomjs.js && \
sed -i '/phantomjs/d' scripts/grunt/*.js && \
# Patches for the JS frontend go after here \
# No patches currently needed \
# End patches section \
yarn install --pure-lockfile && \
grunt release && \
cp -pr tmp/public . && \