Skip to content
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

WIP Improve how movie and batch seek to clean up on premature exits #6016

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2021

  1. Improve how movie and batch seek to cleanup on premature exits

    See #6007 for motivation.  This PR moves the creation of the cleanup script up front and once we pass the section where the working dir has been created we no longer Return on error but jump to the end of the program so that we can run the cleanup_script before exiting with the error.
    PaulWessel committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    eb03075 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    31c895a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e646336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e3d1dd View commit details
    Browse the repository at this point in the history
  4. use abs path to cleanup script and make it hidden

    SHould work now.
    PaulWessel committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    8a2b4ae View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    a2e977b View commit details
    Browse the repository at this point in the history