<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/sysprep, branch oldlinux</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>EPEL 5: Old ocamlopt didn't support debugging (-g option).</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-17T22:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=936b80fdb0544ea950e06e84e72cae5e7a29fdde'/>
<id>936b80fdb0544ea950e06e84e72cae5e7a29fdde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Add ./run --test option.</title>
<updated>2012-06-26T22:34:30+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-26T21:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=05d4e07918bfa9907a1fa66391e8e2e2370c64d4'/>
<id>05d4e07918bfa9907a1fa66391e8e2e2370c64d4</id>
<content type='text'>
This option, when added via
  TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test
allows us to run the tests and only print the full output (including
debugging etc) when the test fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option, when added via
  TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test
allows us to run the tests and only print the full output (including
debugging etc) when the test fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysprep: Don't check for /dev/fuse before running the test.</title>
<updated>2012-06-25T14:21:32+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-25T14:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=8fc2127975de2f364e348c5a558d78e77988953c'/>
<id>8fc2127975de2f364e348c5a558d78e77988953c</id>
<content type='text'>
The program doesn't actually require FUSE when used without
any --script options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The program doesn't actually require FUSE when used without
any --script options.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Add SKIP_TEST_* variables to allow these tests to be skipped.</title>
<updated>2012-06-22T09:57:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T07:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=145f35badfd9ca4a6d9f54f7732566a5e5114876'/>
<id>145f35badfd9ca4a6d9f54f7732566a5e5114876</id>
<content type='text'>
By setting these variables, we can skip tests that fail on
RHEL 5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By setting these variables, we can skip tests that fail on
RHEL 5.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Define abs_builddir if not defined already.</title>
<updated>2012-06-18T20:45:13+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T20:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=bc7f1a5ef156576c069f47ea33f4977979ac032d'/>
<id>bc7f1a5ef156576c069f47ea33f4977979ac032d</id>
<content type='text'>
This is missing on RHEL 5.

This updates commit 50aa9533e4a505e1c64dbedddb30491bfbb755d6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is missing on RHEL 5.

This updates commit 50aa9533e4a505e1c64dbedddb30491bfbb755d6.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Define builddir and abs_srcdir when they are missing.</title>
<updated>2012-06-18T14:32:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-17T21:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=50aa9533e4a505e1c64dbedddb30491bfbb755d6'/>
<id>50aa9533e4a505e1c64dbedddb30491bfbb755d6</id>
<content type='text'>
RHEL 5-era autoconf did not define these, so define them manually
when they are missing.

Define builddir as '.'  The scripts require this.  It won't work
in the srcdir != builddir case, but we don't care about that for
RHEL 5.

This commit also moves the builddir / abs_srcdir variable setting
above the include of subdir-rules.mk, in case that include uses
these variables.

Useful script:

  for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do
    if ! grep -q '^abs_srcdir' $f; then
      echo missing in $f
    fi
  done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RHEL 5-era autoconf did not define these, so define them manually
when they are missing.

Define builddir as '.'  The scripts require this.  It won't work
in the srcdir != builddir case, but we don't care about that for
RHEL 5.

This commit also moves the builddir / abs_srcdir variable setting
above the include of subdir-rules.mk, in case that include uses
these variables.

Useful script:

  for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do
    if ! grep -q '^abs_srcdir' $f; then
      echo missing in $f
    fi
  done
</pre>
</div>
</content>
</entry>
<entry>
<title>ocaml: Use OCAMLOPTFLAGS when compiling .cmx (ie. native code) files.</title>
<updated>2012-06-18T14:32:38+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-17T22:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=dd216fedbdacfd641c2da4073ae26d3ccb6098a6'/>
<id>dd216fedbdacfd641c2da4073ae26d3ccb6098a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysprep: remove the data and log files of puppet</title>
<updated>2012-05-25T07:34:03+00:00</updated>
<author>
<name>Wanlong Gao</name>
<email>gaowanlong@cn.fujitsu.com</email>
</author>
<published>2012-05-25T06:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3936412e33ec268f63b30b6ff5a38e7b8fe4f752'/>
<id>3936412e33ec268f63b30b6ff5a38e7b8fe4f752</id>
<content type='text'>
Remove the data(keys) and log files of puppet.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the data(keys) and log files of puppet.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sysprep: Credit Wanlong Gao, Fujitsu under 'AUTHORS' section.</title>
<updated>2012-05-18T10:15:39+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-05-18T10:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a119e057d177fc3e89206c433efd8463df1a9826'/>
<id>a119e057d177fc3e89206c433efd8463df1a9826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysprep: remove kerberos data in the guest</title>
<updated>2012-05-18T10:12:07+00:00</updated>
<author>
<name>Wanlong Gao</name>
<email>gaowanlong@cn.fujitsu.com</email>
</author>
<published>2012-05-18T09:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f5e0c0e3eec1e85e62167540529664c965d2563e'/>
<id>f5e0c0e3eec1e85e62167540529664c965d2563e</id>
<content type='text'>
Remove the generated kerberos data in the guest.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the generated kerberos data in the guest.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
