]> xenbits.xensource.com Git - libvirt.git/commitdiff
update download informations after switch to git
authorDaniel Veillard <veillard@redhat.com>
Mon, 6 Jul 2009 12:27:00 +0000 (14:27 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 6 Jul 2009 12:27:00 +0000 (14:27 +0200)
* docs/downloads.html docs/downloads.html.in: update download
  informations after switch to git
daniel

ChangeLog
docs/downloads.html
docs/downloads.html.in

index a644d28f2b5b62d5fb499d1ddd0be25a87e229b6..b266de64b379cb35b22606cbc0e074ef2da5e880 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul  6 14:26:02 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * docs/downloads.html docs/downloads.html.in: update download
+         informations after switch to git
+
 Fri Jul  3 16:21:48 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * configure.in libvirt.spec.in NEWS docs/* po/*: release of
index e8346b530cb414076373f624ec4e0c4c098544d1..8c170f4d570b4631d4c2ef496a852600faa082db 100644 (file)
         <ul><li><a href="ftp://libvirt.org/libvirt/">libvirt.org FTP server</a></li><li><a href="http://libvirt.org/sources/">libvirt.org HTTP server</a></li></ul>
         <h2>Hourly development snapshots</h2>
         <p>
-      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:
     </p>
-        <ul><li><a href="ftp://libvirt.org/libvirt/libvirt-cvs-snapshot.tar.gz">libvirt.org FTP server</a></li><li><a href="http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz">libvirt.org HTTP server</a></li></ul>
-        <h2>CVS repository access</h2>
-        <p>
-      The master source repository uses <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a>
-      and anonymous access is provided. Prior to accessing the server is it necessary
-      to authenticate using the password <code>anoncvs</code>. This can be accomplished with the
-      <code>cvs login</code> command:
+        <ul><li><a href="ftp://libvirt.org/libvirt/libvirt-git-snapshot.tar.gz">libvirt.org FTP server</a></li><li><a href="http://libvirt.org/sources/libvirt-git-snapshot.tar.gz">libvirt.org HTTP server</a></li></ul>
+        <h2>GIT repository mirror</h2>
+        <p> Libvirt code source is now maintained in a <a href="http://git-scm.com/">git</a> repository available on
+      <a href="http://libvirt.org/git/">libvirt.org</a>:
     </p>
         <pre>
 
-      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
+      git clone git://libvirt.org/libvirt.git
     </pre>
         <p>
-      Once authenticated, a checkout can be obtained using
+      It can also be browsed at
     </p>
         <pre>
 
-      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
+      <a href="http://libvirt.org/?p=libvirt.git;a=summary">http://libvirt.org/?p=libvirt.git;a=summary</a>
     </pre>
+        <h2>CVS repository access (Deprecated) </h2>
         <p>
-      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 <code>autogen.sh</code> command. As an example, to do a complete
-      build and install it into your home directory run:
-    </p>
+      The master source repository used to be under <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a>
+      with anonymous access at:
+       </p>
+        <pre>
+
+      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
+    </pre>
+        <p> 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. </p>
+        <h2>Building from a source code checkout</h2>
+        <p> 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 <code>autogen.sh</code> 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:</p>
         <pre>
 
       ./autogen.sh --prefix=$HOME/usr
index a1d301ae448c1a75312e44ae963ac7917284676e..c17c26268f2b637050f2815e6308621764b1e079 100644 (file)
     <h2>Hourly development snapshots</h2>
 
     <p>
-      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:
     </p>
 
     <ul>
-      <li><a href="ftp://libvirt.org/libvirt/libvirt-cvs-snapshot.tar.gz">libvirt.org FTP server</a></li>
-      <li><a href="http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz">libvirt.org HTTP server</a></li>
+      <li><a href="ftp://libvirt.org/libvirt/libvirt-git-snapshot.tar.gz">libvirt.org FTP server</a></li>
+      <li><a href="http://libvirt.org/sources/libvirt-git-snapshot.tar.gz">libvirt.org HTTP server</a></li>
     </ul>
 
-    <h2>CVS repository access</h2>
-
-    <p>
-      The master source repository uses <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a>
-      and anonymous access is provided. Prior to accessing the server is it necessary
-      to authenticate using the password <code>anoncvs</code>. This can be accomplished with the
-      <code>cvs login</code> command:
+      <h2>GIT repository mirror</h2>
+      <p> Libvirt code source is now maintained in a <a
+      href="http://git-scm.com/">git</a> repository available on
+      <a href="http://libvirt.org/git/">libvirt.org</a>:
     </p>
+        <pre>
 
-    <pre>
-
-      # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
+      git clone git://libvirt.org/libvirt.git
     </pre>
-
-    <p>
-      Once authenticated, a checkout can be obtained using
+        <p>
+      It can also be browsed at
     </p>
+        <pre>
 
-    <pre>
+      <a href="http://libvirt.org/?p=libvirt.git;a=summary">http://libvirt.org/?p=libvirt.git;a=summary</a>
+    </pre>
+        <h2>CVS repository access (Deprecated) </h2>
+        <p>
+      The master source repository used to be under <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a>
+      with anonymous access at:
+       </p>
+        <pre>
 
       # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
     </pre>
-
-    <p>
-      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 <code>autogen.sh</code> command. As an example, to do a complete
-      build and install it into your home directory run:
-    </p>
-
-    <pre>
+      <p> 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. </p>
+
+       <h2>Building from a source code checkout</h2>
+    <p> 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 <code>autogen.sh</code> 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:</p>
+        <pre>
 
       ./autogen.sh --prefix=$HOME/usr
       make