aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/releases/release-510
blob: 0a5adefe08b29b69cee8f959f9d63032fa6067ad (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
# 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.1.0
version_tag:


################################################################################
## Linux offline
################################################################################


################################################################################
## macOS offline
################################################################################


################################################################################
## Windows offline
################################################################################


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

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

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

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


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

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


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