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:29 +0100 |
commit | f3e8982dfd587e196b0b2d9559ea25d82160b4ea (patch) | |
tree | 23ba510e790dc1c7cab2d2f3ef83c968e62d4604 /meta/conf/documentation.conf | |
parent | 4aebdecdd7ab6147c5357adfe7b99c8ad4182b30 (diff) | |
download | poky-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.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 | |||
125 | 125 | ||
126 | BBINCLUDELOGS[doc] = "Boolean switch to get log printed on failure." | 126 | BBINCLUDELOGS[doc] = "Boolean switch to get log printed on failure." |
127 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." | 127 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." |
128 | |||
129 | |||
130 | # seppuku bbclass | ||
131 | SEPPUKU_AUTOBUILD[doc] = "This is an autobuild, broken packages are cleaned automatically. Don't define this at all if this is not an autobuild" | ||
132 | SEPPUKU_USER[doc] = "The login-name for the bugzilla account" | ||
133 | SEPPUKU_PASS[doc] = "The password for this account" | ||
134 | #SEPPUKU_LOGIN = "http://bugs.openembedded.org/query.cgi?" | ||
135 | SEPPUKU_LOGIN[doc] = "path to the login script of the bugzilla, note the ? at the end" | ||
136 | #SEPPUKU_QUERY = "http://bugs.openembedded.org/buglist.cgi" | ||
137 | SEPPUKU_QUERY[doc] = "The query script of the bugzilla" | ||
138 | #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&" | ||
139 | 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 &" | ||
140 | #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&" | ||
141 | SEPPUKU_ADDCOMMENT[doc]= "The url used to reopen bug reports and to add another new comment" | ||
142 | #SEPPUKU_ATTACHMENT = "http://bugs.openembedded.org/attachment.cgi" | ||
143 | SEPPUKU_ATTACHMENT[doc] = "The url used to create attachments." | ||
144 | |||
145 | |||
146 | #SEPPUKU_PRODUCT = "Openembedded" | ||
147 | SEPPUKU_PRODUCT[doc] = "The product inside the bugtracker" | ||
148 | #SEPPUKU_COMPONENT = "build" | ||
149 | SEPPUKU_COMPONENT[doc]= "The component inside the bugtracker" | ||