You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the -b , or equivalent, options shouldn't be processed until after earlier stage files have been copied/linked, and those generated by -b should be handled separately.
The text was updated successfully, but these errors were encountered:
…ered loadup so that the sysouts are copied to loadups before loadup-aux and loadup-db are run, and that the product of loadup-aux are copied to loadups before loadup-db is run -- all to make sure that the right prerequisites are available in loadups when needed. Also forced a run of loadup-aux if full.sysout is newer than exports.all when -db is specified.
doing a loadup from scratch to create the
full.sysout
and the aux and db supplemental files fails when attempting the db stage.medley/scripts/loadups
./loadup -f -b -x
full.sysout
loadup-db-from-full
with error:loadups/
It seems that the
-b
, or equivalent, options shouldn't be processed until after earlier stage files have been copied/linked, and those generated by-b
should be handled separately.The text was updated successfully, but these errors were encountered: