From: Patrick Talbert <ptalb...@redhat.com> [redhat] process_configs.sh: wrap new config details in markdown codeblocks
This should make the new configs MR descriptions slightly easier to understand. Signed-off-by: Patrick Talbert <ptalb...@redhat.com> diff --git a/redhat/configs/process_configs.sh b/redhat/configs/process_configs.sh index blahblah..blahblah 100755 --- a/redhat/configs/process_configs.sh +++ b/redhat/configs/process_configs.sh @@ -154,12 +154,14 @@ parsenewconfigs() split($0, a, " "); symbol="CONFIG_"a[2]; outfile=BASE "/fake_"symbol + print "# ~~~" >> outfile; } /-----/ { if (inpatch == 0) { inpatch = 1; } else { + print "# ~~~" >> outfile; if (symbol != "none") { print "# Commit: "commit >> outfile system("cat " outfile " " BASE "/" symbol " > " BASE "/tmpf"); -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3946 -- _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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/kernel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue