aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/bullseye/release.data
blob: 4da46e3a9f4541e3f97d9d30b70f00be57d3c422 (plain) (blame)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<perl>

# list of architectures, ordered by Popularity Contest on 2014-04-26.
@arches = (
#	alpha,
	amd64,
#	arm,
	arm64,
	armel,
	armhf,
#	hppa,
#	'hurd-i386',
	i386,
#	ia64,
#	'kfreebsd-amd64',
#	'kfreebsd-i386',
#	m68k,
#	mips,
	mipsel,
	mips64el,
#	powerpc,
#	ppc64,
	ppc64el,
#	s390,
	s390x,
#	sh4,
#	sparc,
);

# list of languages install manual is translated to
%langsinstall = (
	english => "en",
	catalan => "ca",
	czech => "cs",
	danish => "da",
	german => "de",
	greek => "el",
	spanish => "es",
#	basque => "eu,
#	finnish => "fi",
	french => "fr",
#	hungarian => "hu",
	italian => "it",
	japanese => "ja",
	korean => "ko",
	dutch => "nl",
#	norwegian_nynorsk => "nn",
	portuguese => "pt",
#	portuguese_br => "pt-br",
#	romanian => "ro",
	russian => "ru",
	swedish => "sv",
#	tagalog => "tl",
	vietnamese => "vi",
	chinese_cn => "zh-cn",
#	chinese => "zh-tw",
);

# list of languages release notes are translated to
%langsrelnotes = (
	english => "en",
	belarusian => "be",
	catalan => "ca",
	czech => "cs",
	danish => "da",
	german => "de",
	spanish => "es",
	greek => "el",
	finnish => "fi",
	french => "fr",
	galician => "gl",
	italian => "it",
	japanese => "ja",
	lithuanian => "lt",
	malayalam => "ml",
	norwegian_bokmal => "nb",
	dutch => "nl",
	polish => "pl",
	portuguese => "pt",
	portuguese_br => "pt-br",
	romanian => "ro",
	russian => "ru",
	slovak => "sk",
	swedish => "sv",
	vietnamese => "vi",
	chinese_cn => "zh-cn",
	chinese => "zh-tw",
);

</perl>



### While bullseye is stable, we can *reuse* the tags defined in
#### templates/debian/release_images.wml.
#### When the website gets prepared for the next stable release,
#### the tags should be defined here instead (see previous releases
#### for examples).
#### Note that images for the new oldstable release will be moved to
#### cdimage/archive at the time of the release!
#
### Next line should be changed to 'wml::debian::installer' when
### preparing for next stable release; don't forget the Makefile!

#use wml::debian::installer

### Hint: the first line of three here need to be used during 'full security support' time,
### while line2+3 are needed, when during LTS period there are different point-release
### version numbers for lts archs and non-lts archs (for example, that's the case for Jessie). 
### Don't forget to define the archs in template/debian/installer.wml for that.

