This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new 150f46f Bug 41308: Use the same branch for Desktop and GeckoView 150f46f is described below
commit 150f46ff1d46bea40318a9254027f089dab0483a Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 3 18:18:23 2022 +0200
Bug 41308: Use the same branch for Desktop and GeckoView --- projects/geckoview/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/geckoview/config b/projects/geckoview/config index eb259b0..a1c6244 100644 --- a/projects/geckoview/config +++ b/projects/geckoview/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' filename: 'geckoview-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' -git_hash: 'geckoview-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1-build1' +git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1-build1' tag_gpg_id: 1 git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git git_submodule: 1 @@ -145,7 +145,7 @@ steps:
targets: nightly: - git_hash: 'geckoview-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1' + git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-2' tag_gpg_id: 0
input_files:
tor-commits@lists.torproject.org