~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to debian/checkbox.templates

  • Committer: Marc Tardif
  • Date: 2008-08-13 20:04:12 UTC
  • Revision ID: marc.tardif@canonical.com-20080813200412-52u3d6fs6ulnxlgv
Renamed hwtest to checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Template: hwtest/plugins/boot_prompt/enable
 
1
Template: checkbox/plugins/boot_prompt/enable
2
2
Type: boolean
3
3
Default: false
4
4
_Description: Boot Enable
5
 
 Enable running hwtest at boot time.
 
5
 Enable running checkbox at boot time.
6
6
 
7
 
Template: hwtest/plugins/category_prompt/category
 
7
Template: checkbox/plugins/category_prompt/category
8
8
Type: string
9
9
_Description: Hardware Category
10
 
 Category of the hardware: desktop, laptop or server.
 
10
 Category of the system: desktop, laptop or server.
11
11
 
12
 
Template: hwtest/plugins/exchange_prompt/email
 
12
Template: checkbox/plugins/exchange_prompt/email
13
13
Type: string
14
14
_Description: Launchpad E-mail
15
15
 E-mail address used to sign in to Launchpad.
16
16
 
17
 
Template: hwtest/plugins/launchpad_exchange/transport_url
 
17
Template: checkbox/plugins/launchpad_exchange/transport_url
18
18
Type: string
19
19
Default: https://launchpad.net/+hwdb/+submit
20
20
_Description: Transport URL
21
 
 URL where to send hardware submissions.
 
21
 URL where to send submissions.
22
22
 
23
 
Template: hwtest/plugins/launchpad_report/cache_file
 
23
Template: checkbox/plugins/launchpad_report/cache_file
24
24
Type: string
25
 
Default: /var/cache/hwtest/submission.xml
 
25
Default: /var/cache/checkbox/submission.xml
26
26
_Description: Cache File
27
27
 File where submission information is cached.
28
28
 
29
 
Template: hwtest/plugins/proxy_info/http_proxy
 
29
Template: checkbox/plugins/proxy_info/http_proxy
30
30
Type: string
31
31
_Description: HTTP Proxy
32
32
 HTTP proxy to use instead of the one specified in environment.
33
33
 
34
 
Template: hwtest/plugins/proxy_info/https_proxy
 
34
Template: checkbox/plugins/proxy_info/https_proxy
35
35
Type: string
36
36
_Description: HTTPS Proxy
37
37
 HTTPS proxy to use instead of the one specified in environment.