|
|
|
|
|
|
|
|
|
|
xen-devel
[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@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 @@
+
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>
|
- [Xen-devel] [PATCH][ACM] Fix for python build warning in security tools,
Tom Lendacky <=
|
|
|
|
|