Merge "CI: CentOS/Rocky: revert Delorean repo url at the end"

This commit is contained in:
Zuul 2023-01-11 10:39:03 +00:00 committed by Gerrit Code Review
commit 9bd89f6d0d
1 changed files with 4 additions and 1 deletions

View File

@ -114,7 +114,10 @@ RUN if [ -d /etc/yum.repos.d/not-for-ci/ ]; then \
rm ci-{{ base_distro }}.repo && \
mv not-for-ci/*.repo . && \
rm -rf not-for-ci; \
fi
fi; \
sed -i \
-e "s|{{ nodepool_rdo_proxy }}|https://trunk.rdoproject.org|g" \
/etc/yum.repos.d/delorean*.repo
{% elif base_distro == "debian" %}
RUN sed -i -e "s|\[trusted=yes\] http://{{ nodepool_mirror_host }}|http://deb.debian.org|" \
-e "s|\[trusted=yes\] http://{{ nodepool_mirror_host }}|http://security.debian.org|" \