Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/lib/ldb/web/index.html

    r414 r745  
    5151<h2>Discussion and bug reports</h2>
    5252
    53 ldb does not currently have its own mailing list or bug tracking
    54 system. For now, please use the <a
    55 href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
    56 mailing list or the <a href="https://lists.samba.org/mailman/listinfo/ldb">ldb</a>
    57 mailing list, and the <a href="http://bugzilla.samba.org/">Samba bugzilla</a> bug tracking system.
     53ldb does not have its own mailing list or bug tracking system. Please
     54use
     55the <a href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
     56mailing list, and the <a href="http://bugzilla.samba.org/">Samba
     57bugzilla</a> bug tracking system.
    5858
    5959<h2>Download</h2>
    6060
    61 You can download the latest release either via rsync or thtough git.<br>
    62 <br>
    63 To fetch via git see the following guide:<br>
     61You can download the latest release here:<br>
     62 <a href="http://samba.org/ftp/pub/ldb">http://samba.org/ftp/pub/ldb</a>
     63
     64Alternatively, you can fetch via git. See the following guide:<br>
    6465<a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br>
    65 Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/ldb directory.<br>
    66 <br>
    67 To fetch via rsync use these commands:
    68 
    69 <pre>
    70   rsync -Pavz samba.org::ftp/unpacked/ldb .
    71   rsync -Pavz samba.org::ftp/unpacked/tdb .
    72   rsync -Pavz samba.org::ftp/unpacked/talloc .
    73   rsync -Pavz samba.org::ftp/unpacked/libreplace .
    74 </pre>
    75 
    76 and build in ldb. It will find the other libraries in the directory
    77 above automatically.
    7866
    7967<hr>
Note: See TracChangeset for help on using the changeset viewer.