Accepting request 1077759 from home:expeehaa:branches:server:monitoring

- Remove web-ui archives during "make clean".

OBS-URL: https://build.opensuse.org/request/show/1077759
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=71
This commit is contained in:
Johannes Kastl 2023-04-13 13:22:52 +00:00 committed by Git OBS Bridge
parent 7b544c73a9
commit 71baef2f89
2 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SPEC = golang-github-prometheus-prometheus.spec
default: clean tar
clean:
rm -f $(NAME)-*.tar $(NAME)-*.tar.gz
rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz
tar:
osc service disabledrun

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 6 15:50:42 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
- Remove web-ui archives during "make clean".
-------------------------------------------------------------------
Wed Apr 5 11:28:56 UTC 2023 - Witek Bedyk <witold.bedyk@suse.com>