From f439c3862db1fdda492246cbed42cd54e4611443 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 2 Mar 2016 08:48:14 +0000 Subject: [PATCH] fix rawhide propagation check --- roles/mirrormanager/crawler/files/check_propagation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/crawler/files/check_propagation.sh b/roles/mirrormanager/crawler/files/check_propagation.sh index 19aa2a94bb..5bc0a136b3 100755 --- a/roles/mirrormanager/crawler/files/check_propagation.sh +++ b/roles/mirrormanager/crawler/files/check_propagation.sh @@ -22,7 +22,7 @@ for version in `jq -r ".collections[$i].version" < ${ACTIVE}`; do done # check propagation for the development branch -${CRAWLER} --propagation --threads 50 2>&1 | grep SHA256 > ${LOGBASE}/development-propagation.log.$( date +%s ) +${CRAWLER} --propagation --proppath development/rawhide/Everything/x86_64/os/repodata --threads 50 2>&1 | grep SHA256 > ${LOGBASE}/development-propagation.log.$( date +%s ) # clean up log files older than 14 days /usr/sbin/tmpwatch --mtime 14d ${LOGBASE}