Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
0ae8f0ce
by Giorgio Maone at 2023-04-05T18:10:02+00:00
3 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
Changes:
| ... | ... | @@ -37,7 +37,7 @@ Mullvad Browser Stable lives in the various `maint-$(MULLVAD_BROWSER_MAJOR).$(MU | 
| 37 | 37 |      - **IMPORTANT**: Really *actually* make sure this is the previous Desktop version or else the `make mullvadbrowser-incrementals-*` step will fail
 | 
| 38 | 38 |  - [ ] Update build configs
 | 
| 39 | 39 |    - [ ] Update `projects/firefox/config`
 | 
| 40 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `mullvad-browser` tag
 | |
| 40 | +    - [ ] `browser_build` : update to match `mullvad-browser` tag
 | |
| 41 | 41 |      - [ ] ***(Optional)*** `var/firefox_platform_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 42 | 42 |    - [ ] Update `projects/translation/config`:
 | 
| 43 | 43 |      - [ ] run `make list_translation_updates-release` to get updated hashes
 | 
| ... | ... | @@ -35,7 +35,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch | 
| 35 | 35 |      - **IMPORTANT**: Really *actually* make sure this is the previous Desktop version or else the `make torbrowser-incrementals-*` step will fail
 | 
| 36 | 36 |  - [ ] Update Desktop-specific build configs
 | 
| 37 | 37 |    - [ ] Update `projects/firefox/config`
 | 
| 38 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `tor-browser` tag
 | |
| 38 | +    - [ ] `browser_build` : update to match `tor-browser` tag
 | |
| 39 | 39 |      - [ ] ***(Optional)*** `var/firefox_platform_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 40 | 40 |    - [ ] Update `projects/translation/config`:
 | 
| 41 | 41 |      - [ ] run `make list_translation_updates-alpha` to get updated hashes
 | 
| ... | ... | @@ -45,7 +45,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch | 
| 45 | 45 |      - [ ] `steps/fenix/git_hash` : update with `HEAD` commit of project's `fenix-torbrowserstringsxml` branch
 | 
| 46 | 46 |  - [ ] Update Android-specific build configs
 | 
| 47 | 47 |    - [ ] ***(Optional)*** Update `projects/geckoview/config`
 | 
| 48 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `tor-browser` tag
 | |
| 48 | +    - [ ] `browser_build` : update to match `tor-browser` tag
 | |
| 49 | 49 |      - [ ] ***(Optional)*** `var/geckoview_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 50 | 50 |    - [ ] ***(Optional)*** Update `projects/tor-android-service/config`
 | 
| 51 | 51 |      - [ ] `git_hash` : update with `HEAD` commit of project's `main` branch
 | 
| ... | ... | @@ -53,9 +53,9 @@ Tor Browser Alpha (and Nightly) are on the `main` branch | 
| 53 | 53 |      **NOTE** we don't currently have any of our own patches for this project
 | 
| 54 | 54 |      - [ ] `git_hash` : update to appropriate git commit associated with `$(ESR_VERSION)`
 | 
| 55 | 55 |    - [ ] ***(Optional)*** Update `projects/android-components/config`:
 | 
| 56 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match alpha `android-components` tag
 | |
| 56 | +    - [ ] `android_components_build` : update to match alpha android-components tag
 | |
| 57 | 57 |    - [ ] ***(Optional)*** Update `projects/fenix/config`
 | 
| 58 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `fenix` tag
 | |
| 58 | +    - [ ] `fenix_build` : update to match fenix tag
 | |
| 59 | 59 |      - [ ] ***(Optional)*** `var/fenix_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 60 | 60 |    - [ ] Update allowed_addons.json by running (from `tor-browser-build` root):
 | 
| 61 | 61 |      - `./tools/fetch_allowed_addons.py > projects/browser/allowed_addons.json`
 | 
| ... | ... | @@ -40,7 +40,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE | 
| 40 | 40 |      - **IMPORTANT**: Really *actually* make sure this is the previous Desktop version or else the `make incrementals-*` step will fail
 | 
| 41 | 41 |  - [ ] Update Desktop-specific build configs
 | 
| 42 | 42 |    - [ ] Update `projects/firefox/config`
 | 
| 43 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `tor-browser` tag
 | |
| 43 | +    - [ ] `browser_build` : update to match `tor-browser` tag
 | |
| 44 | 44 |      - [ ] ***(Optional)*** `var/firefox_platform_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 45 | 45 |    - [ ] Update `projects/translation/config`:
 | 
| 46 | 46 |      - [ ] run `make list_translation_updates-release` to get updated hashes
 | 
| ... | ... | @@ -50,7 +50,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE | 
| 50 | 50 |      - [ ] `steps/fenix/git_hash` : update with `HEAD` commit of project's `fenix-torbrowserstringsxml` branch
 | 
| 51 | 51 |  - [ ] Update Android-specific build configs
 | 
| 52 | 52 |    - [ ] ***(Optional)*** Update `projects/geckoview/config`
 | 
| 53 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `tor-browser` tag
 | |
| 53 | +    - [ ] `browser_build` : update to match `tor-browser` tag
 | |
| 54 | 54 |      - [ ] ***(Optional)*** `var/geckoview_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 55 | 55 |    - [ ] ***(Optional)*** Update `projects/tor-android-service/config`
 | 
| 56 | 56 |      - [ ] `git_hash` : update with `HEAD` commit of project's `main` branch
 | 
| ... | ... | @@ -58,9 +58,9 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE | 
| 58 | 58 |      **NOTE** we don't currently have any of our own patches for this project
 | 
| 59 | 59 |      - [ ] `git_hash` : update to appropriate git commit associated with `$(ESR_VERSION)`
 | 
| 60 | 60 |    - [ ] ***(Optional)*** Update `projects/android-components/config`:
 | 
| 61 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `android-components` tag
 | |
| 61 | +    - [ ] `android_components_build` : update to match android-components tag
 | |
| 62 | 62 |    - [ ] ***(Optional)*** Update `projects/fenix/config`
 | 
| 63 | -    - [ ] `git_hash` : update the `$(BUILD_N)` section to match `fenix` tag
 | |
| 63 | +    - [ ] `fenix_build` : update to match fenix tag
 | |
| 64 | 64 |      - [ ] ***(Optional)*** `var/fenix_version` : update to latest `$(ESR_VERSION)` if rebased
 | 
| 65 | 65 |    - [ ] Update allowed_addons.json by running (from `tor-browser-build` root):
 | 
| 66 | 66 |      - `./tools/fetch_allowed_addons.py > projects/browser/allowed_addons.json`
 |