[tbb-commits] [builders/tor-browser-build] 01/02: Revert "Bug 40610: Fix copying of src tarballs"

gitolite role git at cupani.torproject.org
Tue Aug 23 20:08:09 UTC 2022


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.

commit 083a4921649d557b7484013838361a4410682ed9
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Tue Aug 23 16:52:09 2022 +0000

    Revert "Bug 40610: Fix copying of src tarballs"
    
    This reverts commit 288f7d2cca0f696a08b430dd278c747949eac7d5.
    
    This commit did not need to be backported
---
 projects/release/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/release/build b/projects/release/build
index ea82c8f..c859828 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/browser-src") -%]
+[% IF c("var/torbrowser-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.


More information about the tbb-commits mailing list