[tbb-commits] [builders/tor-browser-build] branch main updated: Bug 40634: Update projects/tor-browser -> projects/browser paths

gitolite role git at cupani.torproject.org
Fri Oct 7 10:17:00 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch main
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/main by this push:
     new 9fca0e0  Bug 40634: Update projects/tor-browser -> projects/browser paths
9fca0e0 is described below

commit 9fca0e09361e7a16f87dd08ab8699a55bbdc159a
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Thu Oct 6 11:57:26 2022 +0200

    Bug 40634: Update projects/tor-browser -> projects/browser paths
    
    With c52bc0e57555bcb0d49ead1f409eb679268a49a5, projects/tor-browser was
    renamed to project/browser. However we forgot to update that path in a
    few files:
    - LICENSE
    - tools/changelog-format-blog-post
    - .gitlab/issue_templates/Release Prep - Alpha.md
    
    This one will need to be updated after 12.0 stable is released:
    - .gitlab/issue_templates/Release Prep - Stable.md
---
 .gitlab/issue_templates/Release Prep - Alpha.md | 2 +-
 LICENSE                                         | 2 +-
 tools/changelog-format-blog-post                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab/issue_templates/Release Prep - Alpha.md b/.gitlab/issue_templates/Release Prep - Alpha.md
index 10432e1..eb9a3f7 100644
--- a/.gitlab/issue_templates/Release Prep - Alpha.md	
+++ b/.gitlab/issue_templates/Release Prep - Alpha.md	
@@ -167,7 +167,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in
   - [ ] `git_hash` : update the `$(BUILD_N)` section to match `fenix` tag
   - [ ] ***(Optional)*** `var/fenix_version` : update to latest `$(ESR_VERSION)` if rebased
 - [ ] Update allowed_addons.json by running (from `tor-browser-build` root):
-  - `./tools/fetch_allowed_addons.py > projects/tor-browser/allowed_addons.json`
+  - `./tools/fetch_allowed_addons.py > projects/browser/allowed_addons.json`
 - [ ] Check for NoScript updates here : https://addons.mozilla.org/en-US/firefox/addon/noscript
   - [ ] ***(Optional)*** If new version available, update `noscript` section of `input_files` in `projects/browser/config`
     - [ ] `URL`
diff --git a/LICENSE b/LICENSE
index ee29ae2..0343a48 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@ This file contains the license for the build recipes and tools used in
 the Tor Browser development process, that are included in this repository.
 
 For the license of specific components included in Tor Browser, see
-directory projects/tor-browser/Bundle-Data/Docs/Licenses.
+directory projects/browser/Bundle-Data/Docs/Licenses.
 
 ===============================================================================
 
diff --git a/tools/changelog-format-blog-post b/tools/changelog-format-blog-post
index b34093e..84519bb 100755
--- a/tools/changelog-format-blog-post
+++ b/tools/changelog-format-blog-post
@@ -49,5 +49,5 @@ if (! ( $current_tbversion =~ m/a/ ) ) {
   my @v = split(/\./, $current_tbversion);
   $changelog_branch = "maint-$v[0].$v[1]";
 }
-print "The full changelog since [Tor Browser $last_tbversion](https://gitweb.torproject.org/builders/tor-browser-build.git/plain/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt?h=$changelog_branch) is:\n\n";
+print "The full changelog since [Tor Browser $last_tbversion](https://gitweb.torproject.org/builders/tor-browser-build.git/plain/projects/browser/Bundle-Data/Docs/ChangeLog.txt?h=$changelog_branch) is:\n\n";
 print $changelog;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list