Skip to content
Snippets Groups Projects
Commit bb8ff941 authored by Henrik Triem's avatar Henrik Triem
Browse files

Update to 15.3

parent 0dcd1a58
No related branches found
No related tags found
1 merge request!5Include support for 15.3
Pipeline #18853 failed
FROM opensuse/leap:15.2 FROM opensuse/leap:15.3
RUN zypper refresh -f \ RUN zypper refresh -f \
&& zypper update -y \ && zypper update -y \
...@@ -13,7 +13,7 @@ RUN zypper --non-interactive install --no-recommends \ ...@@ -13,7 +13,7 @@ RUN zypper --non-interactive install --no-recommends \
cmake libopenssl-devel ccache \ cmake libopenssl-devel ccache \
&& zypper clean && zypper clean
RUN OBS_DIST=openSUSE_Leap_15.2 \ RUN OBS_DIST=openSUSE_Leap_15.3 \
&& zypper --non-interactive addrepo https://download.opensuse.org/repositories/home:/icinga/"${OBS_DIST}"/home:icinga.repo \ && zypper --non-interactive addrepo https://download.opensuse.org/repositories/home:/icinga/"${OBS_DIST}"/home:icinga.repo \
&& zypper --gpg-auto-import-keys --non-interactive install spectool createrepo \ && zypper --gpg-auto-import-keys --non-interactive install spectool createrepo \
&& zypper clean -a && zypper clean -a
......
File moved
all: all:
$(MAKE) -C 15.2 $(MAKE) -C 15.3
push: push:
$(MAKE) -C 15.2 push $(MAKE) -C 15.3 push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment