fix rawhide propagation check
This commit is contained in:
parent
66bfe0c88c
commit
f439c3862d
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue