[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-12.5] Bug 40857: Mullvad Browser generated downloads.json references tbb-* build tag rather than mb-*
boklm (@boklm)
git at gitlab.torproject.org
Mon Aug 28 08:30:09 UTC 2023
boklm pushed to branch maint-12.5 at The Tor Project / Applications / tor-browser-build
Commits:
46a0782d by Richard Pospesel at 2023-08-28T10:29:52+02:00
Bug 40857: Mullvad Browser generated downloads.json references tbb-* build tag rather than mb-*
- - - - -
1 changed file:
- projects/release/update_responses_config.yml
Changes:
=====================================
projects/release/update_responses_config.yml
=====================================
@@ -73,7 +73,12 @@ versions:
linux64:
minSupportedInstructionSet: SSE2
mar_compression: xz
+[% IF c("var/tor-browser") -%]
tag: 'tbb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'
+[% END -%]
+[% IF c("var/mullvad-browser") -%]
+tag: 'mb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'
+[% END -%]
[% IF c("var/tor-browser") -%]
htaccess_rewrite_rules:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/46a0782d70b8c6f5eb1e03c3d9abde60321ea0f4
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/46a0782d70b8c6f5eb1e03c3d9abde60321ea0f4
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230828/b2475e6c/attachment.htm>
More information about the tbb-commits
mailing list