mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Forgot to prefix the version with 'f'
This commit is contained in:
@@ -22,7 +22,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
for version in `jq -r ".collections[$i].version" < ${ACTIVE}`; do
|
||||
${PROPAGATION} --outdir ${OUTPUT} --logfiles "${LOGBASE}/f${version}*" --prefix ${version}_updates
|
||||
${PROPAGATION} --outdir ${OUTPUT} --logfiles "${LOGBASE}/f${version}*" --prefix f${version}_updates
|
||||
done
|
||||
|
||||
${PROPAGATION} --outdir ${OUTPUT} --logfiles "${LOGBASE}/development*"
|
||||
|
||||
Reference in New Issue
Block a user