This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 87b2ce6f84 Trigger OOS on bind failures (fixes #40597) new 71b68f32eb Remove fallback-consensus rule new d18b118bcc Merge branch 'tor-gitlab/mr/568' new 160bf44c9b doc: fix out-of-tree build from git new 62f505efd8 Merge branch 'tor-gitlab/mr/566'
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: doc/asciidoc-helper.sh | 2 +- src/config/include.am | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 160bf44c9b5bfa6410a74ed7f396de29c151b129 Author: Alex Xu (Hello71) alex_y_xu@yahoo.ca AuthorDate: Tue Apr 26 10:12:03 2022 -0400
doc: fix out-of-tree build from git --- doc/asciidoc-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh index 98e216e68a..a3e2f8f9bf 100755 --- a/doc/asciidoc-helper.sh +++ b/doc/asciidoc-helper.sh @@ -12,7 +12,7 @@ if [ $# != 3 ]; then exit 1 fi
-SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')" +SOURCE_DATE_EPOCH="$(git -C "$(dirname "$0")" show --no-patch --format='%ct')" export SOURCE_DATE_EPOCH
output=$3
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 71b68f32eb7b853e15a2d977731e572974758698 Author: Alex Xu (Hello71) alex_y_xu@yahoo.ca AuthorDate: Wed Apr 27 01:34:09 2022 -0400
Remove fallback-consensus rule
This rule has not been used since 4ead083dbc7 ("Do not ship a fallback-consensus until the related bugs are fixed.") in 2008, and fallback-consensus support was removed in f742b33d85c ("Drop FallbackNetworkstatusFile; it never worked."). --- src/config/include.am | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/src/config/include.am b/src/config/include.am index ee38934938..351f32f575 100644 --- a/src/config/include.am +++ b/src/config/include.am @@ -12,9 +12,3 @@ EXTRA_DIST+= \ conf_DATA = src/config/torrc.sample
tordata_DATA = src/config/geoip src/config/geoip6 -# fallback_consensus - -# If we don't have it, fake it. -src_config_fallback-consensus: - touch src/config/fallback-consensus -
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit d18b118bccb4543975376fa5890bf72a83637620 Merge: 87b2ce6f84 71b68f32eb Author: David Goulet dgoulet@torproject.org AuthorDate: Tue May 24 13:09:36 2022 -0400
Merge branch 'tor-gitlab/mr/568'
src/config/include.am | 6 ------ 1 file changed, 6 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 62f505efd8583756c0df95975e10acea49a3f7c2 Merge: d18b118bcc 160bf44c9b Author: David Goulet dgoulet@torproject.org AuthorDate: Tue May 24 13:10:14 2022 -0400
Merge branch 'tor-gitlab/mr/566'
doc/asciidoc-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
tor-commits@lists.torproject.org