autospec: syntax fix for previous --nosrpm check
This commit is contained in:
parent
8751a555bc
commit
0315d1a69d
2
autodist
2
autodist
@ -1264,7 +1264,7 @@ for JOB_NUM in `seq 1 ${#JOBNAME[*]}`; do
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
# avoid calling autospec with --nosrpm --norpm (not working as expected and not useful)
|
# avoid calling autospec with --nosrpm --norpm (not working as expected and not useful)
|
||||||
if [ "$AUTOSPEC_ARGS/--nosrpm" = "$AUTOSPEC_ARGS" ]; then
|
if [ "${AUTOSPEC_ARGS/--nosrpm}" = "$AUTOSPEC_ARGS" ]; then
|
||||||
echo "== sending source rpms"
|
echo "== sending source rpms"
|
||||||
launch_pkgs_loop send "$AUTOSPEC_ARGS --norpm $SEND_SERVER_CMD"
|
launch_pkgs_loop send "$AUTOSPEC_ARGS --norpm $SEND_SERVER_CMD"
|
||||||
if [ $? -gt 0 ]; then
|
if [ $? -gt 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user