This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-2 by this push: new f8d051d6f08f fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser f8d051d6f08f is described below
commit f8d051d6f08fc3d89edd1b69f2e0ebef8dd9aed8 Author: hackademix giorgio@maone.net AuthorDate: Fri Nov 11 00:28:00 2022 +0100
fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser --- tools/torbrowser/fetch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/torbrowser/fetch.sh b/tools/torbrowser/fetch.sh index 5b5c627c0c34..f91459530553 100755 --- a/tools/torbrowser/fetch.sh +++ b/tools/torbrowser/fetch.sh @@ -7,7 +7,7 @@ BINARIES_DIR=$1 wget https://aus1.torproject.org/torbrowser/update_3/alpha/downloads.json # get url for latest alpha linux en_US package TOR_BROWSER_VERSION=$(grep -Eo ""version":"[0-9.a]+"" downloads.json | grep -Eo "[0-9.a]+") -TOR_BROWSER_PACKAGE="tor-browser-linux64-${TOR_BROWSER_VERSION}_en-US.tar.xz" +TOR_BROWSER_PACKAGE="tor-browser-linux64-${TOR_BROWSER_VERSION}_ALL.tar.xz" TOR_BROWSER_PACKAGE_URL="https://dist.torproject.org/torbrowser/$%7BTOR_BROWSER_VERSION%7D/$%7BTOR_BR..."
# remove download manifest @@ -24,7 +24,7 @@ mkdir -p "${BINARIES_DIR}"
# and extract tar -xf ${TOR_BROWSER_PACKAGE} -C "${BINARIES_DIR}" -mv "${BINARIES_DIR}/tor-browser_en-US" "${BINARIES_DIR}/dev" +mv "${BINARIES_DIR}/tor-browser" "${BINARIES_DIR}/dev"
# cleanup rm -f "${TOR_BROWSER_PACKAGE}"
tbb-commits@lists.torproject.org