Skip to content

Commit

Permalink
Enable yum plugin support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmateojr authored Oct 4, 2016
1 parent 2ebcda5 commit defb3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtmrepo
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ update_repo() {
(
flock -w ${LOCKWAIT} 1001 || update_lock_error ${_DESTDIR}
YUM0=${_RELEASEVER} YUM1=${_ARCH} yum ${_YUMCONF} --disablerepo=* --enablerepo=${_REPOID} clean metadata &> /dev/null
YUM0=${_RELEASEVER} YUM1=${_ARCH} reposync ${_QUIET} ${_YUMCONF} ${_SYNCALL} -r ${_REPOID} ${_ARCHOPTS} -p ${_DESTDIR} --norepopath
YUM0=${_RELEASEVER} YUM1=${_ARCH} reposync ${_QUIET} ${_YUMCONF} ${_SYNCALL} -r ${_REPOID} ${_ARCHOPTS} -p ${_DESTDIR} --norepopath -l
) 1001> ${_LOCKFILE}
}

Expand Down

0 comments on commit defb3d2

Please sign in to comment.