diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 14:50:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 14:50:23 +0100 |
commit | d2e0adc9720b66f56439c574520a1d58eaf0426f (patch) | |
tree | a91ff5b8f831ca47eb8ae15aadb3763f2d5647f9 | |
parent | 6c78f629323bea0be44181d60e3ce45be0416093 (diff) | |
download | openembedded-core-d2e0adc9720b66f56439c574520a1d58eaf0426f.tar.gz openembedded-core-d2e0adc9720b66f56439c574520a1d58eaf0426f.tar.bz2 openembedded-core-d2e0adc9720b66f56439c574520a1d58eaf0426f.zip |
documentation.conf: Drop variables for class that no longer exists in OE-Core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/documentation.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 0bc4230e6e..2c4b8af63e 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -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" |