morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
5 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
 - .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 Legacy.md
 - .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
 
Changes:
| ... | ... | @@ -117,8 +117,7 @@ Mullvad Browser Alpha (and Nightly) are on the `main` branch | 
| 117 | 117 |      - [ ] Tor Project build machine
 | 
| 118 | 118 |      - [ ] Local developer machine
 | 
| 119 | 119 |    - [ ] Submit build request to Mullvad infrastructure:
 | 
| 120 | -    - **NOTE** this requires a devmole authentication token
 | 
|
| 121 | -    - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
 | 
|
| 120 | +    - **NOTE** this requires a github authentication token
 | 
|
| 122 | 121 |      - Run:
 | 
| 123 | 122 |        ```bash
 | 
| 124 | 123 |        make mullvadbrowser-kick-devmole-build
 | 
| ... | ... | @@ -113,11 +113,10 @@ Mullvad Browser Stable is on the `maint-${MULLVAD_BROWSER_MAJOR}.${MULLVAD_BROWS | 
| 113 | 113 |      ```bash
 | 
| 114 | 114 |      make mullvadbrowser-release && make mullvadbrowser-incrementals-release
 | 
| 115 | 115 |      ```
 | 
| 116 | -    - Tor Project build machine
 | 
|
| 117 | -    - Local developer machine
 | 
|
| 116 | +    - [ ] Tor Project build machine
 | 
|
| 117 | +    - [ ] Local developer machine
 | 
|
| 118 | 118 |    - [ ] Submit build request to Mullvad infrastructure:
 | 
| 119 | -    - **NOTE** this requires a devmole authentication token
 | 
|
| 120 | -    - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
 | 
|
| 119 | +    - **NOTE** this requires a github authentication token
 | 
|
| 121 | 120 |      - Run:
 | 
| 122 | 121 |        ```bash
 | 
| 123 | 122 |        make mullvadbrowser-kick-devmole-build
 | 
| ... | ... | @@ -141,8 +141,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch | 
| 141 | 141 |      - [ ] Tor Project build machine
 | 
| 142 | 142 |      - [ ] Local developer machine
 | 
| 143 | 143 |    - [ ] Submit build request to Mullvad infrastructure:
 | 
| 144 | -    - **NOTE** this requires a devmole authentication token
 | 
|
| 145 | -    - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
 | 
|
| 144 | +    - **NOTE** this requires a github authentication token
 | 
|
| 146 | 145 |      - Run:
 | 
| 147 | 146 |        ```bash
 | 
| 148 | 147 |        make torbrowser-kick-devmole-build
 | 
| ... | ... | @@ -133,8 +133,7 @@ Tor Browser Legacy is on the `maint-13.5` branch | 
| 133 | 133 |      - [ ] Tor Project build machine
 | 
| 134 | 134 |      - [ ] Local developer machine
 | 
| 135 | 135 |    - [ ] Submit build request to Mullvad infrastructure:
 | 
| 136 | -    - **NOTE** this requires a devmole authentication token
 | 
|
| 137 | -    - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
 | 
|
| 136 | +    - **NOTE** this requires a github authentication token
 | 
|
| 138 | 137 |      - Run:
 | 
| 139 | 138 |        ```bash
 | 
| 140 | 139 |        make torbrowser-kick-devmole-build
 | 
| ... | ... | @@ -142,12 +142,33 @@ Tor Browser Stable is on the `maint-${TOR_BROWSER_MAJOR}.${TOR_BROWSER_MINOR}` b | 
| 142 | 142 |      - Tor Project build machine
 | 
| 143 | 143 |      - Local developer machine
 | 
| 144 | 144 |    - [ ] Submit build request to Mullvad infrastructure:
 | 
| 145 | -    - **NOTE** this requires a devmole authentication token
 | 
|
| 146 | -    - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
 | 
|
| 145 | +    - **NOTE** this requires a github authentication token
 | 
|
| 147 | 146 |      - Run:
 | 
| 148 | 147 |        ```bash
 | 
| 149 | 148 |        make torbrowser-kick-devmole-build
 | 
| 150 | 149 |        ```
 | 
| 150 | +- [ ] Notify Tails of pending builds
 | 
|
| 151 | +  - **Recipients**
 | 
|
| 152 | +    ```
 | 
|
| 153 | +    tails-dev@boum.org
 | 
|
| 154 | +    ```
 | 
|
| 155 | +  - **Subject**
 | 
|
| 156 | +    ```
 | 
|
| 157 | +    Tor Browser ${TOR_BROWSER_VERSION} Building
 | 
|
| 158 | +    ```
 | 
|
| 159 | +  - **Body**
 | 
|
| 160 | +    ```
 | 
|
| 161 | +    Hello,
 | 
|
| 162 | +  | 
|
| 163 | +    Tor Browser Stable is being built and should be ready for Tails in the coming hours. Build artifacts and hashes will be available here:
 | 
|
| 164 | +    - ${BUILD_ARTIFACTS_URL}
 | 
|
| 165 | +    - ${BUIDL_HASHES_URL}
 | 
|
| 166 | +  | 
|
| 167 | +    ⚠️ WARNING: We have not yet verified the builds match, so make sure you do so before prepping the Tails release!
 | 
|
| 168 | +  | 
|
| 169 | +    Changelog:
 | 
|
| 170 | +    # paste changelog as quote here
 | 
|
| 171 | +    ```
 | 
|
| 151 | 172 | |
| 152 | 173 |  </details>
 | 
| 153 | 174 | |
| ... | ... | @@ -321,14 +342,13 @@ popd | 
| 321 | 342 |  ### packagers
 | 
| 322 | 343 |  - [ ] Email packagers:
 | 
| 323 | 344 |    - **Recipients**
 | 
| 324 | -    - Tails dev mailing list: tails-dev@boum.org
 | 
|
| 325 | 345 |      - Guardian Project: nathan@guardianproject.info
 | 
| 326 | 346 |      - FreeBSD port: freebsd@sysctl.cz <!-- Gitlab user maxfx -->
 | 
| 327 | 347 |      - OpenBSD port: caspar@schutijser.com <!-- Gitlab user cschutijser -->
 | 
| 328 | 348 |      - torbrowser-launcher: mail@asciiwolf.com <!-- Gitlab user asciiwolf -->
 | 
| 329 | 349 |      - Anti-Censorship: meskio@torproject.org <!-- Gitlab user meskio -->
 | 
| 330 | 350 |      ```
 | 
| 331 | -    tails-dev@boum.org, nathan@guardianproject.info, freebsd@sysctl.cz, caspar@schutijser.com, mail@asciiwolf.com, meskio@torproject.org,
 | 
|
| 351 | +    nathan@guardianproject.info, freebsd@sysctl.cz, caspar@schutijser.com, mail@asciiwolf.com, meskio@torproject.org,
 | 
|
| 332 | 352 |      ```
 | 
| 333 | 353 |    - **Subject**
 | 
| 334 | 354 |      ```
 |