[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 40856: Temporarily disable namecoin, until #40845 is fixed
boklm (@boklm)
git at gitlab.torproject.org
Sat May 13 10:32:47 UTC 2023
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/5adcbf3853394f7ceb4892bc933fae438f4dfa98...076ffcf14d8f51d1837889c25a0fddc0afc42796
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/5adcbf3853394f7ceb4892bc933fae438f4dfa98...076ffcf14d8f51d1837889c25a0fddc0afc42796
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230513/d52982d8/attachment-0001.htm>
More information about the tor-commits
mailing list