[tor-commits] [tor-browser-build/maint-7.5] Picking up newer Firefox changes

gk at torproject.org gk at torproject.org
Fri Jan 19 07:18:32 UTC 2018


commit 61257a0f6a3a06f894dd50ca38165beab3f3f605
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Jan 19 07:16:19 2018 +0000

    Picking up newer Firefox changes
    
    Use branch -2 and build number bump
---
 projects/firefox-langpacks/config | 2 +-
 projects/firefox/config           | 2 +-
 rbm.conf                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index 4e42939..04cd7dd 100644
--- a/projects/firefox-langpacks/config
+++ b/projects/firefox-langpacks/config
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
 
 var:
   ff_version: '[% pc("firefox", "var/firefox_version") %]'
-  ff_build: build1
+  ff_build: build2
   ff_arch: linux-i686
   input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
 
diff --git a/projects/firefox/config b/projects/firefox/config
index 374ade7..962f340 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,7 +1,7 @@
 # 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-build1'
+git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-2-build1'
 tag_gpg_id: 1
 git_url: https://git.torproject.org/tor-browser.git
 gpg_keyring: torbutton.gpg
diff --git a/rbm.conf b/rbm.conf
index a70778b..9e18b53 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -16,7 +16,7 @@ buildconf:
 
 var:
   torbrowser_version: '7.5'
-  torbrowser_build: 'build2'
+  torbrowser_build: 'build3'
   torbrowser_incremental_from:
     - 7.0.11
   project_name: tor-browser



More information about the tor-commits mailing list