boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 027cf345 by Nicolas Vigier at 2023-03-13T15:59:18+01:00 Bug 40812: Make var/rezip in projects/firefox/config quiet
- - - - -
1 changed file:
- projects/firefox/config
Changes:
===================================== projects/firefox/config ===================================== @@ -33,7 +33,7 @@ var: rezip: | rezip_tmpdir=$(mktemp -d) mkdir -p "$rezip_tmpdir/z" - unzip -d "$rezip_tmpdir/z" -- [% c("rezip_file") %] || [ $? -lt 3 ] + unzip -q -d "$rezip_tmpdir/z" -- [% c("rezip_file") %] || [ $? -lt 3 ] pushd "$rezip_tmpdir/z" [% c("zip", { zip_src => [ '.' ],
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/02...
tor-commits@lists.torproject.org