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

Use different name for builder and exported VM #539

Merged
merged 1 commit into from
Jan 13, 2024

Commits on Jan 13, 2024

  1. Use different name for builder and exported VM

    This allows building a new VM for the current semester while a previous
    build of the same semester is still registered in VirtualBox. It doesn't
    help having multiple builds of the same VM going at the same time but it
    makes things slightly smoother. The exported VM gets to keep the same
    name pattern it's always had via the `vmname` argument to
    `VBoxManage export`.
    
    Additionally, the `legacy_isotime` function invocation is replaced with
    the recommended migration path.
    laurelmay committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    59df295 View commit details
    Browse the repository at this point in the history