From 0afa098e0bdd504e1992209b9c88af52f9ed5bda Mon Sep 17 00:00:00 2001 From: mprahl Date: Jun 24 2019 20:16:48 +0000 Subject: Add a link to the MBS rebuild strategies documentation --- diff --git a/modules/ROOT/pages/making-modules/building-modules.adoc b/modules/ROOT/pages/making-modules/building-modules.adoc index 29075f1..6f933d7 100644 --- a/modules/ROOT/pages/making-modules/building-modules.adoc +++ b/modules/ROOT/pages/making-modules/building-modules.adoc @@ -55,6 +55,9 @@ There are different rebuild strategies to choose from: * ``only-changed`` — Only packages that have changed since the last successful build get rebuilt. This is the **default** in Fedora. * ``changed-and-after`` — This one leverages xref:making-modules/defining-modules.adoc#_building_in_a_specific_order_optional[build groups (buildorder)]. Packages that have changed since the last successful build get rebuilt, and also all packages with a buildorder higher than any of the changed ones get rebuilt as well. +For more detailed information, please see the +https://pagure.io/fm-orchestrator/blob/master/f/docs/REBUILD_STRATEGIES.rst[MBS rebuild strategies documentation]. + To enforce a specific rebuild strategy, submit the module build with the following command: ----