From: Prarit Bhargava <[email protected]> redhat/scripts/rh-dist-git.sh: Fix outdated cvs reference
dontdiff is in the redhat/git directory. Signed-off-by: Prarit Bhargava <[email protected]> diff --git a/redhat/scripts/rh-dist-git.sh b/redhat/scripts/rh-dist-git.sh index blahblah..blahblah 100755 --- a/redhat/scripts/rh-dist-git.sh +++ b/redhat/scripts/rh-dist-git.sh @@ -46,7 +46,7 @@ upload_list="$TARBALL $KABI_TARBALL $KABIDW_TARBALL" upload $upload_list echo "Creating diff for review ($tmpdir/diff) and changelog" -# diff the result (redhat/cvs/dontdiff). note: diff reuturns 1 if +# diff the result (redhat/git/dontdiff). note: diff reuturns 1 if # differences were found diff -X "$REDHAT"/git/dontdiff -upr "$tmpdir/$PACKAGE_NAME" "$REDHAT"/rpm/SOURCES/ > "$tmpdir"/diff; # creating the changelog file -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1994 _______________________________________________ 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
