aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-14 14:50:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-14 14:50:29 +0100
commitf3e8982dfd587e196b0b2d9559ea25d82160b4ea (patch)
tree23ba510e790dc1c7cab2d2f3ef83c968e62d4604 /meta/conf/documentation.conf
parent4aebdecdd7ab6147c5357adfe7b99c8ad4182b30 (diff)
downloadopenembedded-core-contrib-f3e8982dfd587e196b0b2d9559ea25d82160b4ea.tar.gz
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>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf22
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"