From 47f0e751d37c9cd02457cfc7e904e0cdee8a28ab Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: May 03 2019 19:19:43 +0000 Subject: Call this "Freshmaker ID" in the cli output. Liora saw this and thought it was the koji build ID, but then got very confused when things didn't match with what was really in koji. This is really the "Freshmaker build id", calling it here "Freshmaker id", for short. --- diff --git a/contrib/freshmaker-cli b/contrib/freshmaker-cli index b972f60..f4c3e1c 100755 --- a/contrib/freshmaker-cli +++ b/contrib/freshmaker-cli @@ -333,7 +333,7 @@ def print_detailed_events(events, states=None): return rows - table = [["Build ID", "Task ID", "State", "Name", "NVR", + table = [["Freshmaker ID", "Task ID", "State", "Name", "NVR", "Rebuilt NVR", "State Reason"]] table += _prepare_table(tree)