search for: 3b6ca9b

Displaying 2 results from an estimated 2 matches for "3b6ca9b".

2013 Jun 04
2
[PATCH / RFC] Handle --packager-config in zypp_rpm
.... Particular about the new inifiles dependency.. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- src/Makefile.am | 2 +- src/supermin_zypp_rpm.ml | 23 ++++++++++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3b6ca9b..6ed0faf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,7 +56,7 @@ OBJECTS = $(XOBJECTS) BEST = opt endif -OCAMLPACKAGES = -package unix,str +OCAMLPACKAGES = -package unix,str,inifiles OCAMLFLAGS = -warn-error CDEFLMPSUVXYZ supermin: $(OBJECTS) diff --git a/src/supermin_zypp_r...
2013 Apr 09
2
[PATCH 1/2] add run_shell helper
The new run_shell helper is a copy of run_python, and will be used by upcoming changes. Signed-off-by: Olaf Hering <olaf at aepfle.de> --- src/supermin_utils.ml | 9 +++++++++ src/supermin_utils.mli | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/src/supermin_utils.ml b/src/supermin_utils.ml index f98e09a..cb8a27e 100644 --- a/src/supermin_utils.ml +++ b/src/supermin_utils.ml