richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
7bb66534
by Richard Pospesel at 2023-11-27T13:34:35+00:00
2 changed files:
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
Changes:
| ... | ... | @@ -86,11 +86,12 @@ | 
| 86 | 86 |          - [ ] `input_files/sha256sum` for `go` : update sha256sum of archive (sha256 sums are displayed on the go download page)
 | 
| 87 | 87 |      - [ ] Check for manual updates by running (from `tor-browser-build` root): `./tools/fetch-manual.py`
 | 
| 88 | 88 |        - [ ] ***(Optional)*** If new version is available:
 | 
| 89 | -        - [ ] Upload the downloaded `manual_$PIPELINEID.zip` file to people.tpo
 | |
| 89 | +        - [ ] Upload the downloaded `manual_$PIPELINEID.zip` file to `tb-build-02.torproject.org`
 | |
| 90 | +        - [ ] Deploy to `tb-builder`'s `public_html` directory:
 | |
| 91 | +          - `sudo -u tb-builder cp manual_$PIPELINEID.zip ~/../tb-builder/public_html/.`
 | |
| 90 | 92 |          - [ ] Update `projects/manual/config`:
 | 
| 91 | 93 |            - [ ] Change the `version` to `$PIPELINEID`
 | 
| 92 | 94 |            - [ ] Update `sha256sum` in the `input_files` section
 | 
| 93 | -          - [ ] ***(Optional)*** Update the URL if you have uploaded to a different people.tpo home
 | |
| 94 | 95 |    - [ ] Update `ChangeLog-TBB.txt`
 | 
| 95 | 96 |      - [ ] Ensure ChangeLog-TBB.txt is sync'd between alpha and stable branches
 | 
| 96 | 97 |      - [ ] Check the linked issues: ask people to check if any are missing, remove the not fixed ones
 | 
| ... | ... | @@ -84,13 +84,14 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE | 
| 84 | 84 |      - [ ] ***(Optional)*** Update `projects/go/config`
 | 
| 85 | 85 |        - [ ] `version` : update go version
 | 
| 86 | 86 |        - [ ] `input_files/sha256sum` for `go` : update sha256sum of archive (sha256 sums are displayed on the go download page)
 | 
| 87 | -  - [ ] Check for manual updates by running (from `tor-browser-build` root): `./tools/fetch-manual.py`
 | |
| 88 | -    - [ ] ***(Optional)*** If new version is available:
 | |
| 89 | -      - [ ] Upload the downloaded `manual_$PIPELINEID.zip` file to people.tpo
 | |
| 90 | -      - [ ] Update `projects/manual/config`:
 | |
| 91 | -        - [ ] Change the `version` to `$PIPELINEID`
 | |
| 92 | -        - [ ] Update `sha256sum` in the `input_files` section
 | |
| 93 | -        - [ ] ***(Optional)*** Update the URL if you have uploaded to a different people.tpo home
 | |
| 87 | +    - [ ] Check for manual updates by running (from `tor-browser-build` root): `./tools/fetch-manual.py`
 | |
| 88 | +      - [ ] ***(Optional)*** If new version is available:
 | |
| 89 | +        - [ ] Upload the downloaded `manual_$PIPELINEID.zip` file to `tb-build-02.torproject.org`
 | |
| 90 | +        - [ ] Deploy to `tb-builder`'s `public_html` directory:
 | |
| 91 | +          - `sudo -u tb-builder cp manual_$PIPELINEID.zip ~/../tb-builder/public_html/.`
 | |
| 92 | +        - [ ] Update `projects/manual/config`:
 | |
| 93 | +          - [ ] Change the `version` to `$PIPELINEID`
 | |
| 94 | +          - [ ] Update `sha256sum` in the `input_files` section
 | |
| 94 | 95 |  - [ ] Update `ChangeLog.txt`
 | 
| 95 | 96 |    - [ ] Ensure ChangeLog.txt is sync'd between alpha and stable branches
 | 
| 96 | 97 |    - [ ] Check the linked issues: ask people to check if any are missing, remove the not fixed ones
 |