Merge "Fix yumdownloader cache dir"
This commit is contained in:
commit
3614900572
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user