You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have a deployment ID, why not show that in rpm-ostree status ? Even the timestamp is the same in the output ? How can some figure out which exact deployment is being referred from the rpm-ostree status output ?
The text was updated successfully, but these errors were encountered:
For example if I want to figure out which deployment has this diff " Diff: 2 upgraded, 1 downgraded, 8 added", I have to list all deployement commits via above jq, and then do rpm-ostree db diff <commit1> <commit2> for all 3 pairs of commits and then figure out which deployment was being referred by rpm-ostree status for this
Its hard to tell which deployment is being referred to when listing deployments using rpm-ostree status. I have to use --json all the time
Note - Some info is hidden due to privacy concerns
For example
All deployments have same timestamp, and same origin commit. But they have different packages.
Its very hard for me to know which exact deployment has which diff, and which exact deployment is active.
I have to use this
Since we have a deployment ID, why not show that in rpm-ostree status ? Even the timestamp is the same in the output ? How can some figure out which exact deployment is being referred from the rpm-ostree status output ?
The text was updated successfully, but these errors were encountered: