aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/releases/release-511
blob: 251b975a386a1381c34fb3b9580bc0e9aa970d23 (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
# Define release content

#<branch>.<version_if_applicable>.<online/offline/repository>.<host_os>.<architecture>.<package_naming_type>
# [dev.511...]
# [stable.511...]

################################################################################
## 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.1.1
version_tag:
module_exclude_list:        qlalr, qt3d, qtconnectivity, qtdocgallery, qtfeedback, qtjsondb, qtlocation, qtmacextras, qtpim, qtqa, qtrepotools, qtsystems, qtwayland, qtwinextras


################################################################################
## Linux offline
################################################################################
[release.511.offline.linux.x86]
arg_configurations_file:    linux_x86_32_u1110_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz

[release.511.offline.linux.x86.android]
arg_configurations_file:    linux_x86_32_u1110_android_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz

[release.511.offline.linux.x64]
arg_configurations_file:    linux_x86_64_u1110_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz

[release.511.offline.linux.x64.android]
arg_configurations_file:    linux_x86_64_u1110_android_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz


################################################################################
## macOS offline
################################################################################
[release.511.offline.mac.x64]
arg_configurations_file:    mac_x86_64_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz


################################################################################
## Windows offline
################################################################################
[release.511.offline.windows.x86.mingw48]
arg_configurations_file:    win_x86_32_mingw48_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip

[release.511.offline.windows.x86.msvc2010_angle]
arg_configurations_file:    win_x86_32_msvc2010_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip

[release.511.offline.windows.x86.msvc2010_opengl]
arg_configurations_file:    win_x86_32_msvc2010_opengl_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip

[release.511.offline.windows.x86.msvc2012_angle]
arg_configurations_file:    win_x86_32_msvc2012_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip

[release.511.offline.windows.x86.x64-msvc2012_angle]
arg_configurations_file:    win_x86_64_msvc2012_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip

[release.511.offline.windows.x86.x64-msvc2012_opengl]
arg_configurations_file:    win_x86_64_msvc2012_opengl_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip

[release.511.offline.windows.x86.mingw48.android]
arg_configurations_file:    win_x86_32_mingw48_android_offline
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip


################################################################################
## Linux repository
################################################################################
[release.511.repository.linux.x86]
arg_configurations_file:    repository_configs/desktop_qt5/linux_x86_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         linux_x86/desktop/qt5

[release.511.repository.linux.x86.android]
arg_configurations_file:    repository_configs/android_qt5/linux_x86_android_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         linux_x86/android/qt5

[release.511.repository.linux.x64]
arg_configurations_file:    repository_configs/desktop_qt5/linux_x64_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         linux_x64/desktop/qt5

[release.511.repository.linux.x64.android]
arg_configurations_file:    repository_configs/android_qt5/linux_x64_android_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         linux_x64/android/qt5


################################################################################
## Windows repository
################################################################################
[release.511.repository.windows.x86]
arg_configurations_file:    repository_configs/desktop_qt5/win_x86_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         windows_x86/desktop/qt5

[release.511.repository.windows.x86.android]
arg_configurations_file:    repository_configs/android_qt5/win_x86_android_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=zip
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         windows_x86/android/qt5


################################################################################
## macOS repository
################################################################################
[release.511.repository.mac.x64]
arg_configurations_file:    repository_configs/desktop_qt5/mac_x64_repository_511
arg_substitution_list:      %QT_VERSION%=%GLOBAL_VERSION%, %SRC_ARCHIVE_TYPE%=tar.gz
repo_content_type:          511
repo_components_to_update:  qt.511.*
repo_url_specifier:         mac_x64/desktop/qt5