Quiet option for createrepo (YUM)
[git-tools-moved-to-github.git] / update-archive / update-yum-archive.sh
index 4983186..6297ce5 100755 (executable)
@@ -125,7 +125,7 @@ for rdir in ${dirs_to_upd}; do
   if test -d $rdir && ls -A $rdir; then
        # Get rid of createrepo warnings
        # https://bugs.launchpad.net/ubuntu/+source/createrepo/+bug/530015
-       createrepo --update ${rdir} 2>&1 |
+       createrepo -q --update ${rdir} 2>&1 |
                grep -v DeprecationWarning:|grep -v '  import'
        if test -f ${rdir}/repodata/repomd.xml.asc; then
                rm ${rdir}/repodata/repomd.xml.asc