- rpmdir/SRPMS/*.src.rpm
expire_in: '1 week'
before_script:
+ - ls -lA --color=always /etc/yum.repos.d
- |
echo "All locales"
locale -a
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
- |
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