esac
done
+if [ "${alloc_idents[*]}" ]; then
+ if [ x"$OSSTEST_TASK" = x ]; then
+ # We would have to make a dynamic task and hold the
+ # fd for it in this script. Would be quite awkward.
+ echo >&2 'cannot hand-allocate in a way that will free'
+ exit 1
+ fi
+fi
+
flight=$(./cs-adjust-flight new:$blessing)
progress "new flight is $flight"
fi
if [ "${alloc_idents[*]}" ]; then
- if [ x"$OSSTEST_TASK" = x ]; then
- # We would have to make a dynamic task and hold the
- # fd for it in this script. Would be quite awkward.
- echo >&2 'cannot hand-allocate in a way that will free'
- exit 1
- fi
-
progress "allocating ${alloc_idents[*]} ..."
alloc_output=tmp/$flight.allocations
./mg-allocate \