Tom Lendacky
2006-Jan-24 15:02 UTC
[Xen-devel] [PATCH][ACM] Fix for python build warning in security tools
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@us.ibm.com> Regards, Tom # HG changeset patch # User toml@tomlt2.austin.ibm.com # 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 @@ + _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Jan-24 17:01 UTC
Re: [Xen-devel] [PATCH][ACM] Fix for python build warning in security tools
On Tue, Jan 24, 2006 at 09:02:47AM -0600, Tom Lendacky wrote:> 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).Applied, thank you. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel