]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Replace old CVS references with GIT
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 8 Jan 2010 00:40:38 +0000 (01:40 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 8 Jan 2010 17:08:22 +0000 (18:08 +0100)
HACKING
docs/FAQ.html.in
docs/bugs.html.in
docs/contact.html.in
docs/deployment.html.in
docs/hacking.html.in
src/Makefile.am

diff --git a/HACKING b/HACKING
index 3fb111326b26f4074054430b45f17f2477636777..0c65dada1f789f7610cc6c40650c726b6cf85f48 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -15,14 +15,14 @@ should work:
 
 or:
 
-  cvs diff -up > libvirt-myfeature.patch
+  git diff > libvirt-myfeature.patch
 
 (3) Split large changes into a series of smaller patches, self-contained
 if possible, with an explanation of each patch and an explanation of how
 the sequence of patches fits together.
 
-(4) Make sure your patches apply against libvirt CVS.  Developers
-only follow CVS and don't care much about released versions.
+(4) Make sure your patches apply against libvirt GIT.  Developers
+only follow GIT and don't care much about released versions.
 
 (5) Run the automated tests on your code before submitting any changes.
 In particular, configure with compile warnings set to -Werror:
index a436e789eb195704ddd3abc193edb00d553d85f3..50f798d9dfada156c8b16847403455d36d145bdb 100644 (file)
     packages as well as the public headers to compile against libxenstore.</p>
       </li>
       <li>
-        <em>I use the CVS version and there is no configure script</em>
+        <em>I use the GIT version and there is no configure script</em>
         <p>The configure script (and other Makefiles) are generated. Use the
     autogen.sh script to regenerate the configure script and Makefiles,
     like:</p>
index 380bcff908d226efaa2876e3cffaee425018f6e1..fa557a8ef2d0dc360fc404205d99f07fca6c0411 100644 (file)
@@ -16,7 +16,7 @@
     <p>
       If you are using official libvirt binaries from a Linux distribution
       check below for distribution specific bug reporting policies first.
-      For general libvirt bug reports, from self-built releases, CVS snapshots
+      For general libvirt bug reports, from self-built releases, GIT snapshots
       and any other non-distribution supported builds, enter tickets under
       the <code>Virtualization Tools</code> product and the <code>libvirt</code>
       component.
@@ -64,8 +64,8 @@
     </p>
 
     <ul>
-      <li>The version number of the libvirt build, or date of the CVS
-        checkout</li>
+      <li>The version number of the libvirt build, or SHA1 of the GIT
+        commit</li>
       <li>The hardware architecture being used</li>
       <li>The name of the hypervisor (Xen, QEMU, KVM)</li>
       <li>The XML config of the guest domain if relevant</li>
index 4b9f532441e07e68625b0890cc6034e5829f7059..5d055b123e66cab88e30a9c7dc6fffb5088c1445 100644 (file)
@@ -12,8 +12,8 @@
       <a href="https://www.redhat.com/mailman/listinfo/libvir-list">associated Web</a>
       page and follow the instructions. Patches with explanations and provided as
       attachments are really appreciated and will be discussed on the mailing list.
-      If possible generate the patches by using <code>cvs diff -up</code> in a CVS
-      checkout.
+      If possible generate the patches by using <code>git diff</code> in a GIT
+      clone.
     </p>
 
     <h2>IRC discussion</h2>
index 47c4892fababea27e7236a9f2d9a2bf5c38767a9..94c480f9c68d49c73fcd5fec702b9671190cf41a 100644 (file)
       # make install
     </pre>
 
-    <h2>Built from CVS / GIT</h2>
+    <h2>Built from GIT</h2>
 
     <p>
-      When building from CVS it is necessary to generate the autotools
+      When building from GIT it is necessary to generate the autotools
       support files. This requires having <code>autoconf</code>,
       <code>automake</code>, <code>libtool</code> and <code>intltool</code>
       installed. The process can be automated with the <code>autogen.sh</code>
index af6341118578fb83842a97673538d9ff7d0c27b1..43a79f70ba089cbd25844ed12e89026cd31ddeca 100644 (file)
           or:
         </p>
         <pre>
-  cvs diff -up > libvirt-myfeature.patch
+  git diff > libvirt-myfeature.patch
 </pre></li>
       <li>Split large changes into a series of smaller patches, self-contained
         if possible, with an explanation of each patch and an explanation of how
         the sequence of patches fits together.</li>
-      <li>Make sure your patches apply against libvirt CVS.  Developers
-        only follow CVS and don't care much about released versions.</li>
+      <li>Make sure your patches apply against libvirt GIT.  Developers
+        only follow GIT and don't care much about released versions.</li>
       <li><p>Run the automated tests on your code before submitting any changes.
           In particular, configure with compile warnings set to -Werror:</p>
         <pre>
index 8ef0e818802c86264259975bcd2c6f85fdda55da..dbf708b0d60a86144e8bf1a95c60cb20b8c5dc27 100644 (file)
@@ -367,7 +367,7 @@ if HAVE_RPCGEN
 # Maintainer-only target for re-generating the derived .c/.h source
 # files, which are actually derived from the .x file.
 #
-# For committing protocol changes to CVS, the GLIBC rpcgen *must*
+# For committing protocol changes to GIT, the GLIBC rpcgen *must*
 # be used.
 #
 # Support for non-GLIB rpcgen is here as a convenience for