Accepting request 1133224 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1133224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitea-runner-image?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-12-15 20:48:43 +00:00 committed by Git OBS Bridge
commit 51491a1e8b
2 changed files with 6 additions and 1 deletions

View File

@ -38,6 +38,6 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends osc expect obs-service-source_validator openSUSE-release openSUSE-release-appliance-docker; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends osc expect obs-service-source_validator typescript git openSUSE-release openSUSE-release-appliance-docker; zypper -n clean; rm -rf /var/log/*
COPY osc_checkout /usr/bin/osc_checkout
RUN set -euo pipefail; chmod +x /usr/bin/osc_checkout

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 14 11:15:33 UTC 2023 - Alex Lau <alau@suse.com>
- Add typescript and git packages
-------------------------------------------------------------------
Mon Dec 11 07:14:09 UTC 2023 - SUSE Update Bot <bci-internal@suse.de>