Skip to content
Snippets Groups Projects
Unverified Commit 0a476854 authored by boklm's avatar boklm
Browse files

Bug 41247: Add torbrowser_legacy_version to update-responses

parent 97935517
Branches
Tags
1 merge request!1052Bug 41247: Add torbrowser_legacy_version to update-responses
......@@ -39,6 +39,8 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE
- [ ] `var/torbrowser_version` : update to next version
- [ ] `var/torbrowser_build` : update to `$(TOR_BROWSER_BUILD_N)`
- [ ] `var/browser_release_date` : update to build date. For the build to be reproducible, the date should be in the past when building.
- [ ] `var/torbrowser_legacy_version` : update to next version in the legacy-13.5 branch
- [ ] `var/torbrowser_legacy_platform_version` : update to firefox platform version in the legacy-13.5 branch
- [ ] ***(Desktop Only)***`var/torbrowser_incremental_from` : update to previous Desktop version
- **NOTE**: We try to build incrementals for the previous 3 desktop versions except in the case of a watershed update
- **IMPORTANT**: Really *actually* make sure this is the previous Desktop version or else the `make torbrowser-incrementals-*` step will fail
......
......
......@@ -27,7 +27,11 @@ build_targets:
- Darwin_x86_64-gcc3
- Darwin_aarch64-gcc3
channels:
[% c('var/channel') %]: [% c("var/torbrowser_version") %]
[% c('var/channel') %]:
- [% c("var/torbrowser_version") %]
[% IF c("var/torbrowser_legacy_version") -%]
- [% c("var/torbrowser_legacy_version") %]
[% END -%]
versions:
[% c("var/torbrowser_version") %]:
[% IF c("var/create_unsigned_incrementals") -%]
......@@ -68,6 +72,26 @@ versions:
minSupportedInstructionSet: SSE2
linux-x86_64:
minSupportedInstructionSet: SSE2
[% IF c("var/torbrowser_legacy_version") -%]
[% c("var/torbrowser_legacy_version") %]:
mar_channel_id: [% c('var/mar_channel_id') %]
platformVersion: [% c('var/torbrowser_legacy_platform_version') %]
detailsURL: https://blog.torproject.org/new[% IF c("var/alpha") %]-alpha[% END %]-release-tor-browser-[% c("var/torbrowser_legacy_version") FILTER remove('\.') %]
incremental_from: []
# minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
macos:
# macOS v10.12.0
minSupportedOSVersion: 16.0.0
# minSupportedOsVersion on Windows corresponds to the operating system version ( https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version )
windows-i686:
# Windows 7
minSupportedOSVersion: 6.1
minSupportedInstructionSet: SSE2
windows-x86_64:
# Windows 7
minSupportedOSVersion: 6.1
minSupportedInstructionSet: SSE2
[% END -%]
mar_compression: xz
[% IF c("var/tor-browser") -%]
tag: 'tbb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'
......
......
......@@ -87,6 +87,9 @@ var:
- 14.0a4
mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
torbrowser_legacy_version: 13.5a11
torbrowser_legacy_platform_version: 115.16.0
# By default, we sort the list of installed packages. This allows sharing
# containers with identical list of packages, even if they are not listed
# in the same order. In the cases where the installation order is
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment