From 4af81ebf4d8c72abbe6857b98b834f41ac6eab45 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 29 2024 10:19:48 +0000 Subject: mass rebuild: also remove rebuild target We want to remove the rebuild target after the rebuild is done so people don't try and build things in it. Also, it means kojira would be doing an extra newrepo all the time, so we should remove it to stop that too. Signed-off-by: Kevin Fenzi --- diff --git a/modules/release_guide/pages/mass_rebuild.adoc b/modules/release_guide/pages/mass_rebuild.adoc index 45020ba..1858c23 100644 --- a/modules/release_guide/pages/mass_rebuild.adoc +++ b/modules/release_guide/pages/mass_rebuild.adoc @@ -258,6 +258,8 @@ email) . Clone or checkout the latest copy of the https://pagure.io/releng[releng git repository] . Run the `mass-tag.py` script (requires koji kerberos authentication) +. Remove the koji target for the rebuild: +$ koji remove-target f{rawhide}-rebuild + ____ [source,subs="attributes+"]