summaryrefslogtreecommitdiff
path: root/debian/live-build-cron.templates
blob: 6575214994a39d15a2dbbb85eb411e2563c9394f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Template: live-build-cron/title
Type: title
_Description: Debian Live - System Build Scripts (cron autobuilder)

Template: live-build-cron/images-enable
Type: boolean
Default: false
_Description: Enable live image autobuilds?
 Please choose whether live images should be built automatically.

Template: live-build-cron/images-directory
Type: string
Default: /srv/debian.net/live-cdimage
_Description: Image destination directory:
 Please specify the directory where live images should be stored.

Template: live-build-cron/images-cron
Type: string
Default: 0 0 * * *
_Description: Cron expression for image builds:
 Please specify the scheduling for the cron job defining when live images
 should be built.
 .
 This defaults to: 0 0 * * *

Template: live-build-cron/images-build
Type: select
Choices: git, host, release
Default: host
_Description: Live-build version to use:
 Please select the version of live-build to use.
 .
 If you choose "git", the current version of live-build from git will be
 used. If you choose "host", the live-build from the host system will be
 used. Finally, "release" will use the last released version.

Template: live-build-cron/images-daily-distributions
Type: multiselect
Choices: squeeze, wheezy, sid
Default: sid
_Description: Daily image distribution(s):
 Please select the distributions you would like to include for live images
 daily-builds.

Template: live-build-cron/images-daily-flavours
Type: multiselect
Choices: standard, rescue, gnome-desktop, kde-desktop, lxde-desktop, xfce-desktop
Default: standard
_Description: Daily image flavor(s):
 Please select the flavors you would like to include for live images
 daily-builds.

Template: live-build-cron/images-weekly-distributions
Type: multiselect
Choices: squeeze, wheezy, sid
Default: wheezy
_Description: Weekly image distribution(s):
 Please select the distributions you would like to include for live images
 weekly-builds.

Template: live-build-cron/images-weekly-flavours
Type: multiselect
Choices: standard, rescue, gnome-desktop, kde-desktop, lxde-desktop, xfce-desktop
Default: standard
_Description: Weekly image flavor(s):
 Please select the flavors you would like to include for live images
 weekly-builds.

Template: live-build-cron/images-monthly-distributions
Type: multiselect
_Choices: squeeze, wheezy, sid
Default: squeeze
_Description: Monthly image distribution(s):
 Please select the distributions you would like to include for live images
 monthly-builds.

Template: live-build-cron/images-monthly-flavours
Type: multiselect
_Choices: standard, rescue, gnome-desktop, kde-desktop, lxde-desktop, xfce-desktop
Default: standard
_Description: Monthly image flavor(s):
 Please select the flavors you would like to include for live images
 monthly-builds.

Template: live-build-cron/images-source
Type: boolean
Default: false
_Description: Enable source for live-build-cron-images?

Template: live-build-cron/manual-enable
Type: boolean
Default: false
_Description: Enable live-manual autobuilds?
 Please choose whether the live-manual should be built automatically.

Template: live-build-cron/manual-directory
Type: string
_Default: /srv/debian.net/live-manual
_Description: live-manual destination directory:
 Please specify the directory where live-manual should be stored.

Template: live-build-cron/manual-cron
Type: string
Default: 0-59/10 * * * *
 _Description: Cron expression for builds of live-manual:
 Please specify the scheduling for the cron job defining when live-manual
 should be built.
 .
 This defaults to: 0-59/10 * * * *

Template: live-build-cron/manual-username
Type: string
_Default: live-build-cron-manual
_Description: User account for builds of live-manual:
 Please enter the username that should be used for builds of live-manual.