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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 41506: Use A-S branch for nightlies builds.



Title: GitLab

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:

Changes:

  • projects/application-services/config
    ... ... @@ -24,6 +24,11 @@ var:
    24 24
       nss_version: '3.110'
    
    25 25
       nspr_version: '4.36'
    
    26 26
     
    
    27
    +targets:
    
    28
    +  nightly:
    
    29
    +    git_hash: '[% c("version") %]-TORBROWSER'
    
    30
    +    tag_gpg_id: 0
    
    31
    +
    
    27 32
     steps:
    
    28 33
       build:
    
    29 34
         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 $
    122 122
     
    
    123 123
     [% IF c("var/nightly") -%]
    
    124 124
       mkdir -p "[% dest_dir %]/[% c('filename') %]/artifacts/"
    
    125
    -  mv $rootdir/[% c('input_files_by_name/fenix') %]/geckoview/artifacts/[% c("var/abi") %] [% dest_dir %]/[% c('filename') %]/artifacts
    
    125
    +  mv $rootdir/[% c('input_files_by_name/fenix') %]/artifacts[% IF !c('var/android_single_arch') %]/[% c("var/abi") %][% END %] [% dest_dir %]/[% c('filename') %]/artifacts
    
    126 126
     [% END %]

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx