diff --git a/livesupport/doc/release.html b/livesupport/doc/release.html index eb9ea6f09..07bd751af 100644 --- a/livesupport/doc/release.html +++ b/livesupport/doc/release.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.

Scope

@@ -51,7 +51,7 @@ control system To get a fresh copy of the LiveSupport repository, execute the following in an empty directory:

-
cvs -z3 -d :ext:<username>:netfinity-5.mdlf.org:/home/cvs checkout livesupport
+
cvs -z3 -d :ext:<username>@netfinity-5.mdlf.org:/home/cvs checkout -P livesupport

Where <username> is the user name for accessing the repository of the person making the release.
@@ -66,7 +66,8 @@ compiled by the master Makefile under the target tools_setup< To check this, compare tool version variables in the two files, e.g. BOOST_VERSION from Makefile with boost_version from bin/dist.sh. Make sure to check the versions for all the tools mentioned in these -files.
+files. Also check that there are no tools missing from the distribution +script that are mentioned in the master Makefile.

Creating release tarballs

To create the release tarballs, invoke the distribution script bin/dist.sh,