[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40812: Make var/rezip in projects/firefox/config quiet



Title: GitLab

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:

Changes:

  • projects/firefox/config
    ... ... @@ -33,7 +33,7 @@ var:
    33 33
       rezip: |
    
    34 34
         rezip_tmpdir=$(mktemp -d)
    
    35 35
         mkdir -p "$rezip_tmpdir/z"
    
    36
    -    unzip -d "$rezip_tmpdir/z" -- [% c("rezip_file") %] || [ $? -lt 3 ]
    
    36
    +    unzip -q -d "$rezip_tmpdir/z" -- [% c("rezip_file") %] || [ $? -lt 3 ]
    
    37 37
         pushd "$rezip_tmpdir/z"
    
    38 38
         [% c("zip", {
    
    39 39
           zip_src => [ '.' ],
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits