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:
- projects/obfs4/config - rbm.conf
Changes:
===================================== projects/obfs4/config ===================================== @@ -9,11 +9,12 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil container: use_container: 1
-targets: - nightly: - git_hash: main - version: '[% c("abbrev") %]' - tag_gpg_id: 0 +# Stop using `main` on nightly, until tor-browser-build#40850 is fixed +#targets: +# nightly: +# git_hash: main +# version: '[% c("abbrev") %]' +# tag_gpg_id: 0
input_files: - project: container-image
===================================== rbm.conf ===================================== @@ -465,7 +465,8 @@ targets: compiler: gcc configure_opt: '[% c("var/configure_opt_project") %]' # Only build Namecoin for linux on nightly - namecoin: '[% c("var/nightly") && c("var/tor-browser") %]' + # Temporarily disabled until we have a fix for tor-browser-build#40845 + #namecoin: '[% c("var/nightly") && c("var/tor-browser") %]' container: suite: jessie arch: amd64
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/5...
tbb-commits@lists.torproject.org