diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-27 16:03:00 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-27 16:03:00 +0100 |
commit | 48e9b4cea10ad182af5fd4260ca1b7403fcfbf3a (patch) | |
tree | f204e65c0ab980834f314d13ce6b32721c8b7f66 /source4/lib/talloc | |
parent | 3101cb888d5cbad785050b8491b138d683d444fb (diff) | |
parent | b42e3fb232ca68e869de4b39826da861f48e6771 (diff) | |
download | samba-48e9b4cea10ad182af5fd4260ca1b7403fcfbf3a.tar.gz samba-48e9b4cea10ad182af5fd4260ca1b7403fcfbf3a.tar.bz2 samba-48e9b4cea10ad182af5fd4260ca1b7403fcfbf3a.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit d96fcc52a70fd1236b767b1d88a39d78c4e8c48c)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r-- | source4/lib/talloc/web/index.html | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/source4/lib/talloc/web/index.html b/source4/lib/talloc/web/index.html index 628030ad4c..5deab93665 100644 --- a/source4/lib/talloc/web/index.html +++ b/source4/lib/talloc/web/index.html @@ -12,7 +12,7 @@ destructors. It is the core memory allocator used in Samba4, and has made a huge difference in many aspects of Samba4 development.<p> To get started with talloc, I would recommend you read the <a -href="http://samba.org/ftp/unpacked/samba_4_0_test/source/lib/talloc/talloc_guide.txt">talloc guide</a>. +href="http://samba.org/ftp/unpacked/talloc/talloc_guide.txt">talloc guide</a>. <h2>Discussion and bug reports</h2> @@ -24,20 +24,16 @@ bugzilla</a> bug tracking system. <h2>Download</h2> -You can download the latest release either via rsync or git. -To fetch via git use the following command: - -<pre> - git-clone git://git.samba.org/samba.git samba - cd samba - git checkout -b samba4 origin/v4-0-test -</pre> - +You can download the latest release either via rsync or git.<br> +<br> +To fetch via git see the following guide:<br> +<a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br> +Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/talloc directory.<br> +<br> To fetch via rsync use this command: <pre> - rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/talloc . - rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/libreplace . + rsync -Pavz samba.org::ftp/unpacked/talloc . </pre> <hr> |