has been improved. (`#773`_)
For other changes not mentioned here, see
-<https://tahoe-lafs.org/trac/tahoe/query?milestone=1.6.0&keywords=!~news-done>.
+<https://tahoe-lafs.org/trac/tahoe-lafs/query?milestone=1.6.0&keywords=!~news-done>.
To include the tickets mentioned above, go to
-<https://tahoe-lafs.org/trac/tahoe/query?milestone=1.6.0>.
+<https://tahoe-lafs.org/trac/tahoe-lafs/query?milestone=1.6.0>.
.. _`#121`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/121
.. _`#287`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/287
characters in Tahoe v1.3 (although depending on your platform it
might, especially if your platform can be configured to pass such
characters on the command-line in utf-8 encoding). See
-https://tahoe-lafs.org/trac/tahoe/ticket/565 for details.
+https://tahoe-lafs.org/trac/tahoe-lafs/ticket/565 for details.
Web changes
'''''''''''
- Clients now declare which versions of the protocols they
support. This is part of a new backwards-compatibility system:
- https://tahoe-lafs.org/trac/tahoe/wiki/Versioning .
+ https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Versioning .
- The version strings for human inspection (as displayed on the
Welcome web page, and included in logs) now includes a platform
So, to access the directory named above (which happens to be the
publically-writeable sample directory on the Tahoe test grid, described at
-http://allmydata.org/trac/tahoe/wiki/TestGrid), the URL would be::
+http://allmydata.org/trac/tahoe-lafs/wiki/TestGrid), the URL would be::
http://127.0.0.1:3456/uri/URI%3ADIR2%3Adjrdkfawoqihigoett4g6auz6a%3Ajx5mplfpwexnoqff7y5e4zjus4lidm76dcuarpct7cckorh2dpgq/
For optional features such as tighter integration with your operating
system's package manager, you can see the `AdvancedInstall
-<https://tahoe-lafs.org/trac/tahoe/wiki/AdvancedInstall>`_ wiki page.
+<https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall>`_ wiki page.
The options on that page are not necessary to use Tahoe-LAFS and can be
complicated, so we do not recommend following that page unless you have
unusual requirements for advanced optional features. For most people,
Boulder, Colorado, USA
-[1] https://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=5164
+[1] https://tahoe-lafs.org/trac/tahoe-lafs/browser/relnotes.txt?rev=5164
[2] https://tahoe-lafs.org/trac/tahoe-lafs/browser/1.8.3/NEWS.rst?rev=5014
-[3] https://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.rst
-[4] https://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects
-[5] https://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL
-[6] https://tahoe-lafs.org/trac/tahoe/browser/COPYING.TGPPL.rst
+[3] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst
+[4] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
+[5] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
+[6] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
[7] https://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.rst
[8] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
-[9] https://tahoe-lafs.org/trac/tahoe/roadmap
+[9] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
[10] https://tahoe-lafs.org/trac/tahoe-lafs/browser/1.8.3/CREDITS?rev=5003
-[11] https://tahoe-lafs.org/trac/tahoe/wiki/Dev
+[11] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev
[12] https://tahoe-lafs.org/hacktahoelafs/
# __full_version__ is the one that you ought to use when identifying yourself in the
# "application" part of the Tahoe versioning scheme:
-# http://allmydata.org/trac/tahoe/wiki/Versioning
+# http://allmydata.org/trac/tahoe-lafs/wiki/Versioning
__full_version__ = __appname__ + '/' + str(__version__)
import os, platform, re, subprocess, sys, traceback
self.basedir = self.mktemp()
_basedir()
# This scenario is at
- # http://allmydata.org/trac/tahoe/ticket/778#comment:52
+ # http://allmydata.org/trac/tahoe-lafs/ticket/778#comment:52
#
# The scenario in comment:52 proposes that we have a layout
# like:
def test_problem_layout_comment_53(self):
# This scenario is at
- # http://allmydata.org/trac/tahoe/ticket/778#comment:53
+ # http://allmydata.org/trac/tahoe-lafs/ticket/778#comment:53
#
# Set up the grid to have one server
def _change_basedir(ign):
# on all URIs, even though we would only strictly need to do so for caps of
# new formats (post Tahoe-LAFS 1.6). URIs that are not consistent with their
# prefix are treated as unknown. This should be revisited when we add the
- # new cap formats. See <http://allmydata.org/trac/tahoe/ticket/833#comment:31>.
+ # new cap formats. See <http://allmydata.org/trac/tahoe-lafs/ticket/833#comment:31>.
s = u
can_be_mutable = can_be_writeable = not deep_immutable
if s.startswith(ALLEGED_IMMUTABLE_PREFIX):