boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
d21f57b2
by Nicolas Vigier at 2024-11-27T14:57:25+01:00
2 changed files:
Changes:
... | ... | @@ -29,9 +29,6 @@ build_targets: |
29 | 29 | channels:
|
30 | 30 | [% c('var/channel') %]:
|
31 | 31 | - [% c("var/torbrowser_version") %]
|
32 | -[% IF c("var/tor-browser") && c("var/torbrowser_legacy_version") -%]
|
|
33 | - - [% c("var/torbrowser_legacy_version") %]
|
|
34 | -[% END -%]
|
|
35 | 32 | versions:
|
36 | 33 | [% c("var/torbrowser_version") %]:
|
37 | 34 | [% IF c("var/create_unsigned_incrementals") -%]
|
... | ... | @@ -72,25 +69,6 @@ versions: |
72 | 69 | minSupportedInstructionSet: SSE2
|
73 | 70 | linux-x86_64:
|
74 | 71 | minSupportedInstructionSet: SSE2
|
75 | -[% IF c("var/tor-browser") && c("var/torbrowser_legacy_version") -%]
|
|
76 | - [% c("var/torbrowser_legacy_version") %]:
|
|
77 | - mar_channel_id: [% c('var/mar_channel_id') %]
|
|
78 | - platformVersion: [% c('var/torbrowser_legacy_platform_version') %]
|
|
79 | - detailsURL: https://blog.torproject.org/new[% IF c("var/alpha") %]-alpha[% END %]-release-tor-browser-[% c("var/torbrowser_legacy_version") FILTER remove('\.') %]
|
|
80 | - # minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
|
|
81 | - macos:
|
|
82 | - # macOS v10.12.0
|
|
83 | - minSupportedOSVersion: 16.0.0
|
|
84 | - # minSupportedOsVersion on Windows corresponds to the operating system version ( https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version )
|
|
85 | - windows-i686:
|
|
86 | - # Windows 7
|
|
87 | - minSupportedOSVersion: 6.1
|
|
88 | - minSupportedInstructionSet: SSE2
|
|
89 | - windows-x86_64:
|
|
90 | - # Windows 7
|
|
91 | - minSupportedOSVersion: 6.1
|
|
92 | - minSupportedInstructionSet: SSE2
|
|
93 | -[% END -%]
|
|
94 | 72 | mar_compression: xz
|
95 | 73 | [% IF c("var/tor-browser") -%]
|
96 | 74 | tag: 'tbb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'
|
... | ... | @@ -88,9 +88,6 @@ var: |
88 | 88 | - '[% IF c("var/tor-browser") %]14.0a7[% END %]'
|
89 | 89 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
90 | 90 | |
91 | - torbrowser_legacy_version: 13.5a11
|
|
92 | - torbrowser_legacy_platform_version: 115.16.0
|
|
93 | - |
|
94 | 91 | # By default, we sort the list of installed packages. This allows sharing
|
95 | 92 | # containers with identical list of packages, even if they are not listed
|
96 | 93 | # in the same order. In the cases where the installation order is
|