[tbb-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
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue May 23 07:19:29 UTC 2023
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:
- tools/update-packaging/make_incremental_update.sh
Changes:
=====================================
tools/update-packaging/make_incremental_update.sh
=====================================
@@ -222,6 +222,10 @@ for ((i=0; $i<$num_oldfiles; i=$i+1)); do
if check_for_add_if_update "$f"; then
# TODO: Remove once we do a watershed release
+ # The full workdir may not exist yet, so create it if necessary.
+ mkdir -p `dirname "$workdir/$f"`
+ $XZ $XZ_OPT --compress $BCJ_OPTIONS --lzma2 --format=xz --check=crc64 --force --stdout "$newdir/$f" > "$workdir/$f"
+ copy_perm "$newdir/$f" "$workdir/$f"
make_add_if_instruction "$f" "$updatemanifestv3"
archivefiles="$archivefiles \"$f\""
continue 1
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d9327485d3751eb400a845e6430ba5966201d290
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d9327485d3751eb400a845e6430ba5966201d290
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/20230523/81d35022/attachment-0001.htm>
More information about the tbb-commits
mailing list