[tbb-commits] [builders/tor-browser-build] branch main updated: Bug 40660: Update changelog-format-blog-post script to point gitlab rather than gitolite

gitolite role git at cupani.torproject.org
Tue Oct 25 06:32:35 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 a6c85b14 Bug 40660: Update changelog-format-blog-post script to point gitlab rather than gitolite
a6c85b14 is described below

commit a6c85b149af9025e6a26c17c7fcaf4c7d5e5614c
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Mon Oct 24 19:39:53 2022 +0000

    Bug 40660: Update changelog-format-blog-post script to point gitlab rather than gitolite
---
 tools/changelog-format-blog-post | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/changelog-format-blog-post b/tools/changelog-format-blog-post
index 84519bba..c9e61150 100755
--- a/tools/changelog-format-blog-post
+++ b/tools/changelog-format-blog-post
@@ -49,5 +49,6 @@ 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/browser/Bundle-Data/Docs/ChangeLog.txt?h=$changelog_branch) is:\n\n";
+print "The full changelog since [Tor Browser $last_tbversion](https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/$changelog_branch/projects/browser/Bundle-Data/Docs/ChangeLog.txt) 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