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 && \

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Sep 21 07:27:09 UTC 2021 - Witek Bedyk <witold.bedyk@suse.com>
Fri Oct 8 12:28:15 UTC 2021 - Witek Bedyk <witold.bedyk@suse.com>
- Add patch 0001-Add-source-code-reference.patch
- Add patch add-source-code-reference
* Add URL to package source code in the login page footer
-------------------------------------------------------------------