From 74efb97eeb56373cf7dfa47c25b3da73da0eed63 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 10 Jun 2015 15:26:15 -0700 Subject: [PATCH] core_promote: update to new standard GCE image description format Description will now look like: CoreOS, CoreOS alpha, 695.0.0, amd64-usr published on 2015-05-28 --- core_promote | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core_promote b/core_promote index 70423bdc3f..22b94655f2 100755 --- a/core_promote +++ b/core_promote @@ -93,7 +93,8 @@ fi if [[ ${FLAGS_do_gce} -eq ${FLAGS_TRUE} ]]; then gce_name="coreos-${lower_channel}-${FLAGS_version//./-}-v$(date -u +%Y%m%d)" - gce_desc="CoreOS ${lower_channel} ${FLAGS_version}" + # description must be of the format "Vendor, OS, Version, Description" + gce_desc="CoreOS, CoreOS ${lower_channel}, ${FLAGS_version}, ${FLAGS_board} published on $(date -u +%Y-%m-%d)" gcutil \ --project coreos-cloud \ addimage \