[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [builders/tor-browser-build] branch maint-11.5 updated: Bug 40610: Fix copying of src tarballs
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch maint-11.5
in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/maint-11.5 by this push:
new 288f7d2 Bug 40610: Fix copying of src tarballs
288f7d2 is described below
commit 288f7d2cca0f696a08b430dd278c747949eac7d5
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
AuthorDate: Fri Aug 19 10:48:45 2022 +0200
Bug 40610: Fix copying of src tarballs
Fixing an issue introduced in 70dc7d9f9bbcd5439dcf72b7c48e405756f5ef95:
var/torbrowser-src was renamed to var/browser-src, but we did not update
it in projects/release/build.
---
projects/release/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/release/build b/projects/release/build
index c859828..ea82c8f 100644
--- a/projects/release/build
+++ b/projects/release/build
@@ -33,7 +33,7 @@ mkdir -p "$destdir"
[% IF c("var/torbrowser-linux-x86_64") -%]
mv [% c('input_files_by_name/linux-x86_64') %]/* "$destdir"/
[% END -%]
-[% IF c("var/torbrowser-src") -%]
+[% IF c("var/browser-src") -%]
mv [% c('input_files_by_name/src-firefox') %] \
[% c('input_files_by_name/src-tor-launcher') %] \
"$destdir"/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits