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

admin/pin: Add commands to pin booted, pending and rollbacks deployments #3146

Commits on Jan 29, 2024

  1. admin/pin: Add commands to pin booted, pending and rollback deployments

    Add new commands to pin the current, staged and previous deployment for
    use in automation and scripting. Right now, it's difficult to pin the
    current deployment without needing to look into the output of some other
    tooling (like rpm-ostree) to get the index of each deployment. This
    index also is not consistent - the current deployment could be 0 when
    you first boot the system then 1 shortly after. This change makes it
    easy to pin the current or future deployment.
    
    Co-authored-by: Robert Sturla <[email protected]>
    Signed-off-by: Eric Curtin <[email protected]>
    ericcurtin and p5 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    cda5103 View commit details
    Browse the repository at this point in the history