<define-tag bullseye-images-url>https://cdimage.debian.org/cdimage/archive/11.8.0</define-tag>
#<define-tag bullseye-lts-images-url>https://cdimage.debian.org/cdimage/archive/11.8.0</define-tag>
#<define-tag bullseye-nonlts-images-url>https://cdimage.debian.org/cdimage/archive/11.8.0</define-tag>
<define-tag bullseye-cd-release-filename>11.8.0</define-tag>
#<define-tag bullseye-lts-cd-release-filename>11.8.0</define-tag>
#<define-tag bullseye-nonlts-cd-release-filename>11.8.0</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag netinst-images>
<images-list url="<bullseye-images-url/>/@ARCH@/iso-cd/debian-<bullseye-cd-release-filename/>-@ARCH@-netinst.iso" arch="<strip-arches "<bullseye-images-arches />" "source" />" />
#<images-list url="<bulllseye-lts-images-url/>/@ARCH@/iso-cd/debian-<bullseye-lts-cd-release-filename/>-@ARCH@-netinst.iso" arch="<strip-arches "<bullseye-lts-images-arches />" "source" />" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/iso-cd/debian-<bullseye-nonlts-cd-release-filename/>-@ARCH@-netinst.iso" arch="<strip-arches "<bullseye-nonlts-images-arches />" "source" />" />
</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag full-cd-images>
<images-list url="<bullseye-images-url/>/@ARCH@/iso-cd/" arch="<strip-arches "<bullseye-images-arches />" "source" /> multi-arch" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/iso-cd/" arch="<strip-arches "<bullseye-lts-images-arches />" "source" /> multi-arch" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/iso-cd/" arch="<strip-arches "<bullseye-nonlts-images-arches />" "source" />" />
</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag full-cd-torrent>
<images-list url="<bullseye-images-url/>/@ARCH@/bt-cd/" arch="<strip-arches "<bullseye-images-arches />" "source" /> multi-arch" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/bt-cd/" arch="<strip-arches "<bullseye-lts-images-arches />" "source" /> multi-arch" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/bt-cd/" arch="<strip-arches "<bullseye-nonlts-images-arches />" "source" />" />
</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag full-cd-jigdo>
<images-list url="<bullseye-images-url/>/@ARCH@/jigdo-cd/" arch="<strip-arches "<bullseye-images-arches />" "source" /> multi-arch" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/jigdo-cd/" arch="<strip-arches "<bullseye-lts-images-arches />" "source" /> multi-arch" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/jigdo-cd/" arch="<strip-arches "<bullseye-nonlts-images-arches />" "source" />" />
</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag full-dvd-images>
<images-list url="<bullseye-images-url/>/@ARCH@/iso-dvd/" arch="<bullseye-images-arches />" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/iso-dvd/" arch="<bullseye-lts-images-arches /> multi-arch" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/iso-dvd/" arch="<bullseye-nonlts-images-arches />" />
</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag full-dvd-torrent>
<images-list url="<bullseye-images-url/>/@ARCH@/bt-dvd/" arch="<bullseye-images-arches />" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/bt-dvd/" arch="<bullseye-lts-images-arches /> multi-arch" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/bt-dvd/" arch="<bullseye-nonlts-images-arches />" />
</define-tag>

# Use the first line during full security support time, and line 2+3 during LTS period; see above.
<define-tag full-dvd-jigdo>
<images-list url="<bullseye-images-url/>/@ARCH@/jigdo-dvd/" arch="<bullseye-images-arches />" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/jigdo-dvd/" arch="<bullseye-lts-images-arches /> multi-arch" />
#<images-list url="<bullseye-nonlts-images-url/>/@ARCH@/jigdo-dvd/" arch="<bullseye-nonlts-images-arches />" />
</define-tag>

# Use the first line during full security support time, and line 2 during LTS period; see above.
<define-tag full-bluray-jigdo>
<images-list url="<bullseye-images-url/>/@ARCH@/jigdo-bd/" arch="i386 amd64 source" />
#<images-list url="<bullseye-lts-images-url/>/@ARCH@/jigdo-bd/" arch="i386 amd64 source" />
</define-tag>

<define-tag otherimages-url>http://ftp.debian.org/debian/dists/bullseye/main/installer-@ARCH@/current/images/</define-tag>

# Use the first line during full security support time, and line 2 during LTS period; see above.
<define-tag other-images>
<images-list url="<otherimages-url/>" arch="<strip-arches "<bullseye-images-arches />" "source" />" />
#<images-list url="<otherimages-url/>" arch="<strip-arches "<bullseye-lts-images-arches />" "source" />" />
</define-tag>

# Use the first line during full security support time, and line 2 during LTS period; see above.
<define-tag small-non-free-cd-images>
<images-list url="https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/<bullseye-cd-release-filename/>+nonfree/@ARCH@/iso-cd/firmware-<bullseye-cd-release-filename/>-@ARCH@-netinst.iso" arch="amd64 i386" />
#<images-list url="https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/<bullseye-lts-cd-release-filename/>+nonfree/@ARCH@/iso-cd/firmware-<bullseye-lts-cd-release-filename/>-@ARCH@-netinst.iso" arch="amd64 i386" />
</define-tag>

© 2014-2024 Faster IT GmbH | imprint | privacy policy