<feed xmlns='http://www.w3.org/2005/Atom'>
<title>third_party-func.git/func/overlord/cmd_modules, branch master</title>
<subtitle>Genome patches to func that are not yet upstream</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/'/>
<entry>
<title>Merge branch 'kadamski-async2'</title>
<updated>2008-07-02T18:42:47+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2008-07-02T18:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=5e77a4e38d4b07b019f092ad0e8839b46d1d8d2f'/>
<id>5e77a4e38d4b07b019f092ad0e8839b46d1d8d2f</id>
<content type='text'>
Conflicts:

	func/overlord/cmd_modules/ping.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	func/overlord/cmd_modules/ping.py
</pre>
</div>
</content>
</entry>
<entry>
<title>some help output clean ups.</title>
<updated>2008-06-30T17:44:54+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@grimlock.devel.redhat.com</email>
</author>
<published>2008-06-30T17:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=994c6dbd9065a050158d1bbaf2867a59b020a826'/>
<id>994c6dbd9065a050158d1bbaf2867a59b020a826</id>
<content type='text'>
func/overlord/command.py:
	set a default description. without it, none of the formatted description output
	gets showns
func/overlord/func_command.py:
	better "usage" output
func/overlord/func/show.py:
	better summary/useage of show.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
func/overlord/command.py:
	set a default description. without it, none of the formatted description output
	gets showns
func/overlord/func_command.py:
	better "usage" output
func/overlord/func/show.py:
	better summary/useage of show.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stray comment</title>
<updated>2008-06-30T17:02:06+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2008-06-30T17:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=e4d7106ccc016ca77b8588932036efc06f177651'/>
<id>e4d7106ccc016ca77b8588932036efc06f177651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneded print statement.</title>
<updated>2008-06-29T18:48:11+00:00</updated>
<author>
<name>Krzysztof A. Adamski</name>
<email>krzysztofa@gmail.com</email>
</author>
<published>2008-06-29T18:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=fa085e9a10aabf66cc784541f3ed8297afaf6436'/>
<id>fa085e9a10aabf66cc784541f3ed8297afaf6436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for forcing some long running methods to be called in async mode from command line.</title>
<updated>2008-06-29T18:43:20+00:00</updated>
<author>
<name>Krzysztof A. Adamski</name>
<email>krzysztofa@gmail.com</email>
</author>
<published>2008-06-29T18:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=a5929a01854dd53828e10008b68763c3959632ec'/>
<id>a5929a01854dd53828e10008b68763c3959632ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a "summary" to the cmd_module classes so the help can get to them.</title>
<updated>2008-06-26T21:03:55+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-06-26T21:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=c32f90cfb0ec131eded7cf7da7568e3853a1b265'/>
<id>c32f90cfb0ec131eded7cf7da7568e3853a1b265</id>
<content type='text'>
make "func help" work again. Sorta. It's better, but it's still not right. At
least it doesnt traceback now.

remove a spurious debug statement in the command parser
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make "func help" work again. Sorta. It's better, but it's still not right. At
least it doesnt traceback now.

remove a spurious debug statement in the command parser
</pre>
</div>
</content>
</entry>
<entry>
<title>fix traceback on "func '*' copyfile". aka, call with no arguments</title>
<updated>2008-06-26T20:45:47+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-06-26T20:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=7130f3b2bcd01d978a564eca9e2a4f739db22262'/>
<id>7130f3b2bcd01d978a564eca9e2a4f739db22262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check for empty method list on call cmd. dont traceback if</title>
<updated>2008-06-26T20:38:10+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-06-26T20:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=466b8931afe0db3a44a5929b3dfb0441d0137c19'/>
<id>466b8931afe0db3a44a5929b3dfb0441d0137c19</id>
<content type='text'>
we get one
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we get one
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix options.async and options.forks problem.</title>
<updated>2008-06-26T10:57:56+00:00</updated>
<author>
<name>Krzysztof A. Adamski</name>
<email>krzysztofa@gmail.com</email>
</author>
<published>2008-06-26T10:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=cbe2d1ef15a2d61ccad30f0f8aa742c2bc46bf9e'/>
<id>cbe2d1ef15a2d61ccad30f0f8aa742c2bc46bf9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Jobthing status codes cleanup.</title>
<updated>2008-06-06T22:14:01+00:00</updated>
<author>
<name>Krzysztof A. Adamski</name>
<email>krzysztofa@gmail.com</email>
</author>
<published>2008-06-06T22:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=2d23caf2f9e96022dd49781bc00c351dcab7c10c'/>
<id>2d23caf2f9e96022dd49781bc00c351dcab7c10c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
