
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 23a8e4ee by Pier Angelo Vendrame at 2025-07-09T09:46:27+02:00 Bug 41506: Use A-S branch for nightlies builds. - - - - - 4015ef36 by Pier Angelo Vendrame at 2025-07-09T09:47:18+02:00 Bug 41507: Fix artifact copy in single-arch build. It seems single-arch builds do not use subdirectories for artifacts. - - - - - 2 changed files: - projects/application-services/config - projects/browser/build.android Changes: ===================================== projects/application-services/config ===================================== @@ -24,6 +24,11 @@ var: nss_version: '3.110' nspr_version: '4.36' +targets: + nightly: + git_hash: '[% c("version") %]-TORBROWSER' + tag_gpg_id: 0 + steps: build: filename: '[% project %]-[% c("version") %]-[% c("var/rebuild_date") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' ===================================== projects/browser/build.android ===================================== @@ -122,5 +122,5 @@ apksigner sign --verbose --min-sdk-version [% c("var/android_min_api") %] --ks $ [% IF c("var/nightly") -%] mkdir -p "[% dest_dir %]/[% c('filename') %]/artifacts/" - mv $rootdir/[% c('input_files_by_name/fenix') %]/geckoview/artifacts/[% c("var/abi") %] [% dest_dir %]/[% c('filename') %]/artifacts + mv $rootdir/[% c('input_files_by_name/fenix') %]/artifacts[% IF !c('var/android_single_arch') %]/[% c("var/abi") %][% END %] [% dest_dir %]/[% c('filename') %]/artifacts [% END %] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/0... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/0... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)