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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.11.0esr-12.5-1] fixup! Bug 41668: Tweaks to the Base Browser updater for Tor Browser



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-102.11.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • d9327485
    by Pier Angelo Vendrame at 2023-05-23T09:07:24+02:00
    fixup! Bug 41668: Tweaks to the Base Browser updater for Tor Browser
    
    Bug 41776 (fix): Added some missing lines to the previous patch
    

1 changed file:

Changes:

  • tools/update-packaging/make_incremental_update.sh
    ... ... @@ -222,6 +222,10 @@ for ((i=0; $i<$num_oldfiles; i=$i+1)); do
    222 222
     
    
    223 223
         if check_for_add_if_update "$f"; then
    
    224 224
           # TODO: Remove once we do a watershed release
    
    225
    +      # The full workdir may not exist yet, so create it if necessary.
    
    226
    +      mkdir -p `dirname "$workdir/$f"`
    
    227
    +      $XZ $XZ_OPT --compress $BCJ_OPTIONS --lzma2 --format=xz --check=crc64 --force --stdout "$newdir/$f" > "$workdir/$f"
    
    228
    +      copy_perm "$newdir/$f" "$workdir/$f"
    
    225 229
           make_add_if_instruction "$f" "$updatemanifestv3"
    
    226 230
           archivefiles="$archivefiles \"$f\""
    
    227 231
           continue 1
    

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