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

(Backport 50452, 54022) Add new module freezer #54960

Merged
merged 5 commits into from
Dec 24, 2019

Commits on Dec 3, 2019

  1. Add new module freezer

    Sometimes we need to have a static picture of the repositories
    and packages installed in a system, so we can install new transient
    packages (and the dependencies) and be able to go back to a previous
    state where those packages are not there anymore.
    
    This module allows the user to take this picture, and revert all
    the changes done after this picture. We can remove package,
    reinstall packages that are missing, and do the same for repositories.
    
    (cherry picked from commit efcce01)
    aplanas committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6990cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69037b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6c0612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de7a8c3 View commit details
    Browse the repository at this point in the history
  5. freezer: drop license header

    aplanas committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4e1501a View commit details
    Browse the repository at this point in the history