From af4e3b3d3b8b67720c03b9d46e4f8074b75b1bc3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 25 Nov 2017 21:01:42 +0000 Subject: [PATCH] bugs-in-changelog.sh: Python bugzilla client -t option changed to -s. --- bugs-in-changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugs-in-changelog.sh b/bugs-in-changelog.sh index 3b32e032b..425829f01 100755 --- a/bugs-in-changelog.sh +++ b/bugs-in-changelog.sh @@ -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 '