Skip to content

Fix Issue #2155 by reordering in the loadup script the component loadups and when their outputs are copied into loadups dir. #2160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fghalasz
Copy link
Member

Fix Issue #2155 (loadup -f -b -x fails can't find full.sysout).

Reordered when things are done in the loadup scripts such that:

  1. The sysouts are copied to into the loadups dir before the aux and db subscripts are done
  2. Exports.all is copied into the loadups directory before the -db load is done.
  3. If full.sysout is newer than exports.all in the loadups dir, the loadup-aux is run before loadup-db to refresh exports.all.

This ensures that the depended-on files are in place before any particular component loadup is run.

No changes to the command line arguments.

…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.
@fghalasz fghalasz requested a review from MattHeffron May 21, 2025 07:36
@fghalasz fghalasz self-assigned this May 21, 2025
@fghalasz fghalasz added the bug Something isn't working (as per documentation) label May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working (as per documentation)
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant