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:
parent
a029c81581
commit
507d1d28da
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ tar:
|
|||||||
tar --format=posix -cf ../$$tar $$basename && \
|
tar --format=posix -cf ../$$tar $$basename && \
|
||||||
cd $$basename && \
|
cd $$basename && \
|
||||||
# Patches for the JS frontend go after here \
|
# 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 \
|
# End patches section \
|
||||||
yarn install --pure-lockfile && \
|
yarn install --pure-lockfile && \
|
||||||
yarn run build && \
|
yarn run build && \
|
||||||
|
@ -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
|
* Add URL to package source code in the login page footer
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user