]> git.donarmstrong.com Git - neurodebian.git/blob - debian/neurodebian.templates
Also for stats report which repo and which job number use our setup
[neurodebian.git] / debian / neurodebian.templates
1 Template: neurodebian/title
2 Type: title
3 _Description: NeuroDebian APT repository installer
4
5 Template: neurodebian/enable
6 Type: boolean
7 Default: false
8 _Description: Should NeuroDebian repository be enabled?
9  NeuroDebian project provides a separate APT repository with backport
10  builds of most recent releases of maintained software, datasets and
11  some software not in Debian proper yet.  Enabling this additional
12  repository will make those packages available on your base system.
13  .
14  Note: although NeuroDebian team aims to assure robust and correct
15  operation of provided packages, enabling this additional archive
16  might compromise the integrity of your base system.
17
18 Template: neurodebian/release
19 Type: select
20 Choices: auto, ${releases}
21 Default: auto
22 _Description: Release name of the base system:
23  Specify for which Debian or Ubuntu release (e.g. wheezy or trusty).
24  .
25  If 'auto', Debian or Ubuntu release name will be '${release}' as
26  deduced from the output of apt-cache policy.  If the release of your
27  system is not '${release}' -- please choose specific one which
28  matches best.
29
30
31 Template: neurodebian/mirror
32 Type: select
33 Choices: origin, best, custom, ${mirrors}
34 Default: best
35 _Description: NeuroDebian mirror to use:
36  NeuroDebian project has a number of community-maintainer mirrors
37  around the globe.
38  .
39  If you do not know which mirror URL to choose, select among
40  .
41   - origin: original NeuroDebian repository
42   - best: will try to use netselect to select "closest" mirror.
43     Depending on the configuration of the firewall, and actual mirror
44     setup, might fail to select actually closest one.  If netselect
45     is not available, default mirror (possibly 'origin') will be used.
46
47
48 Template: neurodebian/flavor
49 Type: select
50 Choices: auto, libre, full
51 Default: auto
52 _Description: NeuroDebian flavor to use:
53  NeuroDebian project adheres to Debian Free Software Guidelines and
54  has three areas of the archive in all suites/releases:
55  .
56   libre
57     only the DFSG-compliant materials
58   full
59     all three areas (main, contrib, non-free)
60   auto
61     according to output of apt-cache policy '${flavor}' will be used.
62     If that is not the flavor you need, select manually another one.
63
64 Template: neurodebian/components
65 Type: multiselect
66 Choices: software, data, devel
67 Default: software, data
68 _Description: NeuroDebian repository components to enable:
69  NeuroDebian repository provides
70  .
71   software
72    Packages containing software packages, often backports of stable
73    software releases for previous Debian/Ubuntu releases
74   devel
75    Additional "bleeding edge" software packages, which might not be a
76    good fit for being enabled by default. (Similar to Debian
77    experimental)
78   data
79    Packages containing data (e.g. atlases, sample datasets), often
80    required by software packages.  Should generally be enabled.
81
82
83 Template: neurodebian/overwrite
84 Type: boolean
85 Default: true
86 _Description: Should existing NeuroDebian APT file be overridden?
87  If not allowed, configuration would fail if there is
88  an existing apt configuration file for the NeuroDebian.
89
90 Template: neurodebian/suffix
91 Type: string
92 Default:
93 _Description: Additional suffix for the NeuroDebian APT file name:
94  For instance if you would like to enable additional repository
95  (e.g. NeuroDebian devel) or release, without interfering with the
96  main/default configuration file.  Generally should be left empty.
97
98 Template: neurodebian/run-update-note
99 Type: note
100 _Description: APT list of packages needs to be updated
101  For the installed (or removed) NeuroDebian APT configuration to take
102  an effect, list of packages needs to be updated.  This needs to be
103  done "manually" (e.g., via apt-get update) upon completion of
104  installation or reconfiguration of the neurodebian package.
105
106 Template: neurodebian/netselect-not-found
107 Type: error
108 _Description: netselect tool was not found!
109  Please install netselect tool first (apt-get install netselect) or
110  choose a specific mirror.
111
112 Template: neurodebian/netselect-cannot-be-used
113 Type: error
114 _Description: netselect tool was not found (no other mirror)!
115  Please install netselect tool first (apt-get install netselect)
116  before installing/configuring this package, or run with a lower
117  DEBIAN_PRIORITY to choose a specific mirror.
118