richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
80aba136 by Nicolas Vigier at 2023-11-22T17:47:25+00:00
Bug 41024: Update apk filenames in Release Prep issue templates
- - - - -
e428cb50 by Nicolas Vigier at 2023-11-22T17:47:25+00:00
Bug 40970: Add missing create-blog-post.torbrowser -> create-blog-post symlink
- - - - -
b139d6bd by Nicolas Vigier at 2023-11-22T17:47:25+00:00
Bug 41023: Update lead.png symlink in tools/signing/create-blog-post
- - - - -
cc22e599 by Nicolas Vigier at 2023-11-22T17:47:25+00:00
Bug 41023: Update tor browser release blog post template
- - - - -
4 changed files:
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
- tools/signing/create-blog-post
- + tools/signing/create-blog-post.torbrowser
Changes:
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
=====================================
@@ -216,7 +216,7 @@
- Log into https://play.google.com/apps/publish
- Select `Tor Browser (Alpha)` app
- Navigate to `Release > Production` and click `Create new release` button:
- - Upload the `*.multi.apk` APKs
+ - Upload the `tor-browser-android-*.apk` APKs
- Update Release Name to Tor Browser version number
- Update Release Notes
- Next to 'Release notes', click `Copy from a previous release`
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Stable.md
=====================================
@@ -197,7 +197,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE
- Log into https://play.google.com/apps/publish
- Select `Tor Browser` app
- Navigate to `Release > Production` and click `Create new release` button:
- - Upload the `*.multi.apk` APKs
+ - Upload the `tor-browser-android-*.apk` APKs
- Update Release Name to Tor Browser version number
- Update Release Notes
- Next to 'Release notes', click `Copy from a previous release`
=====================================
tools/signing/create-blog-post
=====================================
@@ -18,12 +18,12 @@ echo "Created directory $blog_dir"
if test "$tbb_version_type" = "release"
then
- lead=../../../assets/static/images/blog/tor-browser-11.jpg
+ lead=../../../assets/static/images/blog/tor-browser-13.png
else
lead=../../../assets/static/images/blog/tor-browser_0_0.png
fi
-ln -s "$lead" "$blog_dir/lead.jpg"
-echo "Created $blog_dir/lead.jpg -> $lead"
+ln -s "$lead" "$blog_dir/lead.png"
+echo "Created $blog_dir/lead.png -> $lead"
if test "$tbb_version_type" = "release"
@@ -55,6 +55,12 @@ Tor Browser $tbb_version is now available from the [Tor Browser download page]($
This version includes important [security updates](https://www.mozilla.org/en-US/security/advisories/) to Firefox.
+## Send us your feedback
+
+If you find a bug or have a suggestion for how we could improve this release, [please let us know](https://support.torproject.org/misc/bug-or-feedback/).
+
+## Full changelog
+
EOF
$script_dir/../changelog-format-blog-post >> "$contents_lr"
=====================================
tools/signing/create-blog-post.torbrowser
=====================================
@@ -0,0 +1 @@
+create-blog-post
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
5900efe7 by Nicolas Vigier at 2023-11-22T09:47:49+01:00
Bug 41024: Update apk filenames in Release Prep issue templates
- - - - -
5df249b3 by Nicolas Vigier at 2023-11-22T09:49:15+01:00
Bug 40970: Add missing create-blog-post.torbrowser -> create-blog-post symlink
- - - - -
531f2c40 by Nicolas Vigier at 2023-11-22T09:50:29+01:00
Bug 41023: Update lead.png symlink in tools/signing/create-blog-post
- - - - -
bbe3a232 by Nicolas Vigier at 2023-11-22T09:51:48+01:00
Bug 41023: Update tor browser release blog post template
- - - - -
4 changed files:
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
- tools/signing/create-blog-post
- + tools/signing/create-blog-post.torbrowser
Changes:
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
=====================================
@@ -216,7 +216,7 @@
- Log into https://play.google.com/apps/publish
- Select `Tor Browser (Alpha)` app
- Navigate to `Release > Production` and click `Create new release` button:
- - Upload the `*.multi.apk` APKs
+ - Upload the `tor-browser-android-*.apk` APKs
- Update Release Name to Tor Browser version number
- Update Release Notes
- Next to 'Release notes', click `Copy from a previous release`
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Stable.md
=====================================
@@ -197,7 +197,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE
- Log into https://play.google.com/apps/publish
- Select `Tor Browser` app
- Navigate to `Release > Production` and click `Create new release` button:
- - Upload the `*.multi.apk` APKs
+ - Upload the `tor-browser-android-*.apk` APKs
- Update Release Name to Tor Browser version number
- Update Release Notes
- Next to 'Release notes', click `Copy from a previous release`
=====================================
tools/signing/create-blog-post
=====================================
@@ -18,12 +18,12 @@ echo "Created directory $blog_dir"
if test "$tbb_version_type" = "release"
then
- lead=../../../assets/static/images/blog/tor-browser-11.jpg
+ lead=../../../assets/static/images/blog/tor-browser-13.png
else
lead=../../../assets/static/images/blog/tor-browser_0_0.png
fi
-ln -s "$lead" "$blog_dir/lead.jpg"
-echo "Created $blog_dir/lead.jpg -> $lead"
+ln -s "$lead" "$blog_dir/lead.png"
+echo "Created $blog_dir/lead.png -> $lead"
if test "$tbb_version_type" = "release"
@@ -55,6 +55,12 @@ Tor Browser $tbb_version is now available from the [Tor Browser download page]($
This version includes important [security updates](https://www.mozilla.org/en-US/security/advisories/) to Firefox.
+## Send us your feedback
+
+If you find a bug or have a suggestion for how we could improve this release, [please let us know](https://support.torproject.org/misc/bug-or-feedback/).
+
+## Full changelog
+
EOF
$script_dir/../changelog-format-blog-post >> "$contents_lr"
=====================================
tools/signing/create-blog-post.torbrowser
=====================================
@@ -0,0 +1 @@
+create-blog-post
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch main at The Tor Project / Applications / RBM
Commits:
40acf540 by Nicolas Vigier at 2023-11-15T10:42:52+01:00
Bug 40063: Set PATH when using chroot
This should fix an issue on Fedora (Thanks to @NoisyCoil for reporting
it).
- - - - -
1 changed file:
- container
Changes:
=====================================
container
=====================================
@@ -95,7 +95,9 @@ sub run_chroot {
# On some systems resolv.conf is a symlink (see #40015)
local $File::Copy::Recursive::CopyLink = 0;
fcopy('/etc/resolv.conf', "$rootfsdir/etc/resolv.conf");
- local %ENV = ();
+ local %ENV = (
+ PATH => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
+ );
path("$rootfsdir/etc/hosts")->append("\n127.0.1.1 rbm\n")
unless grep { m/^127.0.1.1 rbm$/ } path("$rootfsdir/etc/hosts")->lines;
system('hostname', 'rbm');
@@ -110,6 +112,9 @@ sub copy_file_to {
my $filename = fileparse($src);
rcopy($src, "$rootfsdir/$dst/$filename")
or exit_error "Failed to copy $src to $rootfsdir/$dst/$filename";
+ local %ENV = (
+ PATH => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
+ );
return system('/usr/sbin/chroot', $rootfsdir, 'chown', '-R', $owner, $dst);
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/40acf540fe75055…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/40acf540fe75055…
You're receiving this email because of your account on gitlab.torproject.org.