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

status: Column output format with timestamps displayed #9

Closed
wants to merge 3 commits into from

Commits on Jun 11, 2014

  1. status: New builtin for system administrators to see deployments

    This allows administrators to configure between deployments and easily see which deployment
    they are booted into as well as indicating which is chronologically most recent.  This makes
    the process more user-friendly, rather than requiring the user to remember which deployment
    checksum corresponds to the most recent upgrade.
    aloverso committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    740f249 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. status: Rework code organization and readability

    This includes several changes to format the code to follow GNU Coding Standards as per
    the restof rpm-ostree.  This includes fixing indentations, adding spaces between
    identifers and parentheses, replacing "goto print" with an else structure, and
    reformatting print statements into complete sentences for internationalization.
    aloverso committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    f7ad94d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. status: Rework format into columns

    After a discussion on what the status command should offer a
    sysadmin, we decided to try a column output format similar to that
    of systemctl or docker images.  This will print the timestamp,
    a truncated checksum, the osname, and the refspec of each
    deployment.  It also includes a --pretty option to print
    the information formatted in rows with the full checksum and a
    title to specify the default and the rollback target.
    aloverso committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    22e6a15 View commit details
    Browse the repository at this point in the history