documentation.conf: Drop variables for class that no longer exists in OE-Core

(From OE-Core rev: d2e0adc9720b66f56439c574520a1d58eaf0426f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2013-06-14 14:50:23 +01:00
parent 4aebdecdd7
commit f3e8982dfd

View File

@@ -125,25 +125,3 @@ SOURCE_MIRROR_URL[doc] = "URL to source mirror which will be used before fetchin
BBINCLUDELOGS[doc] = "Boolean switch to get log printed on failure."
BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."
# seppuku bbclass
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://bugs.openembedded.org/query.cgi?"
SEPPUKU_LOGIN[doc] = "path to the login script of the bugzilla, note the ? at the end"
#SEPPUKU_QUERY = "http://bugs.openembedded.org/buglist.cgi"
SEPPUKU_QUERY[doc] = "The query script of the bugzilla"
#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://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://bugs.openembedded.org/attachment.cgi"
SEPPUKU_ATTACHMENT[doc] = "The url used to create attachments."
#SEPPUKU_PRODUCT = "Openembedded"
SEPPUKU_PRODUCT[doc] = "The product inside the bugtracker"
#SEPPUKU_COMPONENT = "build"
SEPPUKU_COMPONENT[doc]= "The component inside the bugtracker"