<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/images, branch master</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>tests: Split images -&gt; tests/data + tests/guests</title>
<updated>2011-12-22T15:48:11+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-12-22T12:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=cd077b8229731e292798f34dd56892cbfa6f1e0e'/>
<id>cd077b8229731e292798f34dd56892cbfa6f1e0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename mdadm_ apis to md_</title>
<updated>2011-11-24T13:22:42+00:00</updated>
<author>
<name>Matthew Booth</name>
<email>mbooth@redhat.com</email>
</author>
<published>2011-11-24T12:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=182c25b2a42e9a8f76beba440da328e37f18c9b9'/>
<id>182c25b2a42e9a8f76beba440da328e37f18c9b9</id>
<content type='text'>
This change renames the following 2 apis:
* mdadm_create -&gt; md_create
* mdadm_detail -&gt; md_detail

This is more consistent with list_md_devices, and removes a reference to an
implementation detail from the api.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change renames the following 2 apis:
* mdadm_create -&gt; md_create
* mdadm_detail -&gt; md_detail

This is more consistent with list_md_devices, and removes a reference to an
implementation detail from the api.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Create an MD variant of the dummy Fedora image</title>
<updated>2011-11-24T12:50:22+00:00</updated>
<author>
<name>Matthew Booth</name>
<email>mbooth@redhat.com</email>
</author>
<published>2011-11-23T14:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d3458d7bc46d4fa68acd759cf5dc308f76531fe4'/>
<id>d3458d7bc46d4fa68acd759cf5dc308f76531fe4</id>
<content type='text'>
This change involves rewriting make-fedora-img.sh in perl. This allows the
flexibility to write mdadm.conf containing whichever uuids where randomly
generated when the md devices were created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change involves rewriting make-fedora-img.sh in perl. This allows the
flexibility to write mdadm.conf containing whichever uuids where randomly
generated when the md devices were created.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address.</title>
<updated>2011-11-08T14:43:07+00:00</updated>
<author>
<name>Matthew Booth</name>
<email>mbooth@redhat.com</email>
</author>
<published>2011-11-08T14:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=04ea1375c55aa67df4e7fc61dbb534111767f3b6'/>
<id>04ea1375c55aa67df4e7fc61dbb534111767f3b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>out-of-tree build: generate ./run from template, fix image checks</title>
<updated>2011-08-18T08:55:52+00:00</updated>
<author>
<name>Hilko Bengen</name>
<email>bengen@hilluzination.de</email>
</author>
<published>2011-08-17T22:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=70c033998e0e721dc4f9eb2a20348098b259752c'/>
<id>70c033998e0e721dc4f9eb2a20348098b259752c</id>
<content type='text'>
./run can now be run in a separate build directory. Since some files
needed in the image checks are found in the source tree (but not the
build tree), the source tree location is passed to make-*-img.sh via
an environment variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
./run can now be run in a separate build directory. Since some files
needed in the image checks are found in the source tree (but not the
build tree), the source tree location is passed to make-*-img.sh via
an environment variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Set TMPDIR for local testing.</title>
<updated>2011-08-08T11:41:54+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-08-08T11:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f7d18c84dde596699ffc5100fec2cf7b0d582450'/>
<id>f7d18c84dde596699ffc5100fec2cf7b0d582450</id>
<content type='text'>
This avoids conflicts with the globally installed libguestfs
appliance, or lets us build in multiple local directories at the same
time without conflicts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids conflicts with the globally installed libguestfs
appliance, or lets us build in multiple local directories at the same
time without conflicts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite virt-edit in C.</title>
<updated>2011-05-09T13:23:08+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-06T21:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=2b5fbc882a0a79646b668c7b95442f0b3673d63a'/>
<id>2b5fbc882a0a79646b668c7b95442f0b3673d63a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add images/guestfs-aux/fedora-packages.db{,.txt} to EXTRA_DIST.</title>
<updated>2011-04-16T13:56:38+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-16T13:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=340ff70c1e28aa0ceb2f45918dabafc8fd7134d3'/>
<id>340ff70c1e28aa0ceb2f45918dabafc8fd7134d3</id>
<content type='text'>
This updates commit d95874db3dc6c415061b86275d03770b4f28ffbb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates commit d95874db3dc6c415061b86275d03770b4f28ffbb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.</title>
<updated>2011-04-16T07:32:48+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-16T06:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=33a2c184e12c0bdbf061a9f36c87d76c28444712'/>
<id>33a2c184e12c0bdbf061a9f36c87d76c28444712</id>
<content type='text'>
Remove the hack that let you run ./fish/guestfish or
./fuse/guestmount.  You now have to do:

  ./run ./fish/guestfish
or
  ./run ./fuse/guestmount

to run these programs without installing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the hack that let you run ./fish/guestfish or
./fuse/guestmount.  You now have to do:

  ./run ./fish/guestfish
or
  ./run ./fuse/guestmount

to run these programs without installing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete file so db_load doesn't run incrementally.</title>
<updated>2011-04-14T17:20:30+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-14T17:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=67493bfca44d436143d825b155bf2bc38990ea82'/>
<id>67493bfca44d436143d825b155bf2bc38990ea82</id>
<content type='text'>
It turns out that db_load incrementally updates the database (instead
of writing a new one).  Remove the old database to force db_load to
write a new one.

This also ensures that we handle write failure gracefully.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that db_load incrementally updates the database (instead
of writing a new one).  Remove the old database to force db_load to
write a new one.

This also ensures that we handle write failure gracefully.
</pre>
</div>
</content>
</entry>
</feed>
