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:
committed by
Git OBS Bridge
parent
f4cc777309
commit
5843cd47b1
11
Makefile
11
Makefile
@@ -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 . && \
|
||||
|
Reference in New Issue
Block a user