[tbb-commits] [builders/tor-browser-build] branch main updated: Bug 40610: Fix copying of src tarballs

gitolite role git at cupani.torproject.org
Fri Aug 19 17:32:45 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch main
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/main by this push:
     new 9cd7a6e  Bug 40610: Fix copying of src tarballs
9cd7a6e is described below

commit 9cd7a6e4ad92802fd5baf7b870489bab65d36264
Author: Nicolas Vigier <boklm at torproject.org>
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 96652b8..ed110ee 100644
--- a/projects/release/build
+++ b/projects/release/build
@@ -37,7 +37,7 @@ mkdir -p "$destdir"
 [% IF c("var/browser-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') %]      \
       [% IF c("var/tor-browser"); GET c('input_files_by_name/src-tor-launcher'); END %] \
       "$destdir"/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list