From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Wed, 20 Apr 2011 16:04:46 +0200 Subject: [Cluster-devel] [PATCH 5/5] Cleanup of fence_xenapi patches. Added copyright information to doc/COPYRIGHT. Fixed static reference to lib directory in fence_xenapi.py. Fixed static reference to RELEASE_VERSION and BUILD_DATE in fence_xenapi.py. In-Reply-To: <1303300283-17388-5-git-send-email-mattjclark0407@hotmail.com> References: <1303300283-17388-1-git-send-email-mattjclark0407@hotmail.com> <1303300283-17388-5-git-send-email-mattjclark0407@hotmail.com> Message-ID: <4DAEE7FE.9050805@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 04/20/2011 01:51 PM, Matt Clark wrote: > --- > doc/COPYRIGHT | 4 ++++ > fence/agents/lib/Makefile.am | 4 ++-- > fence/agents/xenapi/fence_xenapi.py | 12 ++++++++---- > 3 files changed, 14 insertions(+), 6 deletions(-) You forgot to move the xenapi file in lib/ ? Fabio