Skip to content
Snippets Groups Projects
Verified Commit 8b34c28a authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

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.
parent 571a719d
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment