This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=1413ec43636f18ceeed45d7dcfe68e8a0ec52b6c The branch, master has been updated via 1413ec43636f18ceeed45d7dcfe68e8a0ec52b6c (commit) from 041c632cc81171f2a2a793b91012d9c4b7935ffd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1413ec43636f18ceeed45d7dcfe68e8a0ec52b6c Author: Fabio M. Di Nitto <[EMAIL PROTECTED]> Date: Mon May 26 10:22:35 2008 +0200 [BUILD] Add fence_lpar fencing agent to the build system Signed-off-by: Fabio M. Di Nitto <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: fence/agents/{apc => lpar}/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) copy fence/agents/{apc => lpar}/Makefile (97%) diff --git a/fence/agents/apc/Makefile b/fence/agents/lpar/Makefile similarity index 97% copy from fence/agents/apc/Makefile copy to fence/agents/lpar/Makefile index 0299a61..438e373 100644 --- a/fence/agents/apc/Makefile +++ b/fence/agents/lpar/Makefile @@ -13,6 +13,6 @@ include ../../../make/defines.mk -TARGET= fence_apc +TARGET= fence_lpar include $(OBJDIR)/make/fencebuild.mk hooks/post-receive -- Cluster Project
