Displaying 20 results from an estimated 20 matches for "output_dir".
2009 Aug 20
3
[PATCH ovirt-node-image] fixes for edit-livecd
Patch set fixes issues with image size increase when using edit-livecd
Also address issue with ext4 root fs
2009 Aug 03
0
[PATCH node-image] Fix edit-livecd to re-create ext2 filesystem each time
...amp;& umount -v $mp"
}
+# Create new ext2 filesystem and copy contents of one into the other
+# Size of ext2 filesystem is same as original size unless size parameter
+# is passed in
+create_ext2fs() {
+ local input_file=$1
+ local input_dir=$2
+ local output_file=$3
+ local output_dir=$4
+ local size_mb=$5
+
+ local size=
+ if [[ -n "$size_mb" ]]; then
+ size=$(( $size_mb * 1024 ))
+ fi
+
+ echo ">>> Mounting old ext3fs"
+ mnt "-t ext2 $input_file -o ro,loop" $input_dir
+ ext_used=$(df $WDIR/$input_dir | tail -1...
2013 Sep 06
2
[PATCH supermin 0/2] helper: Implement device trees.
This two-part patch for supermin implements device trees (for ARM).
The first patch introduces a more rational way to handle command line
arguments in 'supermin-helper'. See the commit message for details.
The old style is still supported for compatibility.
The second patch adds an extra supermin-helper --dtb parameter
specifying a wildcard. A device tree file which matches the
2004 Sep 10
2
stat() and Windows
...Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
!IF "$(CFG)" == "libFLAC - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2...
2018 Feb 21
0
Adding a table of contents to html output using the bookdown package
...tml). Nice.
However, for more flexibility in switching back and forth between html, pdf, and Word output, and to get section numbering and the ability to cross reference tables and figures by number, I am rendering my .Rmd files using a command like
library(bookdown)
render('test.Rmd', output_dir='.', output_format=html_document2(number_sections=TRUE) )
Then there is no table of contents.
Are there an additional argument I could add to this render() command to get a TOC? I've looked, and haven't been able to find one.
Thanks
-Don
p.s.
On the other hand, with
render...
2017 Sep 22
0
[cfe-dev] Cross translational unit analysis in codechecker
...> the analysis.
>
> --ctu-collect Perform the first, 'collect' phase of Cross-TU
>
> analysis. This phase generates extra files needed
> by
>
> CTU analysis, and puts them into '<OUTPUT_DIR>/ctu-
>
> dir'. NOTE: If this argument is present,
> CodeChecker
>
> will NOT execute the analyzers!
>
> --ctu-analyze Perform the second, 'analyze' phase of Cross-TU
>
> anal...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...tion.
+#
+# On Darwin the default is to use the llgdb.py wrapper script which
+# translates gdb commands into their lldb equivalents.
+
+use File::Basename;
+use Config;
+use Cwd;
+
+my $testcase_file = $ARGV[0];
+my $executable_file = $ARGV[1];
+
+my $input_filename = basename $testcase_file;
+my $output_dir = dirname $executable_file;
+
+my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
+my $output_file = "$output_dir/$input_filename.gdb.output";
+
+my %cmd_map = ();
+# Assume lldb to be the debugger on Darwin.
+my $use_lldb = 0;
+$use_lldb = 1 if ($Config{o...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...s gdb commands into their lldb equivalents.
>> +
>> +use File::Basename;
>> +use Config;
>> +use Cwd;
>> +
>> +my $testcase_file = $ARGV[0];
>> +my $executable_file = $ARGV[1];
>> +
>> +my $input_filename = basename $testcase_file;
>> +my $output_dir = dirname $executable_file;
>> +
>> +my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
>> +my $output_file = "$output_dir/$input_filename.gdb.output";
>> +
>> +my %cmd_map = ();
>> +# Assume lldb to be the debugger on D...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...y wrapper script which
> +# translates gdb commands into their lldb equivalents.
> +
> +use File::Basename;
> +use Config;
> +use Cwd;
> +
> +my $testcase_file = $ARGV[0];
> +my $executable_file = $ARGV[1];
> +
> +my $input_filename = basename $testcase_file;
> +my $output_dir = dirname $executable_file;
> +
> +my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
> +my $output_file = "$output_dir/$input_filename.gdb.output";
> +
> +my %cmd_map = ();
> +# Assume lldb to be the debugger on Darwin.
> +my $use_lld...
2008 Jul 01
1
extract MIME attachments from 700MB imap folder
Hi all,
Issue:
I've been tasked with extracting a bunch of MIME attachments (M$Word
docs) from emails which have been stored in an imap folder in
/home/<username>/mail/<imap foldername>. As the subject states, the
imap folder is about 700MB.
Googling suggested that munpack might do the trick, but as it is
intended only for one message at a time, it outputs the first
2009 Feb 02
12
[RSpec] rcov and/or rexml bug?
Hi,
Running: Ruby 1.8.7 p72, RSpec 1.1.12 and rcov 0.8.1.2.0, I get the
following error message with $ rake spec:rcov
--
/usr/local/ruby1.8.7//lib/ruby/1.8/rexml/formatters/pretty.rb:131:in
`[]'': no implicit conversion from nil to integer (TypeError)
from
/usr/local/ruby1.8.7//lib/ruby/1.8/rexml/formatters/pretty.rb:131:in
`wrap''
from
2006 Sep 26
0
Code coverage of a rails plugin
...shared_models do
namespace :test do
Rcov::RcovTask.new(:coverage) do |t|
t.libs << "#{File.dirname(__FILE__)}/../test"
t.test_files = FileList["#{File.dirname(__FILE__)}/../test/*.rb",
"#{File.dirname(__FILE__)}/../test/unit/*_test.rb"]
t.output_dir = "#{File.dirname(__FILE__)}/../test/coverage"
t.verbose = true
end
end
end
</vendor/plugins/shared_models/tasks/rcov.rake>
rcov is running, and from the debug output I can see that the correct
files are loaded inside the plugins'' test, and test/unit directorie...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig
into it once I get a chance -- traveling so, my access is a bit sketchy
right now.
I'll see if I can grab the logs and let you know if I find anything
interesting.
On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote:
> That change was added specifically to workaround a failure
2006 May 25
21
Converting HTML into an Image
I have this challenge of converting a bit of html into an image file
and then shrinking it into a thumbnail. The shrinking part shouldn''t
be too bad, but what advice can you give on converting the html to the
image? My thinking is that I will need to convert it to postscript or
latex and then convert it to an image from there. Is there an easier
/ better approach?
Michael
2006 Dec 08
0
Wine release 0.9.27
...\n' in Wine trace.
vmm.vxd: PC_WRITABLE spelling fix.
msxml3: Add '\n' to Wine trace.
mshtml: Add '\n' to Wine trace.
Assorted spelling fixes.
Consistently use SUBLANG_NEUTRAL for Italian resources.
msvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does not pollute $output_dir.
msvcmaker: Remove unneeded -I.. for the msvcrt tests.
msvcmaker: Tweak the .dsp formatting to better match Visual Studio.
msvcmaker: Link with msvcrt(d).dll rather than with the static C library.
ole32: Convert dump_FORMATETC() into debugs...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...;
- const char *whitelist = NULL;
-
- /* For the reason this was originally added, see
- * https://bugzilla.redhat.com/show_bug.cgi?id=558593
- */
- const char *hostcpu = host_cpu;
-
- /* Output files. */
- char *kernel = NULL, *dtb = NULL, *initrd = NULL, *appliance = NULL;
- const char *output_dir = NULL;
-
- /* Device tree wildcard (--dtb argument). */
- const char *dtb_wildcard = NULL;
-
- uid_t euid = geteuid ();
- gid_t egid = getegid ();
-
- bool old_style = true;
-
- /* Command line arguments. */
- for (;;) {
- int option_index;
- int c = getopt_long (argc, argv, options,...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...mpile_catalog]
+domain = ovirtserver
+directory = ovirtserver/i18n
+statistics = true
+
+[extract_messages]
+add_comments = TRANSLATORS:
+output_file = ovirtserver/i18n/ovirtserver.pot
+width = 80
+keywords = l_
+
+[init_catalog]
+domain = ovirtserver
+input_file = ovirtserver/i18n/ovirtserver.pot
+output_dir = ovirtserver/i18n
+
+[update_catalog]
+domain = ovirtserver
+input_file = ovirtserver/i18n/ovirtserver.pot
+output_dir = ovirtserver/i18n
+previous = true
diff --git a/server/setup.py b/server/setup.py
new file mode 100644
index 0000000..bf646ad
--- /dev/null
+++ b/server/setup.py
@@ -0,0 +1,63 @@...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...mpile_catalog]
-domain = ovirtserver
-directory = ovirtserver/i18n
-statistics = true
-
-[extract_messages]
-add_comments = TRANSLATORS:
-output_file = ovirtserver/i18n/ovirtserver.pot
-width = 80
-keywords = l_
-
-[init_catalog]
-domain = ovirtserver
-input_file = ovirtserver/i18n/ovirtserver.pot
-output_dir = ovirtserver/i18n
-
-[update_catalog]
-domain = ovirtserver
-input_file = ovirtserver/i18n/ovirtserver.pot
-output_dir = ovirtserver/i18n
-previous = true
diff --git a/server/setup.py b/server/setup.py
deleted file mode 100644
index bf646ad..0000000
--- a/server/setup.py
+++ /dev/null
@@ -1,63 +0,...
2015 Mar 04
3
supermin on arm
...operties')) 2015-03-03
> > > 17:02:52,522 INFO imagefactory_plugins.TinMan.TinMan.TinMan
> > > thread(d367f895) Message: create_base_image() called for TinMan
> > > plugin - creating a BaseImage =============== Final Oz Config
> > > ================ [ paths ] output_dir
> > > = /var/lib/imagefactory/images data_dir = /var/lib/oz
> > > screenshot_dir = /var/lib/oz/screenshots [ libvirt ] uri =
> > > qemu:///system image_type = raw type = kvm
bridge_name = br0
cpus = 2
memory = 1024
[ cache ]
original_media = yes
modified_media =...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -6,7 +6,8 @@ set(SANITIZER_HEADERS
sanitizer/linux_syscall_hooks.h
sanitizer/lsan_interface.h
sanitizer/msan_interface.h
- sanitizer/tsan_interface_atomic.h)
+ sanitizer/tsan_interface_atomic.h
+ safestack_interface.h)
set(output_dir ${COMPILER_RT_OUTPUT_DIR}/include)
diff --git a/include/safestack_interface.h b/include/safestack_interface.h
new file mode 100644
index 0000000..940d903
--- /dev/null
+++ b/include/safestack_interface.h
@@ -0,0 +1,20 @@
+#ifndef SAFESTACK_INTERFACE_H
+#define SAFESTACK_INTERFACE_H
+
+#include &l...