<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/po-docs/ja, 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>Add Lua bindings.</title>
<updated>2012-11-17T20:02:42+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-17T10:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=ff8bfd3e92f21955d0a91b481583131f356b8fe4'/>
<id>ff8bfd3e92f21955d0a91b481583131f356b8fe4</id>
<content type='text'>
These are relatively complete, although only lightly tested.  Missing:

 - events
 - last_errno
 - user_cancel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are relatively complete, although only lightly tested.  Missing:

 - events
 - last_errno
 - user_cancel
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax: Use __PATTERNS__ instead of @PATTERNS@ in podwrapper man pages.</title>
<updated>2012-10-03T08:22:45+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-10-03T08:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3'/>
<id>4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3</id>
<content type='text'>
It is slightly dangerous to use @PATTERNS@, since these might
be substituted by autoconf when they appear in Makefile.am files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is slightly dangerous to use @PATTERNS@, since these might
be substituted by autoconf when they appear in Makefile.am files.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add guestfsd(8) man page.</title>
<updated>2012-10-03T07:55:24+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-10-03T06:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=df2469a48f4641bdfe26a4179dd946df190fa970'/>
<id>df2469a48f4641bdfe26a4179dd946df190fa970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>po-docs: Copy all *.1 and *.3 files to the install dir.</title>
<updated>2012-08-28T12:18:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-28T11:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=512f21c965c5d4bf1faf922d6a241c397f703e67'/>
<id>512f21c965c5d4bf1faf922d6a241c397f703e67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>po-docs: Update the list of man pages.</title>
<updated>2012-08-28T12:18:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-28T12:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=67a803e1f28ef0ba7549ef71cd5a094dabf962a7'/>
<id>67a803e1f28ef0ba7549ef71cd5a094dabf962a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>po-docs: Fix podwrapper so it works on translated POD files.</title>
<updated>2012-08-28T12:18:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-28T12:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=ddc67d94f37ca4e942cb385d4e5ec476766fef12'/>
<id>ddc67d94f37ca4e942cb385d4e5ec476766fef12</id>
<content type='text'>
These don't contain literal strings like "AUTHORS" (they have the
translated versions instead) and so checking for these English strings
is rather useless.

Also we don't usually have the '--license' parameter conveniently
around so don't enforce this section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These don't contain literal strings like "AUTHORS" (they have the
translated versions instead) and so checking for these English strings
is rather useless.

Also we don't usually have the '--license' parameter conveniently
around so don't enforce this section.
</pre>
</div>
</content>
</entry>
<entry>
<title>po-docs: Don't output translated virt-sysprep page as HTML.</title>
<updated>2012-08-28T12:18:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-28T11:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=540fbfcf34089e2baeea9c94a850cdea0c0db903'/>
<id>540fbfcf34089e2baeea9c94a850cdea0c0db903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Change calls to podwrapper.sh to use $(PODWRAPPER).</title>
<updated>2012-07-16T17:56:57+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-07-16T17:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f2ea617e224cd82496e56a41b5878063d6f02e3d'/>
<id>f2ea617e224cd82496e56a41b5878063d6f02e3d</id>
<content type='text'>
This will allow us to easily change the location of this
script in future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow us to easily change the location of this
script in future.
</pre>
</div>
</content>
</entry>
<entry>
<title>po-docs: Allow parallel builds in po-docs directory.</title>
<updated>2012-04-11T17:46:41+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-04-11T17:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3e164f15b77230b0961048893d03ec588fc8ab0e'/>
<id>3e164f15b77230b0961048893d03ec588fc8ab0e</id>
<content type='text'>
The first time the directory is checked out from git, there are no
*.pod files.  In a parallel build, the first thread notices this and
runs the 'make -C .. update-po' rule, but the other threads also try
to run at the same time and fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first time the directory is checked out from git, there are no
*.pod files.  In a parallel build, the first thread notices this and
runs the 'make -C .. update-po' rule, but the other threads also try
to run at the same time and fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>po-docs: No need to touch virt-sysprep.1 output file.</title>
<updated>2012-04-11T17:36:24+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-04-11T17:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=c1fb89e7fcaa806e913bf15ba2b4602583bd2f23'/>
<id>c1fb89e7fcaa806e913bf15ba2b4602583bd2f23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
