diff options
author | Holger Freyther <zecke@selfish.org> | 2007-03-07 00:42:41 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-03-07 00:42:41 +0000 |
commit | deacf77e13e6f1f450d1f9e91a466c387c8494f0 (patch) | |
tree | e8974215a60ae89d5f52cd4bed8254422ad3c466 /conf/documentation.conf | |
parent | b7d3b2793c6142f295862593a1c9c3544139a79f (diff) |
classes/seppuku.bbclass: Make it almost work
This class can find the broken bug, reopen it, or leave it open.
There is some issue with sending the logfile to the server, the
url itself is correct, when opened in a browser the right thing
happens but not from within python *sigh* need a working tcpdump
to look into this (which means I will continue tomorrow)
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r-- | conf/documentation.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index 1d2762a4f7..eec06daf7c 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -116,11 +116,11 @@ SEPPUKU_USER[doc] = "The login-name for the bugzilla account" SEPPUKU_PASS[doc] = "The password for this account" #SEPPUKU_LOGIN = "http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi?" SEPPUKU_LOGIN[doc] = "path to the login script of the bugzilla, note the ? at the end" -#SEPPUKU_QUERY = "http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi?" +#SEPPUKU_QUERY = "http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi" SEPPUKU_QUERY[doc] = "The query script of the bugzilla" #SEPPUKU_NEWREPORT = "http://bugzilla.openmoko.org/cgi-bin/bugzilla/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Neo1973&" SEPPUKU_NEWREPORT[doc]= "This is the url used to create a new bug report, note the defaults for version and priority and more, and the trailing &" -#SEPPUKU_ADDCOMMENT = "http://bugzilla.openmoko.org/cgi-bin/bugzilla/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&longdesclength=2&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Neo1973&knob=reopen&target_milestone=Phase+0" +#SEPPUKU_ADDCOMMENT = "http://bugzilla.openmoko.org/cgi-bin/bugzilla/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&longdesclength=2&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Neo1973&target_milestone=Phase+0&" SEPPUKU_ADDCOMMENT[doc]= "The url used to reopen bug reports and to add another new comment" #SEPPUKU_PRODUCT = "OpenMoko" |