cbuildbot: log sdk version in summary
This makes it so that the stage summary includes the chroot version.
When we bootstrap, it'll show the whole tarball version string.
Once we finish, it'll show the chroot version #.
BUG=None
TEST=`cbuildbot chromiumos-sdk` shows stage3 ver #
TEST=`cbuildbot link-firmware` shows cros-sdk ver # and chroot ver #
TEST=`./buildbot/run_tests` passes
Change-Id: I783fc4dfc4040e43563f9a78868250a5ec137e2e
Reviewed-on: https://chromium-review.googlesource.com/176380
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
diff --git a/scripts/cbuildbot.py b/scripts/cbuildbot.py
index 3e2d272..9e9277a 100644
--- a/scripts/cbuildbot.py
+++ b/scripts/cbuildbot.py
@@ -1158,8 +1158,8 @@
group = CustomGroup(
parser,
- 'Internal ChromeOS Build Team Options',
- 'Caution: these are for meant for the ChromeOS build team only')
+ 'Internal Chromium OS Build Team Options',
+ 'Caution: these are for meant for the Chromium OS build team only')
group.add_remote_option('--archive-base', type='gs_path',
help='Base GS URL (gs://<bucket_name>/<path>) to '