[tbb-commits] [builders/tor-browser-build] branch main updated: Bug 40662: Make base-browser nightly build from tag
gitolite role
git at cupani.torproject.org
Tue Oct 25 09:47:29 UTC 2022
This is an automated email from the git hooks/post-receive script.
boklm 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 c30f8a4b Bug 40662: Make base-browser nightly build from tag
c30f8a4b is described below
commit c30f8a4b851b9d57261598199f0730256454faef
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Tue Oct 25 11:33:30 2022 +0200
Bug 40662: Make base-browser nightly build from tag
We don't have a branch for base-browser in tor-browser.git, but only a
tag.
---
projects/firefox/config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config
index a0f3bd53..9963929c 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -66,8 +66,8 @@ targets:
branding_directory: 'browser/branding/official'
nightly:
- git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %]'
- tag_gpg_id: 0
+ 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") %]'
var:
branding_directory: 'browser/branding/nightly'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list