From ea066491adfea08e2a9d1f80ccb6ccd47645e655 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 1 Apr 2022 15:00:00 +0200 Subject: [PATCH] Trying to fix package build in stage develop --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e8293b..b6c2623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -169,6 +169,7 @@ Linter: - rpmdir/SRPMS/*.src.rpm expire_in: '1 week' before_script: + - ls -lA --color=always /etc/yum.repos.d - | echo "All locales" locale -a @@ -178,6 +179,8 @@ Linter: echo "${USED_LOCALE}.${USED_CHARSET}" localedef --charmap UTF-8 --inputfile "${USED_LOCALE}" "${USED_LC}" else + ${YUM} clean all + ${YUM} makecache dnf --assumeyes install langpacks-en glibc-all-langpacks fi - | @@ -207,7 +210,7 @@ Linter: echo echo "Generated /etc/yum.repos.d/pixelpark.repo:" cat /etc/yum.repos.d/pixelpark.repo - - yum makecache + - ${YUM} makecache - ${YUM} --assumeyes upgrade - ${YUM} --assumeyes install ${PYTHON_PACKAGES} gnupg2 rpm-build gettext - ls -l --color=always /bin/python* /bin/pip* || true -- 2.39.5