SHA256
1
0
forked from pool/grafana

Accepting request 926875 from home:witekbedyk:branches:server:monitoring

Autobuild scripts prevent block patches not mentioned in the spec file.
Trying to workaround this here.

OBS-URL: https://build.opensuse.org/request/show/926875
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=61
This commit is contained in:
Witek Bedyk
2021-10-22 10:57:36 +00:00
committed by Git OBS Bridge
parent a029c81581
commit 507d1d28da
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ tar:
tar --format=posix -cf ../$$tar $$basename && \
cd $$basename && \
# Patches for the JS frontend go after here \
patch -p1 -i ../../0001-Add-source-code-reference.patch && \
patch -p1 -i ../../add-source-code-reference && \
# End patches section \
yarn install --pure-lockfile && \
yarn run build && \