From: Herton R. Krzesinski <herton@xxxxxxxxxx> redhat: drop merge ark patches hack Changelog generation carries a temporary hack to add a merge ark-patches entry in the changelog. I think we can drop this today. Signed-off-by: Herton R. Krzesinski <herton@xxxxxxxxxx> diff --git a/redhat/genlog.sh b/redhat/genlog.sh index blahblah..blahblah 100755 --- a/redhat/genlog.sh +++ b/redhat/genlog.sh @@ -58,14 +58,6 @@ if [ "$MARKER" != "$LAST_MARKER" ]; then rm "$clogf.tmp" "$clogf.unique" fi -# HACK temporary hack until single tree workflow -# Don't reprint all the ark-patches again. -if [ -n "$(git log --oneline --first-parent --grep="Merge ark patches" "$lasttag"..)" ]; then - # Throw away the clogf and just print the summary merge - echo "" > "$clogf" - echo "- Merge ark-patches" >> "$clogf" -fi - # during rh-dist-git genspec runs again and generates empty changelog # create empty file to avoid adding extra header to changelog LENGTH=$(grep -c "^-" "$clogf" | awk '{print $1}') -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1980 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue