[LOS-1031] change the ELIGIBLE_RPMS in bsauto
Compare changes
+ 1
− 1
@@ -265,7 +265,7 @@ function do_production {
@@ -265,7 +265,7 @@ function do_production {
ELIGIBLE_RPMS=$(find /mnt/data1/dist/cern/centos/7/${REPO}-testing/ -mmin +$((60*24*7)) -type f -name '*.rpm' -not -name '*debuginfo*' -not -name "*src.rpm" -not -path "*/.~tmp~/*" 2>/dev/null | xargs -n1 basename -s .rpm 2>/dev/null)