This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Inetutils ".
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=09cc6ce9657c85f9843c1c30279ec03ffbc6faf3 The branch, master has been updated via 09cc6ce9657c85f9843c1c30279ec03ffbc6faf3 (commit) from ee74cb4a80f4b8261a5745f8d8efb369a2993d81 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 09cc6ce9657c85f9843c1c30279ec03ffbc6faf3 Author: Sergey Poznyakoff <[email protected]> Date: Thu Aug 20 11:17:07 2009 +0300 Update README-alpha to reflect Git migration. ----------------------------------------------------------------------- Summary of changes: README-alpha | 28 ++++++++++++---------------- 1 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README-alpha b/README-alpha index 088eb25..2cabb42 100644 --- a/README-alpha +++ b/README-alpha @@ -1,15 +1,14 @@ This is the GNU Inetutils package. This document describes the actions needed to build the pre-release or -CVS version of the package. See end of file for copying conditions. +Git version of the package. See end of file for copying conditions. * Introduction This is a *pre-release* version, and not ready for production use yet. -If you are taking source from CVS, you will need to have several -special tools to help contribute. See the file README-hacking for -more information, see chapter `Building' for the detailed instructions -on how to build the package. +If you are taking source from Git, you will need to have several +special tools to help contribute. See chapter `Building', below, +for the detailed instructions on how to build the package. Please, note that the accompanying documentation may be inaccurate or incomplete. See ChangeLog for the list of recent changes. @@ -25,17 +24,14 @@ it or got back to you, please let us know! * Checking Out the Sources The following instructions apply if you wish to obtain sources from -the CVS repository: +the Git repository: - cvs -d:pserver:[email protected]:/cvsroot/inetutils co inetutils +To clone the source tree from the repository, issue the following command: -There is also a Git mirror of the CVS repository. To obtain sources -from Git use: + git clone git://git.savannah.gnu.org/inetutils.git - git clone git://git.sv.gnu.org/inetutils.git - -Both ways will give you read-only access. If you think you need write -access, contact the mailing list. +This will give you read-only access. If you think you need write access, +contact the mailing list. * Prerequisites @@ -84,9 +80,9 @@ See INSTALL and README for the detailed instructions. * Development If you are looking for something to hack on, please take a look at the -TODO file in the CVS repository. +TODO file in the Git repository. -You can track the CVS process through the <[email protected]> +You can track the development process through the <[email protected]> mailing list. This is a medium volume moderated list. Daily snapshots built from CVS are available from @@ -100,7 +96,7 @@ Statistics based on CVS commit logs are available from * Copyright information: -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2008, 2009 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the hooks/post-receive -- GNU Inetutils _______________________________________________ Commit-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-inetutils
