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 8b34c28a Bug 40691: Use the branch name also for base-browser.
8b34c28a is described below
commit 8b34c28a0ae921e7f62bb49b5113543d8e5176ff
Author: Pier Angelo Vendrame <pierov(a)torproject.org>
AuthorDate: Tue Nov 22 12:16:07 2022 +0100
Bug 40691: Use the branch name also for base-browser.
Initially we thought of not creating a branch for base-browser, but only
a tag. However, fixing trivial issues for the base-browser part needed
a rebase in this way, if they were needed to correct the nightly.
So, we decided to create a branch also for base-browser.
---
projects/firefox/config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config
index 2a3482a1..680ed274 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -69,8 +69,8 @@ targets:
branding_directory: 'browser/branding/official'
nightly:
- git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %][% IF c("var/base-browser") %]-build1[% END %]'
- tag_gpg_id: '[% c("var/base-browser") %]'
+ git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %]'
+ tag_gpg_id: 0
var:
branding_directory: 'browser/branding/nightly'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.