WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][ACM] Fix for python build warning in security tools

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][ACM] Fix for python build warning in security tools
From: Tom Lendacky <toml@xxxxxxxxxx>
Date: Tue, 24 Jan 2006 09:02:47 -0600
Delivery-date: Tue, 24 Jan 2006 15:11:32 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Corporation
Reply-to: toml@xxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
It turns out that the hg export command doesn't like to include zero
size files that have been added in it's diff output.  Because of this
the __init__.py file was never created for the xensec_gen tool.  This
patch (both in-line and as an attachment) creates the file and thus
eliminates the build warning(s).

Signed-off-by: Tom Lendacky <toml@xxxxxxxxxx>

Regards,
Tom



# HG changeset patch
# User toml@xxxxxxxxxxxxxxxxxxxxx
# Node ID 79dc1e96570102e228d22b2e39f09724ff4b596a
# Parent  34f2b388beb0c89b4f2edb04239d2fac41d760f5


Adding __init__.py file to remove build warning.
It turns out the hg export command does not include zero
size files in the generated diff and this was overlooked.

diff -r 34f2b388beb0 -r 79dc1e965701 
tools/security/python/xensec_gen/__init__.py
--- /dev/null   Mon Jan 23 14:47:00 2006
+++ b/tools/security/python/xensec_gen/__init__.py      Mon Jan 23 19:13:00 2006
@@ -0,0 +1,1 @@
+

Attachment: xensec_gen.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>