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


Commits:
f3939e09 by Nicolas Vigier at 2023-12-05T16:44:03+01:00
Bug 41036: Remove go_vendor-lyrebird-nightly makefile target

Since after #40948 we don't check lyrebird-vendor sha256sum in nightly,
we don't need to use the `go_vendor-lyrebird-nightly` makefile target
anymore.

- - - - -
38fc8374 by Nicolas Vigier at 2023-12-05T16:46:01+01:00
Bug 41036: Rename go_vendor-$project-alpha make targets to go_vendor-$project

Since we don't have a `-nightly` target anymore, we don't need to keep
`-alpha` in the other targets.

- - - - -


2 changed files:

- Makefile
- doc/how-to-update-go-dependencies.txt


Changes:

=====================================
Makefile
=====================================
@@ -631,21 +631,18 @@ cargo_vendor-application-services: submodule-update
 cargo_vendor-cbindgen: submodule-update
        $(rbm) build cbindgen --step cargo_vendor --target alpha --target 
torbrowser-linux-x86_64
 
-go_vendor-snowflake-alpha: submodule-update
+go_vendor-snowflake: submodule-update
        $(rbm) build snowflake --step go_vendor --target alpha --target 
torbrowser-linux-x86_64
 
-go_vendor-conjure-alpha: submodule-update
+go_vendor-conjure: submodule-update
        $(rbm) build conjure --step go_vendor --target alpha --target 
torbrowser-linux-x86_64
 
-go_vendor-webtunnel-alpha: submodule-update
+go_vendor-webtunnel: submodule-update
        $(rbm) build webtunnel --step go_vendor --target alpha --target 
torbrowser-linux-x86_64
 
-go_vendor-lyrebird-alpha: submodule-update
+go_vendor-lyrebird: submodule-update
        $(rbm) build lyrebird --step go_vendor --target alpha --target 
torbrowser-linux-x86_64
 
-go_vendor-lyrebird-nightly: submodule-update
-       $(rbm) build lyrebird --step go_vendor --target nightly --target 
torbrowser-linux-x86_64
-
 
 #############
 # rcodesign #


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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/bfc545e40437cfaae25eaf27c3a88a9da0199d8e...38fc83743f8fc15081af4a5d714e5853cab7d8f3

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


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

Reply via email to