mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
docs: convert NEWS to NEWS.rst and change all references to it.
This commit is contained in:
parent
435dcfd6ff
commit
a817163cc6
@ -1,4 +1,4 @@
|
||||
[ ] 1 update doc files: `<../relnotes.txt>`_, `<../CREDITS>`_, `<known_issues.rst>`_, `<../NEWS>`_. Add release name and date to top-most item in NEWS.
|
||||
[ ] 1 update doc files: `<../relnotes.txt>`_, `<../CREDITS>`_, `<known_issues.rst>`_, `<../NEWS.rst>`_. Add release name and date to top-most item in NEWS.
|
||||
|
||||
[ ] 2 change `<quickstart.rst>`_ to point to just the current allmydata-tahoe-X.Y.Z.zip source code file, or else to point to a directory which contains only allmydata-tahoe-X.Y.Z.* source code files
|
||||
|
||||
|
@ -14,7 +14,7 @@ DEBNAME := $(firstword $(DEB_PACKAGES))
|
||||
|
||||
STAGING_DIR := $(CURDIR)/debian/$(DEBNAME)
|
||||
|
||||
DEB_INSTALL_DOCS_ALL := COPYING.TGPPL.html CREDITS NEWS README.txt relnotes.txt \
|
||||
DEB_INSTALL_DOCS_ALL := COPYING.TGPPL.html CREDITS NEWS.rst README.txt relnotes.txt \
|
||||
docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
DEB_COMPRESS_EXCLUDE := .tac
|
||||
|
||||
|
@ -15,7 +15,7 @@ DEBNAME := $(firstword $(DEB_PACKAGES))
|
||||
STAGING_DIR := $(CURDIR)/debian/$(DEBNAME)
|
||||
|
||||
DEB_INSTALL_DOCS_ALL := COPYING.GPL COPYING.TGPPL.html CREDITS \
|
||||
NEWS README.txt relnotes.txt docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
NEWS.rst README.txt relnotes.txt docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
DEB_COMPRESS_EXCLUDE := .tac
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@ DEBNAME := $(firstword $(DEB_PACKAGES))
|
||||
STAGING_DIR := $(CURDIR)/debian/$(DEBNAME)
|
||||
|
||||
DEB_INSTALL_DOCS_ALL := COPYING.GPL COPYING.TGPPL.html CREDITS \
|
||||
NEWS README.txt relnotes.txt docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
NEWS.rst README.txt relnotes.txt docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
DEB_COMPRESS_EXCLUDE := .tac
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@ DEBNAME := $(firstword $(DEB_PACKAGES))
|
||||
STAGING_DIR := $(CURDIR)/debian/$(DEBNAME)
|
||||
|
||||
DEB_INSTALL_DOCS_ALL := COPYING.GPL COPYING.TGPPL.html CREDITS \
|
||||
NEWS README.txt relnotes.txt docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
NEWS.rst README.txt relnotes.txt docs misc/operations_helpers/spacetime misc/operations_helpers/cpu-watcher.tac
|
||||
DEB_COMPRESS_EXCLUDE := .tac
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ released October 28, 2010 [1].
|
||||
|
||||
v1.8.2 is a stable bugfix release, adding compatibility with
|
||||
the recently-released Twisted-10.2, and correcting a number of
|
||||
minor issues. See the NEWS file [2] for details.
|
||||
minor issues. See the NEWS.rst file [2] for details.
|
||||
|
||||
|
||||
WHAT IS IT GOOD FOR?
|
||||
@ -145,7 +145,7 @@ San Francisco, California, USA
|
||||
|
||||
|
||||
[1] http://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=4865
|
||||
[2] http://tahoe-lafs.org/trac/tahoe/browser/NEWS?rev=5000
|
||||
[2] http://tahoe-lafs.org/trac/tahoe/browser/NEWS.rst?rev=5000
|
||||
[3] http://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects
|
||||
[4] http://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.rst
|
||||
[5] http://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL
|
||||
|
@ -553,7 +553,7 @@ class Repairer(GridTestMixin, unittest.TestCase, RepairTestMixin,
|
||||
|
||||
# why is test_repair_from_corruption_of_1 disabled? Read on:
|
||||
#
|
||||
# As recently documented in NEWS for the 1.3.0 release, the current
|
||||
# As recently documented in NEWS.rst for the 1.3.0 release, the current
|
||||
# immutable repairer suffers from several limitations:
|
||||
#
|
||||
# * minimalistic verifier: it's just download without decryption, so we
|
||||
|
Loading…
Reference in New Issue
Block a user