From ff0fe1ebe65b7ccb2761886ecf4211aa69768209 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Dec 08 2018 15:01:59 +0000 Subject: building-modules: remove duplicate "changed" --- diff --git a/modules/ROOT/pages/making-modules/building-modules.adoc b/modules/ROOT/pages/making-modules/building-modules.adoc index aa38042..592e3c8 100644 --- a/modules/ROOT/pages/making-modules/building-modules.adoc +++ b/modules/ROOT/pages/making-modules/building-modules.adoc @@ -36,7 +36,7 @@ There are different rebuild strategies to choose from: * ``all`` — All packages in the module get rebuilt. * ``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 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. +* ``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. To enforce a specific rebuild strategy, submit the module build with the following command: