[tor-commits] [Git][tpo/applications/tor-browser-build][maint-12.0] Bug 40746: Remove pt_config.json from pt dir
boklm (@boklm)
git at gitlab.torproject.org
Wed Jan 18 18:52:02 UTC 2023
boklm pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build
Commits:
f5bf29d5 by Nicolas Vigier at 2023-01-18T19:51:46+01:00
Bug 40746: Remove pt_config.json from pt dir
The pt_config.json file is causing issues with macos code-signing.
- - - - -
1 changed file:
- projects/browser/build
Changes:
=====================================
projects/browser/build
=====================================
@@ -83,9 +83,9 @@ mv [% c('input_files_by_name/noscript') %] "$TBDIR/$EXTSPATH/{73a6fe31-595d-460b
mv_tbdir data/{geoip,geoip6} "$TORCONFIGPATH"
# Bridge lists will be consumed later in `bridges_conf`
- mv tor/pluggable_transports/bridges_list.*.txt $rootdir
+ mv tor/pluggable_transports/bridges_list.*.txt tor/pluggable_transports/pt_config.json $rootdir
[% IF c("var/macos_universal") %]
- rm -f aarch64/tor/pluggable_transports/bridges_list.*.txt
+ rm -f aarch64/tor/pluggable_transports/bridges_list.*.txt aarch64/tor/pluggable_transports/pt_config.json
[% END -%]
# Snowflake's README is the only documentation shipped in tor-expert-bundle
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f5bf29d523c3c04da9ac0e936af516f306d43621
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f5bf29d523c3c04da9ac0e936af516f306d43621
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/tor-commits/attachments/20230118/0b91d9a7/attachment.htm>
More information about the tor-commits
mailing list