bugs-in-changelog.sh: Python bugzilla client -t option changed to -s.

This commit is contained in:
Richard W.M. Jones
2017-11-25 21:01:42 +00:00
parent 5eabcdb9fd
commit af4e3b3d3b

View File

@@ -41,7 +41,7 @@ bugids=$(
# Filter out any bugs which may still be in NEW or ASSIGNED:
bugzilla query -b "$bugids" \
-t MODIFIED,POST,ON_QA,PASSES_QA,VERIFIED,RELEASE_PENDING,CLOSED \
-s MODIFIED,POST,ON_QA,PASSES_QA,VERIFIED,RELEASE_PENDING,CLOSED \
--outputformat='%{bug_id} %{short_desc}' |
sort -n -r |
perl -pe '