<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/ruby/Rakefile.in, branch 1.5.23</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>Mac OS X: Fix configure-time tests for Ruby.</title>
<updated>2010-03-22T10:41:46+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rich@koneko.home.annexia.org</email>
</author>
<published>2010-03-22T10:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=cef4ba0b8fec2b95153a07ac9537306e50ba167f'/>
<id>cef4ba0b8fec2b95153a07ac9537306e50ba167f</id>
<content type='text'>
For ARCHFLAGS change, see:
http://www.ruby-forum.com/topic/129717#579065

We also add a test for the &lt;guestfs.h&gt; header and include
that header when testing the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For ARCHFLAGS change, see:
http://www.ruby-forum.com/topic/129717#579065

We also add a test for the &lt;guestfs.h&gt; header and include
that header when testing the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>More misc fixes to non-srcdir builds.</title>
<updated>2009-07-16T17:04:01+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@trick.home.annexia.org</email>
</author>
<published>2009-07-16T17:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a865795a7edfdc939cf3864ca1b7ea9cdc564dc7'/>
<id>a865795a7edfdc939cf3864ca1b7ea9cdc564dc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for 349814e9d912c4: Get correct path when building Ruby bindings.</title>
<updated>2009-07-07T12:03:36+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@trick.home.annexia.org</email>
</author>
<published>2009-07-07T12:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6c87a747cae61097915c71f6d505f101579e8c7a'/>
<id>6c87a747cae61097915c71f6d505f101579e8c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to build in a separate directory</title>
<updated>2009-07-03T15:16:51+00:00</updated>
<author>
<name>Matthew Booth</name>
<email>mbooth@redhat.com</email>
</author>
<published>2009-07-03T10:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=349814e9d912c4f372b8fbdfb10b03749911021f'/>
<id>349814e9d912c4f372b8fbdfb10b03749911021f</id>
<content type='text'>
This patch allows you to do:
mkdir build
cd build
../configure ...
make

This will output all generated files to the build directory. Given that
autogen automatically runs configure, you can also do:

BUILDDIR=./build ./autogen.sh

which will do the right thing.

Also:

* Fix a dependency bug which means that guestfs_protocol.h
  isn't automatically rebuilt.
* Re-running autogen.sh with no arguments won't blow away your previous
  configure arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows you to do:
mkdir build
cd build
../configure ...
make

This will output all generated files to the build directory. Given that
autogen automatically runs configure, you can also do:

BUILDDIR=./build ./autogen.sh

which will do the right thing.

Also:

* Fix a dependency bug which means that guestfs_protocol.h
  isn't automatically rebuilt.
* Re-running autogen.sh with no arguments won't blow away your previous
  configure arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>New website, change et.redhat.com references to libguestfs.org</title>
<updated>2009-06-09T10:20:05+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2009-06-09T10:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=27161658c897544a58c7d4f87c08f2ee8ce08d43'/>
<id>27161658c897544a58c7d4f87c08f2ee8ce08d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow Ruby bindings to build correctly even if libguestfs not installed.</title>
<updated>2009-04-16T22:55:56+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2009-04-16T22:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=92804dec7c4982d2039f81586bc4a5cacb46217b'/>
<id>92804dec7c4982d2039f81586bc4a5cacb46217b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby bindings.</title>
<updated>2009-04-16T21:13:20+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2009-04-16T21:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a5f68bd57d887c8c8818dbb92a9f8b7643f67827'/>
<id>a5f68bd57d887c8c8818dbb92a9f8b7643f67827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
