From f093e7ad6bf71dd235c78c19a821f3bfeb7d06aa Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 7 Jul 2009 10:34:55 +0200 Subject: [PATCH] Fix informations about previous git server * docs/downloads.html[.in]: update the secton about the server on git.et.redhat.com based on the plans Jim posted. --- docs/downloads.html | 12 +++++++----- docs/downloads.html.in | 15 +++++++-------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/downloads.html b/docs/downloads.html index 8c170f4d57..03e4c3ede1 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -80,7 +80,7 @@ about their stability:

-

GIT repository mirror

+

GIT source repository

Libvirt code source is now maintained in a git repository available on libvirt.org:

@@ -106,7 +106,7 @@

The server is maintainened temporarilly for existing uses, but all changes are only commited to git now and we expect to deprecate the CVS - server within weeks.

+ server during summer 2009.

Building from a source code checkout

The libvirt build process uses GNU autotools, so after obtaining a checkout it is necessary to generate the configure script and Makefile.in @@ -121,8 +121,11 @@

GIT repository mirror

- The CVS source repository is also mirrored using GIT, and is available - for anonymous access via: + Jim Mereying was maintaining a CVS to git mirror on + git.et.redhat.com. + Existing users should migrate to the new git server, as the + old one will be deprecated and turned into a mirror of the + libvirt.org one. It's available as:

 
@@ -132,7 +135,6 @@
       It can also be browsed at
     

-
       http://git.et.redhat.com/?p=libvirt.git;a=summary
     
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index c17c26268f..6fe426d337 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -27,7 +27,7 @@
  • libvirt.org HTTP server
  • -

    GIT repository mirror

    +

    GIT source repository

    Libvirt code source is now maintained in a git repository available on libvirt.org: @@ -54,7 +54,7 @@

    The server is maintainened temporarilly for existing uses, but all changes are only commited to git now and we expect to deprecate the CVS - server within weeks.

    + server during summer 2009.

    Building from a source code checkout

    The libvirt build process uses GNU autotools, so after obtaining a @@ -72,21 +72,20 @@

    GIT repository mirror

    - The CVS source repository is also mirrored using GIT, and is available - for anonymous access via: + Jim Mereying was maintaining a CVS to git mirror on + git.et.redhat.com. + Existing users should migrate to the new git server, as the + old one will be deprecated and turned into a mirror of the + libvirt.org one. It's available as:

    -
     
           git clone git://git.et.redhat.com/libvirt.git
         
    -

    It can also be browsed at

    -
    -
           http://git.et.redhat.com/?p=libvirt.git;a=summary
         
    -- GitLab