aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/releases/release-530
blob: 5fb6ff839841891dd231d9a55c894e6ba3b88357 (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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
# Define release content


################################################################################
## Global defines
################################################################################
[ifwtools]
windows-x86:                installer-framework-build-win-x86.7z
linux-x86:                  installer-framework-build-linux-x86.7z
linux-x64:                  installer-framework-build-linux-x64.7z
mac-x64:                    installer-framework-build-mac-x64.7z

[release.global]
version:                    5.3.0
version_tag:
module_exclude_list:        qt3d, qtdocgallery, qtfeedback, qtjsondb, qtpim, qtqa, qtrepotools, qtsystems, qtwayland
arg_substitution_list:      %QT_VERSION_AND_TAG%=%GLOBAL_VERSION_AND_TAG%,
                            %QT_INSTALL_DIR_NAME%=5.3


################################################################################
## Linux offline
################################################################################
[release.53.offline.linux.x86]
arg_configurations_file:    offline_installer_jobs/5.3/linux_x86
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-linux-x86-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_linux_32bit

[release.53.offline.linux.x86.android]
arg_configurations_file:    offline_installer_jobs/5.3/linux_x86_android
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-linux-x86-android-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_linux_android_32bit

[release.53.offline.linux.x64]
arg_configurations_file:    offline_installer_jobs/5.3/linux_x64
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-linux-x64-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_linux_64bit

[release.53.offline.linux.x64.android]
arg_configurations_file:    offline_installer_jobs/5.3/linux_x64_android
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-linux-x64-android-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_linux_android_64bit


################################################################################
## macOS offline
################################################################################
[release.53.offline.mac.x64]
arg_configurations_file:    offline_installer_jobs/5.3/mac_x64
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-mac-x64-clang-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_mac_64bit

[release.53.offline.mac.x64.android]
arg_configurations_file:    offline_installer_jobs/5.3/mac_x64_android
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-mac-x64-android-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_mac_android

[release.53.offline.mac.x64.ios]
arg_configurations_file:    offline_installer_jobs/5.3/mac_x64_ios
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-mac-x64-ios-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_mac_ios

[release.53.offline.mac.x64.android_and_ios]
arg_configurations_file:    offline_installer_jobs/5.3/mac_x64_android_ios
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
installer_name:             qt-opensource-mac-x64-android-ios-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_mac_ios_android


################################################################################
## Windows offline
################################################################################
[release.53.offline.windows.x86.mingw482]
arg_configurations_file:    offline_installer_jobs/5.3/win_x86_mingw482
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-mingw482_opengl-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_mingw

[release.53.offline.windows.x86.msvc2010_opengl]
arg_configurations_file:    offline_installer_jobs/5.3/win_x86_msvc2010_opengl
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-msvc2010_opengl-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_msvc2010

[release.53.offline.windows.x86.msvc2012_opengl]
arg_configurations_file:    offline_installer_jobs/5.3/win_x86_msvc2012_opengl
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-msvc2012_opengl-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_msvc2012

[release.53.offline.windows.x86.msvc2013_angle]
arg_configurations_file:    offline_installer_jobs/5.3/win_x86_msvc2013
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-msvc2013-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_msvc2013_angle_32bit

[release.53.offline.windows.x86.msvc2013_opengl]
arg_configurations_file:    offline_installer_jobs/5.3/win_x86_msvc2013_opengl
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-msvc2013_opengl-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_msvc2013_opengl_32bit

[release.53.offline.windows.x86.x64-msvc2013_angle]
arg_configurations_file:    offline_installer_jobs/5.3/win_x64_msvc2013
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-msvc2013_64-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_msvc2013_angle_64bit

[release.53.offline.windows.x86.x64-msvc2013_opengl]
arg_configurations_file:    offline_installer_jobs/5.3/win_x64_msvc2013_opengl
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-msvc2013_64_opengl-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_msvc2013_opengl_64bit

[release.53.offline.windows.x86.mingw482.android]
arg_configurations_file:    offline_installer_jobs/5.3/win_x86_mingw482_android
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-android-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_android

[release.53.offline.windows.x86.winrt]
arg_configurations_file:    offline_installer_jobs/5.3/win_x64_winrt
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
installer_name:             qt-opensource-windows-x86-winrt-%GLOBAL_VERSION_AND_TAG%
rta_key_list:               Qt5_RTA_opensource_installer_tests_windows_winrt


################################################################################
## Linux repository
################################################################################
[release.53.repository.linux.x86]
arg_configurations_file:    repository_configs/desktop_qt5/linux_x86_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         linux_x86/desktop/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_linux_32bit_LatestQt

[release.53.repository.linux.x86.src_doc_examples]
arg_configurations_file:    repository_configs/desktop_qt5/repository_53_src_doc_examples
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          src_doc_examples
repo_components_to_update:  qt.53.*
repo_url_specifier:         linux_x86/desktop/qt5_53_src_doc_examples

[release.53.repository.linux.x86.android]
arg_configurations_file:    repository_configs/android_qt5/linux_x86_android_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         linux_x86/android/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_linux_android_32bit_LatestQt

[release.53.repository.linux.x64]
arg_configurations_file:    repository_configs/desktop_qt5/linux_x64_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         linux_x64/desktop/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_linux_64bit_LatestQt

[release.53.repository.linux.x64.src_doc_examples]
arg_configurations_file:    repository_configs/desktop_qt5/repository_53_src_doc_examples
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          src_doc_examples
repo_components_to_update:  qt.53.*
repo_url_specifier:         linux_x64/desktop/qt5_53_src_doc_examples

[release.53.repository.linux.x64.android]
arg_configurations_file:    repository_configs/android_qt5/linux_x64_android_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         linux_x64/android/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_linux_android_64bit_LatestQt


################################################################################
## Windows repository
################################################################################
[release.53.repository.windows.x86]
arg_configurations_file:    repository_configs/desktop_qt5/win_x86_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         windows_x86/desktop/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_windows_mingw_LatestQt, Qt5_RTA_opensource_onlineInstaller_tests_windows_vc2010_LatestQt, Qt5_RTA_opensource_onlineInstaller_tests_windows_vc2012_LatestQt, Qt5_RTA_opensource_onlineInstaller_tests_windows_vc2013_angle_32bit_LatestQt, Qt5_RTA_opensource_onlineInstaller_tests_windows_vc2013_opengl_32bit_LatestQt, Qt5_RTA_opensource_onlineInstaller_tests_windows_vc2013_angle_64bit_LatestQt, Qt5_RTA_opensource_onlineInstaller_tests_windows_vc2013_opengl_64bit_LatestQt

[release.53.repository.windows.x86.src_doc_examples]
arg_configurations_file:    repository_config/desktop_qt5/repository_53_src_doc_examples
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
repo_content_type:          src_doc_examples
repo_components_to_update:  qt.53.*
repo_url_specifier:         windows_x86/desktop/qt5_53_src_doc_examples

[release.53.repository.windows.x86.android]
arg_configurations_file:    repository_configs/android_qt5/win_x86_android_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         windows_x86/android/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_windows_android_LatestQt

[release.53.repository.windows.x86.winrt]
arg_configurations_file:    repository_configs/winrt_qt5/win_x64_winrt_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=zip
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         windows_x86/winrt/qt5_53


################################################################################
## macOS repository
################################################################################
[release.53.repository.mac.x64]
arg_configurations_file:    repository_configs/desktop_qt5/mac_x64_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         mac_x64/desktop/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_mac_LatestQt

[release.53.repository.mac.x64.src_doc_examples]
arg_configurations_file:    repository_configs/desktop_qt5/repository_53_src_doc_examples
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          src_doc_examples
repo_components_to_update:  qt.53.*
repo_url_specifier:         mac_x64/desktop/qt5_53_src_doc_examples

[release.53.repository.mac.x64.android]
arg_configurations_file:    repository_configs/android_qt5/mac_x64_android_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         mac_x64/android/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_mac_android_LatestQt

[release.53.repository.mac.x64.ios]
arg_configurations_file:    repository_configs/ios_qt5/mac_x64_ios_repository_53
arg_substitution_list:      %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          53
repo_components_to_update:  qt.53.*
repo_url_specifier:         mac_x64/ios/qt5_53
rta_key_list:               Qt5_RTA_opensource_onlineInstaller_tests_mac_ios_LatestQt