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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.1.0esr-13.0-1] fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser



Title: GitLab

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

Commits:

  • 2ea13924
    by Pier Angelo Vendrame at 2023-08-17T13:16:41+02:00
    fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
    
    Bug 41967: Add a Makefile recipe to create multi-lingual dev builds
    

1 changed file:

Changes:

  • tools/torbrowser/build.sh
    ... ... @@ -4,4 +4,12 @@ DEV_ROOT=$1
    4 4
     
    
    5 5
     cd $DEV_ROOT
    
    6 6
     ./mach build
    
    7
    -./mach build stage-package
    7
    +
    
    8
    +if [ -z "$LOCALES" ]; then
    
    9
    +  ./mach build stage-package
    
    10
    +else
    
    11
    +  export MOZ_CHROME_MULTILOCALE=$LOCALES
    
    12
    +  # No quotes on purpose
    
    13
    +  ./mach package-multi-locale --locales en-US $MOZ_CHROME_MULTILOCALE
    
    14
    +  AB_CD=multi ./mach build stage-package
    
    15
    +fi

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