Displaying 3 results from an estimated 3 matches for "bf4106620".
2018 Feb 28
1
Re: [PATCH v2 2/3] v2v: utils: Add utility functions for running external Python code.
...7 Feb 2018 21:33:23 +0000
"Richard W.M. Jones" <rjones@redhat.com> wrote:
> ---
> v2v/utils.ml | 23 +++++++++++++++++++++++
> v2v/utils.mli | 11 +++++++++++
> 2 files changed, 34 insertions(+)
>
> diff --git a/v2v/utils.ml b/v2v/utils.ml
> index 1ceba94cd..bf4106620 100644
> --- a/v2v/utils.ml
> +++ b/v2v/utils.ml
> @@ -196,3 +196,26 @@ let find_file_in_tar tar filename =
> )
> in
> loop lines
> +
> +let run_python ?(python = "python") code =
> + (* In debug mode output the python code into the log. *)
> + d...
2018 Feb 27
0
[PATCH v2 2/3] v2v: utils: Add utility functions for running external Python code.
---
v2v/utils.ml | 23 +++++++++++++++++++++++
v2v/utils.mli | 11 +++++++++++
2 files changed, 34 insertions(+)
diff --git a/v2v/utils.ml b/v2v/utils.ml
index 1ceba94cd..bf4106620 100644
--- a/v2v/utils.ml
+++ b/v2v/utils.ml
@@ -196,3 +196,26 @@ let find_file_in_tar tar filename =
)
in
loop lines
+
+let run_python ?(python = "python") code =
+ (* In debug mode output the python code into the log. *)
+ debug "running python code using ā%sā:\n%s&quo...
2018 Feb 27
5
[PATCH v2 0/3] v2v: Add -o rhv-upload output mode.
This patch set is still for discussion only. See 3/3 for the current
list of problems.
However this will upload an image to an oVirt or RHV server, although
you must have absolutely the latest snapshot version of 4.2 for it to
work.
Rich.