hey look ma I can fix sh scripts too
This commit is contained in:
parent
b87b19df3c
commit
5a61fd46fc
1 changed files with 4 additions and 0 deletions
|
@ -18,7 +18,11 @@ fi
|
|||
|
||||
# check propagation for the active branches
|
||||
for version in `jq -r ".results[$i].version" < ${ACTIVE} | grep -v Rawhide`; do
|
||||
if [[ ${version -lt 28 ]]; then
|
||||
${CRAWLER} --propagation --proppath updates/${version}/x86_64/repodata --threads 50 2>&1 | grep SHA256 > ${LOGBASE}/f${version}_updates-propagation.log.$( date +%s )
|
||||
else
|
||||
${CRAWLER} --propagation --proppath updates/${version}/Everything/x86_64/repodata --threads 50 2>&1 | grep SHA256 > ${LOGBASE}/f${version}_updates-propagation.log.$( date +%s )
|
||||
fi
|
||||
done
|
||||
|
||||
# check propagation for the development branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue