status: Only show one of BaseCommit/Commit

Following up on the previous commit regarding timestamps - the checksum of the
derived commit isn't very useful. It's not going to be the same between any two
people's systems. What we should show instead is the rpm-md repository
timestamps.

In the short term though, I think omitting this even without the rpm-md
timestamps is better.  Less visual clutter.

Closes: #697
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-03-21 12:51:48 -04:00 committed by Atomic Bot
parent 77548d06ee
commit 35436827af

View File

@ -267,7 +267,8 @@ status_generic (RPMOSTreeSysroot *sysroot_proxy,
if (is_locally_assembled)
print_kv ("BaseCommit", max_key_len, base_checksum);
print_kv ("Commit", max_key_len, checksum);
else
print_kv ("Commit", max_key_len, checksum);
/* Show any difference between the baseref vs head, but only for the
booted commit, and only if there isn't a pending deployment. Otherwise