|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | <!--#set var="TITLE" value="Downloading CTDB" -->
|
|---|
| 2 | <!--#include virtual="header.html" -->
|
|---|
| 3 |
|
|---|
| 4 | <H2 align="center">Getting the code</h2>
|
|---|
| 5 |
|
|---|
| 6 | You need two source trees, one is a copy of Samba3 and the other is the
|
|---|
| 7 | ctdb code itself.<p>
|
|---|
| 8 |
|
|---|
| 9 | Both source trees are stored in git repositories.<p>
|
|---|
| 10 |
|
|---|
| 11 | <h2>CTDB</h2>
|
|---|
| 12 | You can download ctdb source code via <a href="ftp://ftp.samba.org/pub/ctdb">ftp</a>
|
|---|
| 13 | and <a href="http://ftp.samba.org/pub/ctdb">http</a>. <br><br>
|
|---|
| 14 |
|
|---|
| 15 | You can also get the latest development version of ctdb using git:
|
|---|
| 16 | <pre>
|
|---|
| 17 | git clone git://git.samba.org/ctdb.git ctdb
|
|---|
| 18 | </pre>
|
|---|
| 19 |
|
|---|
| 20 | To update this tree when improvements are made in the upstream code do this:
|
|---|
| 21 | <pre>
|
|---|
| 22 | cd ctdb
|
|---|
| 23 | git pull
|
|---|
| 24 | </pre>
|
|---|
| 25 |
|
|---|
| 26 | If you don't have git and can't easily install it, then you can
|
|---|
| 27 | instead use the following command to fetch ctdb or update it:
|
|---|
| 28 | <pre>
|
|---|
| 29 | rsync -avz samba.org::ftp/unpacked/ctdb .
|
|---|
| 30 | </pre>
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | <h2>Samba3 ctdb version</h2>
|
|---|
| 34 | <p>
|
|---|
| 35 | With Samba version 3.3 all cluster-relevant changes have been merged
|
|---|
| 36 | to the mainstream Samba code. Please refer to the <a
|
|---|
| 37 | href="http://www.samba.org/">Samba website</a> for the current release
|
|---|
| 38 | information.
|
|---|
| 39 | </p>
|
|---|
| 40 |
|
|---|
| 41 | <h2>Binary Packages</h2>
|
|---|
| 42 |
|
|---|
| 43 | Note that packages are so far only available for RHEL5. Other packages
|
|---|
| 44 | may come later. <p>
|
|---|
| 45 |
|
|---|
| 46 | See <a href="http://ftp.samba.org/pub/ctdb/packages/">packages</a> directory for package
|
|---|
| 47 | downloads.
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | <!--#include virtual="footer.html" -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.