* [PATCH][ACM] Fix for python build warning in security tools
@ 2006-01-24 15:02 Tom Lendacky
2006-01-24 17:01 ` Ewan Mellor
0 siblings, 1 reply; 2+ messages in thread
From: Tom Lendacky @ 2006-01-24 15:02 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 914 bytes --]
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 @@
+
[-- Attachment #2: xensec_gen.diff --]
[-- Type: text/x-patch, Size: 539 bytes --]
# 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 @@
+
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][ACM] Fix for python build warning in security tools
2006-01-24 15:02 [PATCH][ACM] Fix for python build warning in security tools Tom Lendacky
@ 2006-01-24 17:01 ` Ewan Mellor
0 siblings, 0 replies; 2+ messages in thread
From: Ewan Mellor @ 2006-01-24 17:01 UTC (permalink / raw)
To: Tom Lendacky; +Cc: xen-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-24 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 15:02 [PATCH][ACM] Fix for python build warning in security tools Tom Lendacky
2006-01-24 17:01 ` Ewan Mellor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.