[Nagiosplug-devel] git URLs on main site?
Chris Pepper
pepper at reppep.com
Mon May 18 16:33:59 CEST 2009
I found the git download information in <http://nagiosplugins.org/git>,
but
<http://nagiosplug.sourceforge.net/developer-guidelines.html#DEVREQUIREMENTS>
says development is via CVS, and the Download page
<http://nagiosplugins.org/download> doesn't provide git/svn/cvs info at all.
For the Development pages, here's a possible patch (inline & attached):
--- developer-guidelines.html 2009-05-18 10:29:37.000000000 -0400
+++ developer-guidelines.pepper.html 2009-05-18 10:32:14.000000000 -0400
@@ -549,7 +549,7 @@
><P
> Nagios plugins are developed to the GNU standard, so any OS which is
supported by GNU
should run the plugins. While the requirements for compiling the
Nagios plugins release
- is very small, to develop from CVS needs additional software to be
installed. These are the
+ are very basic, developing from the git repository requires additional
software to be installed. These are the
minimum levels of software required:
<P
@@ -562,7 +562,7 @@
</P
>
- To compile from CVS, after you have checked out the code, run:
+ To compile from git, after you have checked out the code run:
<P
CLASS="LITERALLAYOUT"
> tools/setup<br>
@@ -578,7 +578,7 @@
distribute.
</P
><P
->Note: gnu libtool, which must be at version 1.5.22 or above, has files
installed into CVS, so is not
+>Note: GNU libtool, which must be at version 1.5.22 or above, has its
files included in the git repository, so is not
a development platform requirement.
</P
></DIV
@@ -1688,7 +1688,7 @@
>If you have a change that is useful for noting in the next release,
please
update the NEWS file.</P
><P
->All CVS commit comments will be written to a ChangeLog at release time.
+>All commit comments are written to a ChangeLog at release time.
</P
></DIV
><DIV
@@ -1775,7 +1775,7 @@
><P
>If you have a bug patch, please supply a unified or context diff
against the
version you are using. For new features, please supply a diff against
- the CVS HEAD version.</P
+ the git HEAD version.</P
><P
>Patches should be submitted via
<A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nagios-plugins.org/archive/devel/attachments/20090518/7dbbb1ae/attachment.html>
More information about the Devel
mailing list