summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-12-05 18:15:19 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-12-05 18:15:19 +0100
commit5d40450a4bc3effb60e1600116457563aeb4a33e (patch)
tree7a73cc58d8d199a94033dad82e4cb24b5bb4b32c
parent1a61f09a74ff60e48d29eeb3071c4cca4b59ca15 (diff)
downloadwatch-bz-5d40450a4bc3effb60e1600116457563aeb4a33e.tar.gz
watch-bz-5d40450a4bc3effb60e1600116457563aeb4a33e.tar.xz
watch-bz-5d40450a4bc3effb60e1600116457563aeb4a33e.zip
reflect new flags, there can be more rhel-* ones at the same time
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xwatch-bz4
1 files changed, 3 insertions, 1 deletions
diff --git a/watch-bz b/watch-bz
index 11afd54..e619440 100755
--- a/watch-bz
+++ b/watch-bz
@@ -110,7 +110,9 @@ do_watch () {
-e \"s|exception|E|\" \
-e \"s|blocker|BL|\" \
-e \"s|requires_release_note|RN|\" \
- -e \"s|rhel-||\" \
+ -e \"s|docs_scoped|DS|\" \
+ -e \"s|rhel-||g\" \
+ -e \"s|qe_test_coverage||\" \
-e \"s|None||\" \
| ${HERE}/table-data $SEP | cut -c-$WIDTH"
# todo: colours for priorities (rhbz#801626)