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

Add auto-clean functionality #2

Merged
merged 6 commits into from
Dec 9, 2018
Merged

Add auto-clean functionality #2

merged 6 commits into from
Dec 9, 2018

Commits on Dec 5, 2018

  1. Add --auto-clean option to run

    Handy for scripts, now you can have the convenience of always running
    with --clean without the overhead of always rebuilding the container.
    
    Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
    qur committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    944211c View commit details
    Browse the repository at this point in the history
  2. Don't ask for a terminal in build

    We don't really need a terminal, and might not have one.
    
    Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
    qur committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    6da5fa3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Fix build script

    If there is a wr command available that doesn't support --auto-clean build
    fails, so add --auto-clean to the bootstrap check ...
    
    Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
    qur committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    d2b77a0 View commit details
    Browse the repository at this point in the history
  2. Make auto clean available as a local config option

    Now you can make auto-clean the default behaviour by enabling it in your local
    configuration file. If you wish to explictly not use it, then you can specify
    the --no-auto-clean command line option.
    
    Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
    qur committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    096b580 View commit details
    Browse the repository at this point in the history
  3. Create new container after removing old

    If we remove the container because it was out of date (and removeOld was set),
    then we should immediately hand off to Create - as we would if the container
    didn't exist in the first place.
    
    Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
    qur committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    69d8efb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Add auto-clean to documentation

    Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
    qur committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    0f955a9 View commit details
    Browse the repository at this point in the history