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/018d3f2e21883a2d797008750c57b288d82ee192...4015ef369806fa57b5ce0e2317a65cfbf4efcc82

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/018d3f2e21883a2d797008750c57b288d82ee192...4015ef369806fa57b5ce0e2317a65cfbf4efcc82
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to