[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40812: Make var/rezip in projects/firefox/config quiet
boklm (@boklm)
git at gitlab.torproject.org
Mon Mar 13 15:00:04 UTC 2023
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/027cf34598dbbf15344159a2e929912a39120829
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/027cf34598dbbf15344159a2e929912a39120829
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/20230313/39a6e34f/attachment-0001.htm>
More information about the tbb-commits
mailing list