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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 40856: Temporarily disable namecoin, until #40845 is fixed



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 664c0d8a
    by Nicolas Vigier at 2023-05-13T11:31:26+02:00
    Bug 40856: Temporarily disable namecoin, until #40845 is fixed
    
  • 076ffcf1
    by Nicolas Vigier at 2023-05-13T12:15:07+02:00
    Bug 40856: Temporarily stop using obfs4 main branch in nightly
    
    Until #40850 is fixed.
    

2 changed files:

Changes:

  • projects/obfs4/config
    ... ... @@ -9,11 +9,12 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
    9 9
     container:
    
    10 10
       use_container: 1
    
    11 11
     
    
    12
    -targets:
    
    13
    -  nightly:
    
    14
    -    git_hash: main
    
    15
    -    version: '[% c("abbrev") %]'
    
    16
    -    tag_gpg_id: 0
    
    12
    +# Stop using `main` on nightly, until tor-browser-build#40850 is fixed
    
    13
    +#targets:
    
    14
    +#  nightly:
    
    15
    +#    git_hash: main
    
    16
    +#    version: '[% c("abbrev") %]'
    
    17
    +#    tag_gpg_id: 0
    
    17 18
     
    
    18 19
     input_files:
    
    19 20
       - project: container-image
    

  • rbm.conf
    ... ... @@ -465,7 +465,8 @@ targets:
    465 465
           compiler: gcc
    
    466 466
           configure_opt: '[% c("var/configure_opt_project") %]'
    
    467 467
           # Only build Namecoin for linux on nightly
    
    468
    -      namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
    
    468
    +      # Temporarily disabled until we have a fix for tor-browser-build#40845
    
    469
    +      #namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
    
    469 470
           container:
    
    470 471
             suite: jessie
    
    471 472
             arch: amd64
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits