Commit db927811 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Release preparations for 10.0a1

Versions bump and Changelog update.
parent 4d577555
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil

var:
  ff_version: '[% pc("firefox", "var/firefox_version") %]'
  ff_build: build2
  ff_build: build1
  input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'

targets:
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var:
  use_container: 0
  ff_version: '[% pc("firefox", "var/firefox_version") %]'
  ff_build: build2
  ff_build: build1
+3 −3
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
git_submodule: 1
gpg_keyring: torbutton.gpg

var:
  firefox_platform_version: 68.8.0
  firefox_platform_version: 68.9.0
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  torbrowser_branch: 9.5
  torbrowser_branch: 10.0
  branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/alpha'
  copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
  deps:
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: 2020.3.16
version: 2020.5.20
git_url: https://git.torproject.org/https-everywhere.git
git_hash: '[% c("version") %]'
git_submodule: 1
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
git_url: https://git.torproject.org/translation.git
# We need to bump the commit before releasing but just pointing to a branch
# might cause too much rebuidling of the Firefox part.
git_hash: d3df6cc6e1797733ebca5b370f0f6915f490666f
git_hash: d5bd416ac0cda30893e18f2eb511514bd2e698bd
version: '[% c("abbrev") %]'
Loading