You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Sipwise Jenkins Builder e848d03aed
Release new version 2.1.3-7~sipwise4+0~mr8.5.12.1
2 years ago
cim MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
config MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
contrib MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
crm MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
cts MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
debian Release new version 2.1.3-7~sipwise4+0~mr8.5.12.1 2 years ago
doc MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
fencing MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
heartbeat MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
include MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
ldirectord MT#9617 Commit ldirectord/ldirectord + telecom/recoverymgrd/conf_lex.c from upstream sources 11 years ago
lib MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
libltdl Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
logd MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
lrm MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
membership MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
mgmt MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
pkg MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
port MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
replace MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
resources MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
snmp_subagent MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
telecom MT#9617 Commit ldirectord/ldirectord + telecom/recoverymgrd/conf_lex.c from upstream sources 11 years ago
tools MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
tsa_plugin MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
.gitignore TT#22072 Update packaging 8 years ago
.gitreview MT#7505 Add .gitreview file for heartbeat 11 years ago
ConfigureMe Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
Makefile.am Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
Makefile.in MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
README.in Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
acinclude.m4 Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
aclocal.m4 MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
bootstrap Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
compile Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
config.guess MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
config.sub MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
configure MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
configure.in Unapply debian/patches/ 13 years ago
depcomp Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
heartbeat.spec Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
heartbeat.spec.in Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
install-sh Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
libltdl.tar Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
ltmain.sh MT#9617 Apply debian/patches/debian-changes to git repository 11 years ago
missing Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
mkinstalldirs Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
py-compile Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
rc.config.heartbeat Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago

README.in

Hi,

Welcome to the linux-ha project source tree.

There is a little documentation on setting things up for a HA failover
system in the doc directory.  The following things are among the more
interesting docs:
	GettingStarted.html		HardwareGuide.html
	Requirements.html		faqntips.html
	nice_failback.txt		rsync.html

For building the system:

If you have no idea what to do, then you should probably use the ConfigureMe
to configure (and make, install, package, etc.) the software.  ConfigureMe
makes some educated guesses on how linux-ha ought to be installed by
default on the current system type.

If you have played with autoconf/automake packages before, then you can use
the bootstrap script, or configure, etc. like normal.

Due to the way that init directories are handled by heartbeat,
make distcheck can be problematic. The following should allow
this to run successfully, noting that gmake is often available
as make:

gmake DESTDIR="$PWD/heartbeat-@VERSION@/=inst" distcheck

For more information on the project, see the web site at linux-ha.org.
Information on joining mailing lists can be found at
	http://linux-ha.org/contact/


	Enjoy!


	-- The Linux-Ha development team