diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-22 08:40:13 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-22 08:40:13 +0000 |
commit | a269acd84bdf8a9140d15a35865e8c9db55d70a1 (patch) | |
tree | 833b61d35a047c457b8eea93690c270d04d4ac85 /sys-cluster/heartbeat | |
parent | Bug #359817: Fix accidently introduced echo from by debugging of pidfile code... (diff) | |
download | gentoo-2-a269acd84bdf8a9140d15a35865e8c9db55d70a1.tar.gz gentoo-2-a269acd84bdf8a9140d15a35865e8c9db55d70a1.tar.bz2 gentoo-2-a269acd84bdf8a9140d15a35865e8c9db55d70a1.zip |
Add ewarn about migration guide
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/heartbeat')
-rw-r--r-- | sys-cluster/heartbeat/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/heartbeat/heartbeat-3.0.4.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-cluster/heartbeat/ChangeLog b/sys-cluster/heartbeat/ChangeLog index c7d690b07cdb..d4edcc67965a 100644 --- a/sys-cluster/heartbeat/ChangeLog +++ b/sys-cluster/heartbeat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/heartbeat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.88 2011/02/11 11:04:47 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.89 2011/03/22 08:40:13 xarthisius Exp $ + + 22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> heartbeat-3.0.4.ebuild: + Add ewarn about migration guide *heartbeat-3.0.4 (11 Feb 2011) diff --git a/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild b/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild index 0354c72a88c3..3a5489a45d16 100644 --- a/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild +++ b/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild,v 1.1 2011/02/11 11:04:47 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild,v 1.2 2011/03/22 08:40:13 xarthisius Exp $ EAPI="2" @@ -40,6 +40,9 @@ PATCHES=( pkg_setup() { python_set_active_version 2 python_pkg_setup + + ewarn "If you're upgrading from heartbeat-2.x please follow:" + ewarn "http://www.gentoo.org/proj/en/cluster/ha-cluster/heartbeat-upgrade.xml" } src_prepare() { |