From d32c2312832d44e555a2487a0c4f74b92c76dd0f Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 23 Jun 2011 08:29:36 -0400 Subject: Include in [[Category:QA]] --- update-blocker-wiki | 3 +++ 1 file changed, 3 insertions(+) (limited to 'update-blocker-wiki') 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) -- cgit