From: Andrew Tridgell Date: Fri, 1 Jun 2007 06:07:13 +0000 (+1000) Subject: added package download X-Git-Tag: tevent-0.9.20~348^2~2617 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e015e5d769e82c248c91660dbca641a2c4c4c6c7;p=thirdparty%2Fsamba.git added package download (This used to be ctdb commit fa0d8efe3298a38c52e6be1116bd1b4c8c959f76) --- diff --git a/ctdb/.bzrignore b/ctdb/.bzrignore index 3b41315a2bd..9ec7f5dd7b7 100644 --- a/ctdb/.bzrignore +++ b/ctdb/.bzrignore @@ -16,3 +16,4 @@ ctdb-2 ctdb-3 nodes.txt TAGS +web/packages diff --git a/ctdb/web/ctdb.html b/ctdb/web/ctdb.html index dd24015b246..af306d9bd58 100644 --- a/ctdb/web/ctdb.html +++ b/ctdb/web/ctdb.html @@ -37,6 +37,14 @@ To fetch via rsync use this command: rsync -Pavz samba.org::ftp/unpacked/samba4/source/cluster/ctdb . +

Packages

+ +Note that packages are so far only available for RHEL4. Other packages +will come later.

+ +See packages directory for package +downloads. +


Developers

Andrew Tridgell