From: Patrick Talbert <[email protected]>

redhat: genlog.sh should expect genlog.py in the current directory

MR !2095 shuffled around the scripts and incorrectly changed the
expected path of genlog.py. Fix it.

Signed-off-by: Patrick Talbert <[email protected]>

diff --git a/redhat/scripts/genspec/genlog.sh b/redhat/scripts/genspec/genlog.sh
index blahblah..blahblah 100755
--- a/redhat/scripts/genspec/genlog.sh
+++ b/redhat/scripts/genspec/genlog.sh
@@ -32,7 +32,7 @@ cversion="[$DISTBASEVERSION]";
 echo "* $cdate $cname $cversion" > "$clogf"
 
 git log --topo-order --no-merges -z "$GIT_NOTES" "$GIT_FORMAT" \
-       ^"${UPSTREAM}" "$lasttag".. -- ':!/redhat/rhdocs' | 
"${0%/*}"/scripts/genspec/genlog.py >> "$clogf"
+       ^"${UPSTREAM}" "$lasttag".. -- ':!/redhat/rhdocs' | "${0%/*}"/genlog.py 
>> "$clogf"
 
 if [ "$HIDE_REDHAT" = "1" ]; then
        grep -v -e "^- \[redhat\]" "$clogf" |

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2167
_______________________________________________
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]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to