From 5f60d21bf9356e39edad903b7267eaecf77c1bf2 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 9 Jul 2021 19:08:31 -0400 Subject: [PATCH] ci: encourage adding Bodhi update link to fast-track overrides See discussion in https://github.com/coreos/fedora-coreos-config/pull/1096#pullrequestreview-703323756. --- ci/remove-graduated-overrides.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/remove-graduated-overrides.py b/ci/remove-graduated-overrides.py index 0734174796..598891c954 100755 --- a/ci/remove-graduated-overrides.py +++ b/ci/remove-graduated-overrides.py @@ -18,8 +18,9 @@ # # IMPORTANT: YAML comments *will not* be preserved. All `pin` overrides *must* # include a URL in the `metadata.reason` key. Overrides of type `fast-track` -# *should* include a URL in the `metadata.reason` key, though it's acceptable to -# omit one for FCOS-specific packages (e.g. ignition, afterburn, etc...). +# *should* include a Bodhi update URL in the `metadata.bodhi` key and a URL +# in the `metadata.reason` key, though it's acceptable to omit a `reason` +# for FCOS-specific packages (ignition, afterburn, etc.). """