-
Notifications
You must be signed in to change notification settings - Fork 15
/
imagtypes.yaml
111 lines (98 loc) · 2.82 KB
/
imagtypes.yaml
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
# Languages and types of images for each
# Config for each type:
# - type: which kind of image will be generated (tarball, iso)
# - windows: if all Windows stuff will be put inside the image
# - page_limit: quantity of pages to include in the image
# - imaged_reduction: percentages to indicate how many images
# will be reduced and how; for example, [10, 15, 25, 50] means:
# 10% of images will be included full size
# 15% of images will be reduced to 75% of the original size
# 25% of images will be reduced to 50% of the original size
# 50% of images will not be included at all
# of course, the 4 percentages must add 100%
# Spanish
es:
tarbig: # we aim for 10-20 GB
type: tarball
windows: True
page_limit: null # all of them
image_reduction: [5, 20, 60, 15]
name: Super Tarball
dvd9: # size max: DVD-R DL, 12cm: 8,543,666,176 bytes
type: iso
windows: True
page_limit: null # all of them
image_reduction: [10, 25, 65, 0]
name: DVD-9
dvd5: # size: DVD-R SL, 12cm: 4,700,319,808 bytes
type: iso
windows: True
page_limit: 1000000
image_reduction: [2, 2, 4, 92]
name: DVD
tarmed: # we aim for 2 to 3 GB
type: tarball
windows: True
page_limit: 300000
image_reduction: [2, 2, 4, 92]
name: Tarball
cd: # size max: 12cm, 80min: 737,280,000 bytes
type: iso
windows: True
page_limit: 50000
image_reduction: [1, 2, 2, 95]
name: CD
xo:
type: tarball
windows: False
page_limit: 5000
image_reduction: [0, 0, 5, 95]
name: XO
beta:
type: tarball
windows: True
page_limit: 8000 # sample version to distribute for others to QA
image_reduction: [5, 5, 10, 80]
name: Beta
# Aymar
ay:
tarbig:
type: tarball
windows: True
page_limit: null # all of them
image_reduction: [100, 0, 0, 0]
name: Super Tarball
beta:
type: tarball
windows: True
page_limit: 8000
image_reduction: [5, 5, 10, 80]
name: Beta
# Portuguese
pt:
tarbig:
type: tarball
windows: True
page_limit: null # all of them
image_reduction: [20, 20, 60, 0]
name: Super Tarball
tarmed:
type: tarball
windows: True
page_limit: 400000
image_reduction: [5, 15, 30, 50]
name: Tarball
beta:
type: tarball
windows: True
page_limit: 8000
image_reduction: [5, 5, 10, 80]
name: Beta
# French
fr:
beta:
type: tarball
windows: True
page_limit: 8000
image_reduction: [5, 5, 10, 80]
name: Tarball