From: Jeremy Cline <[email protected]>

Have the script sign off the configuration patches it generates.
Although it seems somewhat meaningless to have a script agree to the
terms of the DCO, the authors of the script authoring the patches have
and this makes running a CI job to check all patches for Signed-off-by
tags simpler.

Signed-off-by: Jeremy Cline <[email protected]>
---
 redhat/gen_config_patches.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redhat/gen_config_patches.sh b/redhat/gen_config_patches.sh
index a68eab4ac3e8..9f2c70efc662 100755
--- a/redhat/gen_config_patches.sh
+++ b/redhat/gen_config_patches.sh
@@ -118,6 +118,6 @@ for f in "$config_bundles_dir"/*; do
        fi
        # One file path is done, time to commit!
        git add redhat/configs
-       git commit -F "$tmpdir"/commit
+       git commit -s -F "$tmpdir"/commit
        git checkout os-build
 done
-- 
2.26.2
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to