From: Matthias Bolte
Date: Fri, 8 Jan 2010 00:40:38 +0000 (+0100)
Subject: Replace old CVS references with GIT
X-Git-Tag: v0.7.6~219
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=728e9229b14fc93ea38a966b2c914c2bf5c8dc8a;p=thirdparty%2Flibvirt.git
Replace old CVS references with GIT
---
diff --git a/HACKING b/HACKING
index 3fb111326b..0c65dada1f 100644
--- 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:
diff --git a/docs/FAQ.html.in b/docs/FAQ.html.in
index a436e789eb..50f798d9df 100644
--- a/docs/FAQ.html.in
+++ b/docs/FAQ.html.in
@@ -119,7 +119,7 @@
packages as well as the public headers to compile against libxenstore.
- I use the CVS version and there is no configure script
+ I use the GIT version and there is no configure script
The configure script (and other Makefiles) are generated. Use the
autogen.sh script to regenerate the configure script and Makefiles,
like:
diff --git a/docs/bugs.html.in b/docs/bugs.html.in
index 380bcff908..fa557a8ef2 100644
--- a/docs/bugs.html.in
+++ b/docs/bugs.html.in
@@ -16,7 +16,7 @@
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 Virtualization Tools
product and the libvirt
component.
@@ -64,8 +64,8 @@
- - The version number of the libvirt build, or date of the CVS
- checkout
+ - The version number of the libvirt build, or SHA1 of the GIT
+ commit
- The hardware architecture being used
- The name of the hypervisor (Xen, QEMU, KVM)
- The XML config of the guest domain if relevant
diff --git a/docs/contact.html.in b/docs/contact.html.in
index 4b9f532441..5d055b123e 100644
--- a/docs/contact.html.in
+++ b/docs/contact.html.in
@@ -12,8 +12,8 @@
associated Web
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 cvs diff -up
in a CVS
- checkout.
+ If possible generate the patches by using git diff
in a GIT
+ clone.
IRC discussion
diff --git a/docs/deployment.html.in b/docs/deployment.html.in
index 47c4892fab..94c480f9c6 100644
--- a/docs/deployment.html.in
+++ b/docs/deployment.html.in
@@ -25,10 +25,10 @@
# make install
- Built from CVS / GIT
+ Built from GIT
- 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 autoconf
,
automake
, libtool
and intltool
installed. The process can be automated with the autogen.sh
diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index af63411185..43a79f70ba 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -19,13 +19,13 @@
or:
- cvs diff -up > libvirt-myfeature.patch
+ git diff > libvirt-myfeature.patch
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.
- Make sure your patches apply against libvirt CVS. Developers
- only follow CVS and don't care much about released versions.
+ Make sure your patches apply against libvirt GIT. Developers
+ only follow GIT and don't care much about released versions.
Run the automated tests on your code before submitting any changes.
In particular, configure with compile warnings set to -Werror:
diff --git a/src/Makefile.am b/src/Makefile.am
index 8ef0e81880..dbf708b0d6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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