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 af1362ac5b
Release new version 2.1.3-7~sipwise4+0~mr9.4.1.1
4 years ago
cim TT#101063 Remove autogenerated files 5 years ago
config TT#101063 Remove autogenerated files 5 years ago
contrib TT#101063 Remove autogenerated files 5 years ago
crm TT#101063 Remove autogenerated files 5 years ago
cts TT#101063 Remove autogenerated files 5 years ago
debian Release new version 2.1.3-7~sipwise4+0~mr9.4.1.1 4 years ago
doc TT#101063 Remove autogenerated files 5 years ago
fencing TT#101063 Remove autogenerated files 5 years ago
heartbeat TT#101063 Remove autogenerated files 5 years ago
include TT#101063 Remove autogenerated files 5 years ago
ldirectord TT#101063 Remove autogenerated files 5 years ago
lib TT#101063 Remove autogenerated files 5 years ago
libltdl TT#101063 Remove autogenerated files 5 years ago
logd TT#101063 Remove autogenerated files 5 years ago
lrm TT#101063 Remove autogenerated files 5 years ago
membership TT#101063 Remove autogenerated files 5 years ago
mgmt TT#101063 Remove autogenerated files 5 years ago
pkg TT#101063 Remove autogenerated files 5 years ago
port TT#101063 Remove autogenerated files 5 years ago
replace TT#101063 Remove autogenerated files 5 years ago
resources TT#101063 Remove autogenerated files 5 years ago
snmp_subagent TT#101063 Remove autogenerated files 5 years ago
telecom TT#101063 Remove autogenerated files 5 years ago
tools TT#101063 Remove autogenerated files 5 years ago
tsa_plugin TT#101063 Remove autogenerated files 5 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
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
bootstrap Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
configure.in Unapply debian/patches/ 13 years ago
heartbeat.spec.in Import upstream sources (heartbeat_2.1.3-6lenny4) 14 years ago
libltdl.tar 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