morgan pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: 2d67220f by Morgan at 2025-02-10T15:46:08+00:00 fixup! TB 41649: Create rebase and security backport gitlab issue templates
add base-browser branch+taggging step
- - - - -
1 changed file:
- .gitlab/issue_templates/Rebase Browser - Rapid.md
Changes:
===================================== .gitlab/issue_templates/Rebase Browser - Rapid.md ===================================== @@ -274,3 +274,17 @@ gitGraph: ./tools/browser/sign-tag.torbrowser rapid build1 ``` - [ ] Push tag to `upstream` + +### **Create and Tag base-browser `-2` branch** +- [ ] Find the last commit in the merged `-2` `tor-browser` branch with a `BB XXXXX...` subject +- [ ] Create new branch from this commit + - Branch name in the form: `base-browser-$(NIGHTLY_VERSION)-$(BROWSER_VERSION)-2` + - **Example**: `base-browser-130.0a1-15.0-2` +- [ ] Push branch to `upstream` +- [ ] Sign/Tag latest `HEAD` of the merged `base-browser` branch: + - In **tor-browser.git**, checkout the `-2` rapid `tor-browser` branch + - In **tor-browser-build.git**, run signing script: + ```bash + ./tools/browser/sign-tag.basebrowser rapid build1 ${COMMIT} + ``` + - [ ] Push tag to `upstream`
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2d67220f...