mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
bugs-in-changelog.sh: Match at least 3 digits after RHEL- for Jira issue
We could match on 1- and 2-digit RHEL issues, thus matching strings like "RHEL-9" and "RHEL-10". No such Jira issues exist for us. (cherry picked from commit 846ecb2b3840212c6f2cad6a15a6b33cd2e912bf)
This commit is contained in:
@@ -62,7 +62,7 @@ bugzilla \
|
|||||||
# list them.
|
# list them.
|
||||||
jiraids=$(
|
jiraids=$(
|
||||||
git log "$1" |
|
git log "$1" |
|
||||||
grep -Eio 'RHEL-[0-9]+' |
|
grep -Eio 'RHEL-[0-9]{3,}' |
|
||||||
sort -u
|
sort -u
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user