diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-19 14:48:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-19 14:48:58 +0000 |
commit | 39e13a4c1c7074e046d63afe2b2933192794c2dc (patch) | |
tree | c7626ce3447e32526df6a4b876e644837b130101 /conf/documentation.conf | |
parent | 68443b34e6891134aeae007c48b07b7e96709d76 (diff) |
documentation.conf: remove openmoko crap, this is OE
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r-- | conf/documentation.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index 4782a053ba..b92c14f7f0 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -115,19 +115,19 @@ BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." SEPPUKU_AUTOBUILD[doc] = "This is an autobuild, broken packages are cleaned automatically. Don't define this at all if this is not an autobuild" 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 = "http://bugs.openembedded.org/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/buglist.cgi" +#SEPPUKU_QUERY = "http://bugs.openembedded.org/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 = "http://bugs.openembedded.org/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&" 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&target_milestone=Phase+0&" +#SEPPUKU_ADDCOMMENT = "http://bugs.openembedded.org/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=unspecified&longdesclength=2&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&" SEPPUKU_ADDCOMMENT[doc]= "The url used to reopen bug reports and to add another new comment" -#SEPPUKU_ATTACHMENT = "http:/bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi" +#SEPPUKU_ATTACHMENT = "http://bugs.openembedded.org/attachment.cgi" SEPPUKU_ATTACHMENT[doc] = "The url used to create attachments." -#SEPPUKU_PRODUCT = "OpenMoko" +#SEPPUKU_PRODUCT = "Openembedded" SEPPUKU_PRODUCT[doc] = "The product inside the bugtracker" -#SEPPUKU_COMPONENT = "autobuilds" +#SEPPUKU_COMPONENT = "build" SEPPUKU_COMPONENT[doc]= "The component inside the bugtracker" |