Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
juga
sbws
Commits
ba4791d1
Commit
ba4791d1
authored
Jun 26, 2020
by
juga
Browse files
fix: Replace links from Trac to Gitlab
parent
748cf1c1
Changes
6
Hide whitespace changes
Inline
Side-by-side
docs/source/contributing.rst
View file @
ba4791d1
...
...
@@ -17,9 +17,8 @@ Bug reports or feature requests
.. _ticket-ref:
* Open a ticket in
`Tor Project Trac <https://trac.torproject.org>`_
and assign the component to ``Core Tor``/``sbws``.
* Open a issue in
`Tor Project Trac <https://gitlab.torproject.org/tpo/network-health/sbws/-/issues>`_ .
Code/documentation patches
---------------------------
...
...
docs/source/man_sbws.ini.rst
View file @
ba4791d1
...
...
@@ -226,4 +226,4 @@ SEE ALSO
BUGS
----
Please report bugs at https://trac.torproject.org/.
\ No newline at end of file
Please report bugs at https://gitlab.torproject.org/tpo/network-health/sbws/-/issues/.
docs/source/man_sbws.rst
View file @
ba4791d1
...
...
@@ -114,4 +114,4 @@ https://gitweb.torproject.org/torspec.git/tree/bandwidth-file-spec.txt,
BUGS
----
Please report bugs at https://trac.torproject.org/.
\ No newline at end of file
Please report bugs at https://gitlab.torproject.org/tpo/network-health/sbws/-/issues/.
docs/source/tor_bandwidth_files.rst
View file @
ba4791d1
...
...
@@ -18,7 +18,7 @@ To appear in Tor v0.4.1.x:
bandwidth-file-digest sha256=01234567890123456789abcdefghijkl
https://
trac
.torproject.org/
projects/tor/ticket
/26698
https://
gitlab
.torproject.org/
tpo/core/tor/-/issues
/26698
Directory authorities' bandwidth file URL
-----------------------------------------
...
...
@@ -29,4 +29,4 @@ To appear in Tor v0.4.1.x:
/tor/status-vote/next/bandwidth.z
https://
trac
.torproject.org/
projects/tor/ticket
/21377
https://
gitlab
.torproject.org/
tpo/core/tor/-/issues
/21377
sbws/core/scanner.py
View file @
ba4791d1
...
...
@@ -43,7 +43,9 @@ rd = None
controller
=
None
FILLUP_TICKET_MSG
=
"""Something went wrong.
Please create a ticket in https://trac.torproject.org with this traceback."""
Please create an issue at
https://gitlab.torproject.org/tpo/network-health/sbws/-/issues with this
traceback."""
def
stop_threads
(
signal
,
frame
,
exit_code
=
0
):
...
...
sbws/lib/v3bwfile.py
View file @
ba4791d1
...
...
@@ -1250,7 +1250,7 @@ class V3BWFile(object):
# Generators SHOULD NOT limit measured bandwidths based on
# descriptors' bandwidth-observed, because that penalises new
# relays.
# See https://
trac
.torproject.org/
projects/tor/ticket
/8494
# See https://
gitlab
.torproject.org/
tpo/core/tor/-/issues
/8494
# If the observed bandwidth is None, it is not possible to
# calculate the minimum with the other descriptors.
# Only in this case, take the consensus bandwidth.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment