Changeset 745 for trunk/server/source4/lib/ldb/web
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/lib/ldb/web/index.html
r414 r745 51 51 <h2>Discussion and bug reports</h2> 52 52 53 ldb does not currently have its own mailing list or bug tracking54 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/">Sambabugzilla</a> bug tracking system.53 ldb does not have its own mailing list or bug tracking system. Please 54 use 55 the <a href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a> 56 mailing list, and the <a href="http://bugzilla.samba.org/">Samba 57 bugzilla</a> bug tracking system. 58 58 59 59 <h2>Download</h2> 60 60 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> 61 You can download the latest release here:<br> 62 <a href="http://samba.org/ftp/pub/ldb">http://samba.org/ftp/pub/ldb</a> 63 64 Alternatively, you can fetch via git. See the following guide:<br> 64 65 <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 directory77 above automatically.78 66 79 67 <hr>
Note:
See TracChangeset
for help on using the changeset viewer.