You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by kk...@apache.org on 2015/03/22 20:31:14 UTC

svn commit: r1668459 - /gump/live/README

Author: kkolinko
Date: Sun Mar 22 19:31:13 2015
New Revision: 1668459

URL: http://svn.apache.org/r1668459
Log:
Update README file:
- Update Forrest version. The site actually uses the current Apache Forrest version, 0.9
- Correct instruction on editing metadata. It is in Subversion, not in CVS.
- s/gump/Gump/

Modified:
    gump/live/README

Modified: gump/live/README
URL: http://svn.apache.org/viewvc/gump/live/README?rev=1668459&r1=1668458&r2=1668459&view=diff
==============================================================================
--- gump/live/README (original)
+++ gump/live/README Sun Mar 22 19:31:13 2015
@@ -7,7 +7,7 @@ Welcome to               _____
 Gump is Apache's continuous integration tool. It is written in python and fully
 supports Apache Ant, Apache Maven and other build tools. Gump is unique in that
 it builds and compiles software against the latest development versions of
-those projects. This allows gump to detect potentially incompatible changes to
+those projects. This allows Gump to detect potentially incompatible changes to
 that software just a few hours after those changes are checked into the version
 control system. Notifications are sent to the project team as soon as such a
 change is detected, referencing more detailed reports available online.
@@ -15,38 +15,36 @@ change is detected, referencing more det
 You can set up and run Gump on your own machine and run it on your own
 projects, however it is currently most famous for building most of Apache's
 java-based projects and their dependencies (which constitutes several million
-lines of code split up into hundreds of projects). For this purpose, the gump
+lines of code split up into hundreds of projects). For this purpose, the Gump
 project maintains its own dedicated server.
 
 
-== Editing gump descriptors ==
+== Editing Gump descriptors ==
 
-The gump metadata is currently still kept in CVS. Check it out in the right
-location using
+The Gump metadata are currently kept in Subversion repository. When you
+perform svn checkout of this directory the metadata are automatically
+downloaded thanks to svn:externals property. You can edit them in
+metadata/project directory.
 
-   ./gump get-metadata :ext:$username@cvs.apache.org:/home/cvs
-
-where $username is the username of your apache account. The files will then
-be placed under metadata/project. Please use our validation commands before
-committing changed descriptors:
+Please use our validation command before committing changed descriptors:
 
    ./gump validate
 
-remember that the metadata is a CVS checkout, so commit using
+Remember that the metadata is a Subversion checkout, so commit using
 
-   cvs commit -m "Useful message here please!" metadata/
+   svn commit -m "Useful message here please!" metadata/
 
-thanks for helping out!
+Thanks for helping out!
 
 
 == More Information ==
 
 Please see our website, http://gump.apache.org/, for more information. You can
-also generate that documentation using forrest. To do so, run
+also generate that documentation using Apache Forrest. To do so, run
 
    ./gump site
 
-which will generate the docs in build/site. We are currently using Forrest 0.6,
+which will generate the docs in build/site. We are currently using Forrest 0.9,
 which you can get from http://forrest.apache.org/.