summaryrefslogtreecommitdiff
path: root/doc/build_from_repo.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build_from_repo.html')
-rw-r--r--doc/build_from_repo.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/doc/build_from_repo.html b/doc/build_from_repo.html
index a06863e..6e018a5 100644
--- a/doc/build_from_repo.html
+++ b/doc/build_from_repo.html
@@ -12,17 +12,9 @@ The later may especially be the case if you are asked to try out an experimental
tarball, but some files are missing because they are output files and thus do not
belong into the repository.
<h2>Obtaining the Source</h2>
-<p>First of all, you need to download the sources. Rsyslog is currently kept in a git
-repository. You can clone this repository either via http or git protocol (with the later
-being much faster. URLS are:
-<ul>
-<li>git://git.adiscon.com/git/rsyslog.git
-<li>http://git.adiscon.com/git/rsyslog.git
-</ul>
-<p>There is also a browsable version (gitweb) available at
-<a href="http://git.adiscon.com/?p=rsyslog.git;a=summary">http://git.adiscon.com/?p=rsyslog.git;a=summary</a>.
-This version also offers snapshots of each commit for easy download. You can use these if
-you do not have git present on your system.
+<p>First of all, you need to download the sources. Rsyslog is kept in git. The
+"<a href="http://www.rsyslog.com/where-to-find-the-rsyslog-source-code/">Where to find the rsyslog
+source code</a>" page on the project site will point you to the current repository location.
<p>After you have cloned the repository, you are in the master branch by default. This
is where we keep the devel branch. If you need any other branch, you need to do
a "git checkout --track -b branch origin/branch". For example, the command to check out
@@ -66,13 +58,13 @@ follows:
<p><pre><code>
./configure CFLAGS="-march=i586 -mcpu=i686" --enable-imfile ... (whatever you need)
</code></pre>
-<p>These settings should resolve the issue .
+<p>These settings should resolve the issue.
<p>[<a href="manual.html">manual index</a>]
[<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
<p><font size="2">This documentation is part of the
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
-Copyright &copy; 2008, 2009 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
+Copyright &copy; 2008-2013 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL
version 3 or higher.</font></p>
</body>