summaryrefslogtreecommitdiffstats
path: root/update-blocker-wiki
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2011-06-23 08:29:36 -0400
committerJames Laska <jlaska@redhat.com>2011-06-23 08:29:36 -0400
commitd32c2312832d44e555a2487a0c4f74b92c76dd0f (patch)
tree13885561bfe4c6e4462ad125918e845835e3c5f2 /update-blocker-wiki
parent120ed2d3897c4c5ddc7dc4355a50973a340a813c (diff)
downloadscripts-d32c2312832d44e555a2487a0c4f74b92c76dd0f.tar.gz
scripts-d32c2312832d44e555a2487a0c4f74b92c76dd0f.tar.xz
scripts-d32c2312832d44e555a2487a0c4f74b92c76dd0f.zip
Include in [[Category:QA]]
Diffstat (limited to 'update-blocker-wiki')
-rwxr-xr-xupdate-blocker-wiki3
1 files changed, 3 insertions, 0 deletions
diff --git a/update-blocker-wiki b/update-blocker-wiki
index 751295a..5bd5481 100755
--- a/update-blocker-wiki
+++ b/update-blocker-wiki
@@ -329,6 +329,9 @@ guidance on reviewing the following bugs, refer to [[QA:SOP_nth_bug_process]].
# Sorted list of proposed bugs
page_content += wikitable_bugs(bugs_by_component['proposed_nths'], bugs_by_id)
+ # Add a category so this page isn't lost on the wiki
+ page_content += '\n[[Category:QA]]'
+
# Create mediawiki handle
if opts.verbose: print 'Connecting to mediawiki ...'
wiki = MediaWiki('https://fedoraproject.org/w/api.php', cookie_file=opts.cookiefile)