[tor-browser-build/maint-10.0] Update makefile release target and tag build2

commit c5431b7c2fff0e98580ebfe795e12bcef9ab0370 Author: Matthew Finkel <sysrqb@torproject.org> Date: Thu Sep 17 18:32:33 2020 +0000 Update makefile release target and tag build2 --- Makefile | 2 +- rbm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e2e104..15c8674 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ rbm=./rbm/rbm all: release release: submodule-update - $(rbm) build release --target release --target torbrowser-all + $(rbm) build release --target release --target torbrowser-all-desktop release-android: submodule-update $(rbm) build release --target release --target torbrowser-all-android diff --git a/rbm.conf b/rbm.conf index bd1c8a2..ac24f8f 100644 --- a/rbm.conf +++ b/rbm.conf @@ -25,7 +25,7 @@ buildconf: var: torbrowser_version: '10.0' - torbrowser_build: 'build1' + torbrowser_build: 'build2' torbrowser_incremental_from: - 9.5.4 project_name: tor-browser
participants (1)
-
sysrqb@torproject.org