boklm pushed to branch main at The Tor Project / Applications /
tor-browser-build
Commits:
24cfd195 by Nicolas Vigier at 2025-05-23T11:17:49+02:00
Bug 41444: Avoid removing $destdir in projects/release/build
fixup for 984f7ff0876776ec67d2349cc721077e602b6207.
In our nightly builds setup the logs directory is stored in $destdir, so
we should not remove that directory.
- - - - -
1 changed file:
- projects/release/build
Changes:
=====================================
projects/release/build
=====================================
@@ -3,7 +3,6 @@
# reset HOME which was changed by var/set_default_env, for gpg
[% IF ENV.HOME %]export HOME="[% ENV.HOME %]"[% END %]
destdir="[% dest_dir _ '/' _ c("var/publish_dir") %]"
-rm -rf "$destdir"
mkdir -p "$destdir"
[% IF c("var/browser_platforms/android-armv7") -%]
mv [% c('input_files_by_name/android-armv7') %]/* "$destdir"/
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/24cfd1952bd190091d984bf7ead8de3ae799d830
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/24cfd1952bd190091d984bf7ead8de3ae799d830
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]