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
1 changed file:
Changes:
... | ... | @@ -274,3 +274,17 @@ gitGraph: |
274 | 274 | ./tools/browser/sign-tag.torbrowser rapid build1
|
275 | 275 | ```
|
276 | 276 | - [ ] Push tag to `upstream`
|
277 | + |
|
278 | +### **Create and Tag base-browser `-2` branch**
|
|
279 | +- [ ] Find the last commit in the merged `-2` `tor-browser` branch with a `BB XXXXX...` subject
|
|
280 | +- [ ] Create new branch from this commit
|
|
281 | + - Branch name in the form: `base-browser-$(NIGHTLY_VERSION)-$(BROWSER_VERSION)-2`
|
|
282 | + - **Example**: `base-browser-130.0a1-15.0-2`
|
|
283 | +- [ ] Push branch to `upstream`
|
|
284 | +- [ ] Sign/Tag latest `HEAD` of the merged `base-browser` branch:
|
|
285 | + - In **tor-browser.git**, checkout the `-2` rapid `tor-browser` branch
|
|
286 | + - In **tor-browser-build.git**, run signing script:
|
|
287 | + ```bash
|
|
288 | + ./tools/browser/sign-tag.basebrowser rapid build1 ${COMMIT}
|
|
289 | + ```
|
|
290 | + - [ ] Push tag to `upstream` |