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

Commits:

2 changed files:

Changes:

  • Makefile
    ... ... @@ -631,21 +631,18 @@ cargo_vendor-application-services: submodule-update
    631 631
     cargo_vendor-cbindgen: submodule-update
    
    632 632
     	$(rbm) build cbindgen --step cargo_vendor --target alpha --target torbrowser-linux-x86_64
    
    633 633
     
    
    634
    -go_vendor-snowflake-alpha: submodule-update
    
    634
    +go_vendor-snowflake: submodule-update
    
    635 635
     	$(rbm) build snowflake --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    636 636
     
    
    637
    -go_vendor-conjure-alpha: submodule-update
    
    637
    +go_vendor-conjure: submodule-update
    
    638 638
     	$(rbm) build conjure --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    639 639
     
    
    640
    -go_vendor-webtunnel-alpha: submodule-update
    
    640
    +go_vendor-webtunnel: submodule-update
    
    641 641
     	$(rbm) build webtunnel --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    642 642
     
    
    643
    -go_vendor-lyrebird-alpha: submodule-update
    
    643
    +go_vendor-lyrebird: submodule-update
    
    644 644
     	$(rbm) build lyrebird --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    645 645
     
    
    646
    -go_vendor-lyrebird-nightly: submodule-update
    
    647
    -	$(rbm) build lyrebird --step go_vendor --target nightly --target torbrowser-linux-x86_64
    
    648
    -
    
    649 646
     
    
    650 647
     #############
    
    651 648
     # rcodesign #
    

  • doc/how-to-update-go-dependencies.txt
    ... ... @@ -2,8 +2,7 @@ When the dependencies of a go project ($project in the following lines)
    2 2
     are changing:
    
    3 3
     
    
    4 4
     - the go.mod and go.sum files in $project.git are updated
    
    5
    -- in tor-browser-build, run `make go_vendor-$project-alpha` or
    
    6
    -  `make go_vendor-$project-nightly`
    
    5
    +- in tor-browser-build, run `make go_vendor-$project`
    
    7 6
     - find the new file created in directory `out/$project/go_vendor` and
    
    8 7
       compute its sha256sum
    
    9 8
     - in `projects/$project/config`, update `norec/sha256sum` for `go_vendor`