search for: output_filenam

Displaying 20 results from an estimated 40 matches for "output_filenam".

Did you mean: output_filename
2017 Nov 21
1
[PATCH v2] builder: planner: Don't add some impossible transitions.
Previous patch contained a typo. Changed output_format -> output_filename. Rich.
2017 Nov 21
0
[PATCH] builder: planner: Don't add some impossible transitions.
...s in (* If infile/outfile don't exist, get the containing directory. *) let infile = @@ -474,14 +475,15 @@ let main () = * thing a copy does is to remove the template tag (since it's always * copied out of the cache directory). *) - tr `Copy ((`Filename, output_filename) :: remove `Template itags); + if infile <> output_format then + tr `Copy ((`Filename, output_filename) :: remove `Template itags); tr `Copy ((`Filename, tempfile) :: remove `Template itags); (* We can rename a file instead of copying, but don't rename the * cac...
2017 Oct 03
0
[PATCH v2 2/2] builder: Choose better weights in the planner.
...in parallel, we don't only need * to choose unique tempfiles per transition, so this is OK: @@ -431,17 +478,16 @@ let main () = * thing a copy does is to remove the template tag (since it's always * copied out of the cache directory). *) - tr `Copy 50 ((`Filename, output_filename) :: remove `Template itags); - tr `Copy 50 ((`Filename, tempfile) :: remove `Template itags); + tr `Copy ((`Filename, output_filename) :: remove `Template itags); + tr `Copy ((`Filename, tempfile) :: remove `Template itags); (* We can rename a file instead of copying, but don't...
2012 Apr 26
1
[PATCH] gobject: Move headers into a subdirectory
...&& generator/generator CLEANFILES = $(noinst_DATA) $(noinst_PROGRAM) *.cmi *.cmo *~ diff --git a/generator/generator_gobject.ml b/generator/generator_gobject.ml index 312ecb4..17c6c36 100644 --- a/generator/generator_gobject.ml +++ b/generator/generator_gobject.ml @@ -126,7 +126,7 @@ let output_filenames = ) let output_header filename f = - let header = sprintf "gobject/guestfs-gobject-%s.h" filename in + let header = sprintf "gobject/include/guestfs-gobject/%s.h" filename in let guard = Str.global_replace (Str.regexp "-") "_" filename in let...
2015 Nov 11
2
[PATCH 1/2] dib: Make the interface between cmdline.ml and dib.ml explicit.
....extra_packages + auxtmpdir all_elements; - let delete_output_file = ref delete_on_failure in + let delete_output_file = ref cmdline.delete_on_failure in let delete_file () = if !delete_output_file then ( List.iter ( fun fmt -> - try Unix.unlink (output_filename image_name fmt) with _ -> () - ) formats + try Unix.unlink (output_filename cmdline.image_name fmt) with _ -> () + ) cmdline.formats ) in at_exit delete_file; prepare_external ~dib_args ~dib_vars ~out_name:image_basename ~root_label - ~rootfs_uuid ~image...
2013 Apr 25
1
Error Message while Package creation
...Guys, I wanted to build a new R package from the R code. I installed all the required software and made all the path settings. When i tried running, cmd> RCMD check SamplePackageName while "Checking R code for possible errors" i have encountered a note saying: waning in png(file=Output_FileName, width=840, height=480, unit="px"): partial argument match of 'file' to 'filename'. I don't have any idea of what this warning is. Any help is really appreciated. Thanks -- View this message in context: http://r.789695.n4.nabble.com/Error-Message-while-Package-c...
2007 Jan 13
1
Batch Processing for SpeexEnc and SpeexDec
Hello, I am a master's student using Speex for my thesis research. My question is this: I am running speex from a command line in Unix and I want to encode/decode numerous files at once. How can this be done since the speexenc requires [options] input_filename.wav output_filename.spx and the reverse extensions for the decoder. Sorry I am much more of a hardware (read: EE) then a CS guy. I attempted to use wildcards, since all the speech files are named 'S#.wav' where # is the frame # being encoded. This didn't work however. Any Help would be appreciated. paul
2017 Oct 04
2
[PATCH v3 0/2] builder: Choose better weights in the planner.
v2 -> v3: - Drop gnulib fallback.
2017 Oct 02
3
[PATCH 0/2] builder: Choose better weights in the planner.
It started out as "this'll be just a simple fix ..." and turned into something a bit over-engineered in the end. Here it is anyway. Rich.
2017 Oct 03
4
[PATCH v2 0/2] builder: Choose better weights in the planner.
v1 -> v2: - Removed the f_type field from StatVFS.statvfs structure. - New function StatVFS.filesystem_is_remote, written in C. [Thinking about it, this should probably be called ?is_network_filesystem?, but I can change that before pushing]. - Use statvfs instead of fstatvfs, and statfs instead of fstatfs. - Rejigged the comments in builder/builder.ml to make them simpler
2015 Nov 11
0
[PATCH] builder: Make the interface between cmdline.ml and builder.ml explicit.
...vision in + let template = arg, cmdline.arch, revision in message (f_"Downloading: %s") file_uri; let progress_bar = not (quiet ()) in Downloader.download downloader ~template ~progress_bar ~proxy @@ -328,7 +325,7 @@ let main () = (* Planner: Goal. *) let output_filename, output_format = - match output, format with + match cmdline.output, cmdline.format with | None, None -> sprintf "%s.img" arg, "raw" | None, Some "raw" -> sprintf "%s.img" arg, "raw" | None, Some format -> sprintf &quo...
2012 Mar 28
1
[PATCH] Split gobject sources into 1 file per class
This patch replaces patches 14 and 15 from my previous series. The gtk-doc output is now reasonable, and we can rely on an automatically generated guestfs-sections.txt. Matt
2017 Feb 02
7
[PATCH 0/6] dib: various improvements
Hi, this series improves virt-dib, adding some upstream changes, and refactoring the handling of output formats. Thanks, Pino Toscano (6): dib: clear up "already provided" message dib: add --checksum dib: pass custom mkfs options after the filesystem type dib: refactor output formats handling dib: clarify "output:" lines in --machine-readable documentation dib:
2017 Sep 19
1
Re: [PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...., > + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > + *) > + > +val unit_GB : int -> int64 > +(** [unit_GB n] returns n * 2^30 *) > + > +val current_arch : unit -> string > +(** Turn the host_cpu into the dpkg architecture naming. *) > + > +val output_filename : string -> string -> string > +(** [output_filename image_name format] generates a suitable output > + filename based on the image filename and output format. *) > + > +val log_filename : unit -> string > +(** Generate a name for the log file containing the program name...
2016 Jan 18
0
[PATCH v2] resize, builder: fsync the output file before closing the libvirt connection.
...t everything and we're done! *) message (f_"Finishing off"); - g#umount_all (); + if cmdline.sync then ( + (* Work around libvirt 15 second timeout waiting for qemu + https://www.redhat.com/archives/libvir-list/2016-January/msg00767.html *) + g#sync (); + Fsync.file output_filename + ); + g#shutdown (); g#close (); diff --git a/resize/resize.ml b/resize/resize.ml index d6dd9a5..84e38be 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@ -1283,6 +1283,11 @@ read the man page virt-resize(1). let g = if to_be_expanded then ( + (* Work around libvirt...
2017 Feb 14
0
[PATCH 10/10] dib: add squashfs output format
...nce_prerequisites = Some squashfs_check; + run_on_filesystem = Some squashfs_run_fs; +} + +let () = register_format fmt diff --git a/dib/utils.ml b/dib/utils.ml index 3775a41..da5e738 100644 --- a/dib/utils.ml +++ b/dib/utils.ml @@ -33,6 +33,7 @@ let current_arch () = | arch -> arch let output_filename image_name = function + | "squashfs" -> image_name ^ ".squash" | fmt -> image_name ^ "." ^ fmt let log_filename () = diff --git a/dib/virt-dib.pod b/dib/virt-dib.pod index 2786050..7083e78 100644 --- a/dib/virt-dib.pod +++ b/dib/virt-dib.pod @@ -212,6 +21...
2004 Nov 02
1
Basic Encoder Help
...ion ratio is very small - the main example being a 60MB file compressing to 54MB, i guess there's an option i've missed, but i cannot track it down. I was hoping someone could point it out for me: FLAC::Encoder::File flac; void setup() { FLAC__FileEncoderState state; flac.set_filename(output_filename.c_str()); flac.set_channels (2); flac.set_bits_per_sample (16); flac.set_sample_rate (44100); flac.set_do_exhaustive_model_search(false); flac.set_do_escape_coding(false); flac.set_do_mid_side_stereo(true); flac.set_loose_mid_side_stereo(false); flac.set_qlp_coeff_precision(0); flac.set_m...
2014 Sep 29
2
[PATCH 1/2] builder, customize: disable SELinux
...interactions + * between the appliance kernel and applications/libraries interacting + * with SELinux xattrs. + *) + g#set_selinux false; (* The output disk is being created, so use cache=unsafe here. *) g#add_drive_opts ~format:output_format ~cachemode:"unsafe" output_filename; diff --git a/customize/customize_main.ml b/customize/customize_main.ml index 6e0ba2d..2c8b2ef 100644 --- a/customize/customize_main.ml +++ b/customize/customize_main.ml @@ -208,7 +208,11 @@ read the man page virt-customize(1). (match memsize with None -> () | Some memsize -> g#set_mems...
2014 Jan 24
2
[PATCH 0/2] Implement virt-builder --selinux-relabel option.
Do SELinux relabelling properly.
2015 May 29
0
[PATCH v3] RFC: New virt-dib tool
...name ~rootfs_uuid + ~arch ~network ~root_label ~install_type ~debug ~extra_packages + auxtmpdir all_elements; + + let delete_output_file = ref delete_on_failure in + let delete_file () = + if !delete_output_file then ( + List.iter ( + fun fmt -> + try Unix.unlink (output_filename image_name fmt) with _ -> () + ) formats + ) + in + at_exit delete_file; + + prepare_external ~dib_args ~dib_vars ~out_name:image_name ~root_label ~rootfs_uuid + ~image_cache ~arch ~network ~debug + tmpdir basepath hookstmpdir extradatatmpdir (auxtmpdir // "fake-bin")...