diff --git a/ChangeLog b/ChangeLog index a644d28f2b5b62d5fb499d1ddd0be25a87e229b6..b266de64b379cb35b22606cbc0e074ef2da5e880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 6 14:26:02 CEST 2009 Daniel Veillard + + * docs/downloads.html docs/downloads.html.in: update download + informations after switch to git + Fri Jul 3 16:21:48 CEST 2009 Daniel Veillard * configure.in libvirt.spec.in NEWS docs/* po/*: release of diff --git a/docs/downloads.html b/docs/downloads.html index e8346b530cb414076373f624ec4e0c4c098544d1..8c170f4d570b4631d4c2ef496a852600faa082db 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -75,35 +75,44 @@

Hourly development snapshots

- Once an hour, an automated snapshot is made from the latest CVS server + Once an hour, an automated snapshot is made from the git server source tree. These snapshots should be usable, but we make no guarantees about their stability:

- -

CVS repository access

-

- The master source repository uses CVS - and anonymous access is provided. Prior to accessing the server is it necessary - to authenticate using the password anoncvs. This can be accomplished with the - cvs login command: +

+

GIT repository mirror

+

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

 
-      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
+      git clone git://libvirt.org/libvirt.git
     

- Once authenticated, a checkout can be obtained using + It can also be browsed at

 
-      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
+      http://libvirt.org/?p=libvirt.git;a=summary
     
+

CVS repository access (Deprecated)

- The libvirt build process uses GNU autotools, so after obtaining a checkout - it is necessary to generate the configure script and Makefile.in templates - using the autogen.sh command. As an example, to do a complete - build and install it into your home directory run: -

+ The master source repository used to be under CVS + with anonymous access at: +

+
+
+      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
+    
+

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.

+

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 + templates using the autogen.sh command, passing the extra + arguments as as for configure. As an example, to do a complete build and + install it into your home directory run:

 
       ./autogen.sh --prefix=$HOME/usr
diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index a1d301ae448c1a75312e44ae963ac7917284676e..c17c26268f2b637050f2815e6308621764b1e079 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -17,47 +17,52 @@
     

Hourly development snapshots

- Once an hour, an automated snapshot is made from the latest CVS server + Once an hour, an automated snapshot is made from the git server source tree. These snapshots should be usable, but we make no guarantees about their stability:

-

CVS repository access

- -

- The master source repository uses CVS - and anonymous access is provided. Prior to accessing the server is it necessary - to authenticate using the password anoncvs. This can be accomplished with the - cvs login command: +

GIT repository mirror

+

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

+
 
-    
-
-      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
+      git clone git://libvirt.org/libvirt.git
     
- -

- Once authenticated, a checkout can be obtained using +

+ It can also be browsed at

+
 
-    
+      http://libvirt.org/?p=libvirt.git;a=summary
+    
+

CVS repository access (Deprecated)

+

+ The master source repository used to be under CVS + with anonymous access at: +

+
 
       # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
     
- -

- The libvirt build process uses GNU autotools, so after obtaining a checkout - it is necessary to generate the configure script and Makefile.in templates - using the autogen.sh command. As an example, to do a complete - build and install it into your home directory run: -

- -
+      

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.

+ +

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 + templates using the autogen.sh command, passing the extra + arguments as as for configure. As an example, to do a complete build and + install it into your home directory run:

+
 
       ./autogen.sh --prefix=$HOME/usr
       make