Merge "Fix yumdownloader cache dir"

This commit is contained in:
Zuul 2020-06-10 16:24:53 +00:00 committed by Gerrit Code Review
commit 3614900572
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ function _install_repos {
TMPDIR=${temp_tmp} yumdownloader --verbose \
--releasever=$DIB_RELEASE \
--setopt=reposdir=$repo \
--setopt=cachedir=$temp_tmp \
--destdir=$WORKING \
${packages} && rc=$? || rc=$?
rm -rf ${temp_tmp}