diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-14 17:24:54 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-14 17:24:54 +0000 |
commit | aeef02b6d16a675047ce078ab9d10984e29ff010 (patch) | |
tree | 403149f51c0c9ce79cc60aefb9c3d75c13caf61e /classes | |
parent | 7a71b85b9c68330fc5d04e06162ae496b80dbcac (diff) |
seppuku: make the autobuilder report against the stable branch by default
Diffstat (limited to 'classes')
-rw-r--r-- | classes/seppuku.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/seppuku.bbclass b/classes/seppuku.bbclass index 1bdee28fa1..10e3d7d0f6 100644 --- a/classes/seppuku.bbclass +++ b/classes/seppuku.bbclass @@ -121,7 +121,7 @@ def seppuku_find_bug_report(debug_file, opener, query, product, component, bugna @param component = search for this component @param bugname = the bug to search for - http://bugs.openembedded.net/buglist.cgi?short_desc_type=substring&short_desc=manual+test+bug&product=Openembedded&emailreporter2=1&emailtype2=substring&email2=freyther%40yahoo.com + http://bugs.openembedded.net/buglist.cgi?short_desc_type=substring&short_desc=manual+test+bug&product=org.openembedded.stable&emailreporter2=1&emailtype2=substring&email2=freyther%40yahoo.com but it does not support ctype=csv... """ import urllib @@ -154,7 +154,7 @@ def seppuku_reopen_bug(poster, file, product, component, bug_number, bugname, te Same as with opening a new report, some bits need to be inside the url - http://bugs.openembedded.net/process_bug.cgi?id=239&bug_file_loc=http%3A%2F%2F&version=Angstrom&longdesclength=2&product=Openembedded&component=Build&comment=bla&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&knob=reopen&short_desc=foo + http://bugs.openembedded.net/process_bug.cgi?id=239&bug_file_loc=http%3A%2F%2F&version=Angstrom&longdesclength=2&product=org.openembedded.stable&component=Build&comment=bla&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&knob=reopen&short_desc=foo """ import urllib2 @@ -189,7 +189,7 @@ def seppuku_file_bug(poster, file, product, component, bugname, text): Create a completely new bug report - http://bugs.openembedded.net/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom&product=Openembedded&component=Build&short_desc=foo&comment=bla&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other + http://bugs.openembedded.net/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom&product=org.openembedded.stable&component=Build&short_desc=foo&comment=bla&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other You are forced to add some default values to the bugzilla query and stop with '&' |