提交 9fc567db 编写于 作者: D Daniel Veillard

update download informations after switch to git

* docs/downloads.html docs/downloads.html.in: update download
  informations after switch to git
daniel
上级 c759ae55
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> Fri Jul 3 16:21:48 CEST 2009 Daniel Veillard <veillard@redhat.com>
* configure.in libvirt.spec.in NEWS docs/* po/*: release of * configure.in libvirt.spec.in NEWS docs/* po/*: release of
......
...@@ -75,35 +75,44 @@ ...@@ -75,35 +75,44 @@
<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> <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> <h2>Hourly development snapshots</h2>
<p> <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 source tree. These snapshots should be usable, but we make no guarantees
about their stability: about their stability:
</p> </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> <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>CVS repository access</h2> <h2>GIT repository mirror</h2>
<p> <p> Libvirt code source is now maintained in a <a href="http://git-scm.com/">git</a> repository available on
The master source repository uses <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a> <a href="http://libvirt.org/git/">libvirt.org</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:
</p> </p>
<pre> <pre>
# cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login git clone git://libvirt.org/libvirt.git
</pre> </pre>
<p> <p>
Once authenticated, a checkout can be obtained using It can also be browsed at
</p> </p>
<pre> <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> </pre>
<h2>CVS repository access (Deprecated) </h2>
<p> <p>
The libvirt build process uses GNU autotools, so after obtaining a checkout The master source repository used to be under <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a>
it is necessary to generate the configure script and Makefile.in templates with anonymous access at:
using the <code>autogen.sh</code> command. As an example, to do a complete </p>
build and install it into your home directory run: <pre>
</p>
# 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> <pre>
./autogen.sh --prefix=$HOME/usr ./autogen.sh --prefix=$HOME/usr
......
...@@ -17,47 +17,52 @@ ...@@ -17,47 +17,52 @@
<h2>Hourly development snapshots</h2> <h2>Hourly development snapshots</h2>
<p> <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 source tree. These snapshots should be usable, but we make no guarantees
about their stability: about their stability:
</p> </p>
<ul> <ul>
<li><a href="ftp://libvirt.org/libvirt/libvirt-cvs-snapshot.tar.gz">libvirt.org FTP 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-cvs-snapshot.tar.gz">libvirt.org HTTP server</a></li> <li><a href="http://libvirt.org/sources/libvirt-git-snapshot.tar.gz">libvirt.org HTTP server</a></li>
</ul> </ul>
<h2>CVS repository access</h2> <h2>GIT repository mirror</h2>
<p> Libvirt code source is now maintained in a <a
<p> href="http://git-scm.com/">git</a> repository available on
The master source repository uses <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a> <a href="http://libvirt.org/git/">libvirt.org</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:
</p> </p>
<pre>
<pre> git clone git://libvirt.org/libvirt.git
# cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
</pre> </pre>
<p>
<p> It can also be browsed at
Once authenticated, a checkout can be obtained using
</p> </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 # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt
</pre> </pre>
<p> The server is maintainened temporarilly for existing uses, but all
<p> changes are only commited to git now and we expect to deprecate the CVS
The libvirt build process uses GNU autotools, so after obtaining a checkout server within weeks. </p>
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 <h2>Building from a source code checkout</h2>
build and install it into your home directory run: <p> The libvirt build process uses GNU autotools, so after obtaining a
</p> checkout it is necessary to generate the configure script and Makefile.in
templates using the <code>autogen.sh</code> command, passing the extra
<pre> 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 ./autogen.sh --prefix=$HOME/usr
make make
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册