search for: get_output

Displaying 8 results from an estimated 8 matches for "get_output".

Did you mean: get_outputs
2020 Apr 03
0
[supermin PATCH 3/4] Extend modes with list of outputs
...c/supermin.ml | 9 +++++++-- 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/mode_build.ml b/src/mode_build.ml index d54a3cd..4a58460 100644 --- a/src/mode_build.ml +++ b/src/mode_build.ml @@ -462,3 +462,10 @@ and munge files = let files = loop files in files + +and get_outputs + (copy_kernel, format, host_cpu, + packager_config, tmpdir, use_installed, size, + include_packagelist) + inputs = + [] diff --git a/src/mode_build.mli b/src/mode_build.mli index 0f8b956..4fba2ab 100644 --- a/src/mode_build.mli +++ b/src/mode_build.mli @@ -21,3 +21,7 @@ val build...
2020 Apr 03
5
[supermin PATCH 0/4] Check for output results for --if-newer (RHBZ#1813809)
This is an attempt to make supermin check for the existing results of an output when checking whether the appliance must be rebuilt using --if-newer. At the moment it is implemented only for the build mode, and for its ext2 output format. Pino Toscano (4): build: factor ext2 filenames Tighten Unix_error check for missing outputdir Extend modes with list of outputs build: set
2020 Apr 03
2
Re: [supermin PATCH 3/4] Extend modes with list of outputs
...list) > inputs outputdir = > @@ -175,3 +175,10 @@ let prepare debug (copy_kernel, format, host_cpu, > (* No config files to copy, so do not create base.tar.gz. *) > if debug >= 1 then printf "supermin: not creating base.tar.gz\n%!"; > ) > + > +and get_outputs > + (copy_kernel, format, host_cpu, > + packager_config, tmpdir, use_installed, size, > + include_packagelist) > + inputs = > + [] > diff --git a/src/mode_prepare.mli b/src/mode_prepare.mli > index e2d677a..be45730 100644 > --- a/src/mode_prepare.mli > +++...
2020 Apr 03
0
[supermin PATCH v2 4/4] build: check for outputs in --if-newer check (RHBZ#1813809)
...d, 79 insertions(+), 3 deletions(-) create mode 100755 tests/test-if-newer-ext2.sh diff --git a/src/mode_build.ml b/src/mode_build.ml index d54a3cd..ed47366 100644 --- a/src/mode_build.ml +++ b/src/mode_build.ml @@ -462,3 +462,15 @@ and munge files = let files = loop files in files + +and get_outputs + (copy_kernel, format, host_cpu, + packager_config, tmpdir, use_installed, size, + include_packagelist) + inputs = + match format with + | Chroot -> + (* The content for chroot depends on the packages. *) + [] + | Ext2 -> + [kernel_filename; appliance_filename; ini...
2020 Apr 03
5
[supermin PATCH v2 0/4] Check for output results for --if-newer (RHBZ#1813809)
This is an attempt to make supermin check for the existing results of an output when checking whether the appliance must be rebuilt using --if-newer. At the moment it is implemented only for the ext2 output format of the build mode. Changes from v1: - drop empty stub for the prepare mode - add patch to ignore --if-newer on modes different than build - squash patch with stub for the build mode
2011 Mar 04
0
Wine release 1.3.15
...array index after range check (Coverity). oleaut32: Fix sizeof() usage (Coverity). msxml3/tests: Remove broken test and parameter check. msxml3: Reject xmlns attribute to be added to element. msxml3: Always set out pointer to null on failed QueryInterface. msxml3: Add get_output() implementation for processor. msxml3: Fail on certain node types in insertBefore() for attributes, remove broken tests. msxml3: Link dom attribute with parent interface pointer. msxml3: Test insertBefore() behaviour with node relinking, simplify common test cases. msxml3:...
2016 Apr 01
0
Wine release 1.9.7
...use WriteRaw() multiple times. user32: For EnableScrollBar() always go through EnableWindow() in SB_CTL case. include: Added IDXGISurface1 definition. msxml3/mxwriter: No need to use contiguous allocation in case of BSTR output. msxml3/mxwriter: Handle allocation failure in get_output(). msxml3/mxwriter: Flush internal buffer as soon as it's filled. msxml3/mxwriter: Use 4K for internal buffer size. dwrite: Use regular QI way to return interface client asked for. dwrite: Update to IDWriteFactory3. include: Fix ID2D1DCRenderTarget definition....
2012 Jul 03
0
Wine release 1.5.8
...anup for IMediaSample2. quartz: Avoid a COM object => iface => object round trip. quartz: Use unsafe_impl_from_IMediaSample() instead of a cast. quartz: Use StdMemAllocator_from_IMemAllocator() instead of casts. Nikolay Sivov (21): msxml3: Return stream reference from get_output() if stream is set. msxml3: Properly handle -1 as length of element qualified name in startElement(). msxml3: Fix closing of open element. msxml3: Initial implementation of attributeDecl() in writer. msxml3: Implement internalEntityDecl() for writer. msxml3: Basic refc...