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

Mixer reset #608

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

Commits on Jan 27, 2020

  1. Implement mixer reset command

    It reverts the mix to a previous version in case of a build failure or in case
    the user wants to roll back to a specific version.
    By default, the command will  bring back the mix to the same state
    it have when it last build a successful mix.
    This value can be overridden if a `--to` flag is provided with a version number.
    The command will not be destructive unless a `--clean` flag is provided specified.
    If so, mixer will delete all files associated with versions that are bigger than the one provided.
    If not, only the values of the state files will change, but the files will be kept.
    
    Signed-off-by: Ashlesha Atrey <[email protected]>
    ashleshaAtrey committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    c2ca375 View commit details
    Browse the repository at this point in the history