<feed xmlns='http://www.w3.org/2005/Atom'>
<title>func.git/scripts, branch httpd</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/'/>
<entry>
<title>Just some permissions clean up on source files, mostly</title>
<updated>2009-01-19T19:20:20+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2009-01-19T19:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=14115af29edee4c532862579b13c0f922a06660a'/>
<id>14115af29edee4c532862579b13c0f922a06660a</id>
<content type='text'>
removing 'x' bits on source code and makefiles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removing 'x' bits on source code and makefiles
</pre>
</div>
</content>
</entry>
<entry>
<title>func-transmit now has some ways of handling exceptions raised from the</title>
<updated>2008-09-02T19:46:11+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@grimlock.devel.redhat.com</email>
</author>
<published>2008-09-02T19:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=19bd10aa4ed3ae25d18d141882eb5365a74077c2'/>
<id>19bd10aa4ed3ae25d18d141882eb5365a74077c2</id>
<content type='text'>
Overlord() api class. It will catch them, and then marshall them into
a dict of {'name':"?", 'error':1, 'message':"?". 'info':{dict of whatever}}

It will also exit the process with status 1 instead of 0.

Also, some refactoring to make the error handling a little easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Overlord() api class. It will catch them, and then marshall them into
a dict of {'name':"?", 'error':1, 'message':"?". 'info':{dict of whatever}}

It will also exit the process with status 1 instead of 0.

Also, some refactoring to make the error handling a little easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use overlod module to list_minions() instead of the hack in func-transmit.</title>
<updated>2008-08-07T23:28:33+00:00</updated>
<author>
<name>Krzysztof A. Adamski</name>
<email>krzysztofa@gmail.com</email>
</author>
<published>2008-08-07T23:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=a1ba474f36ba7391accb63f3282138fcd2d480ce'/>
<id>a1ba474f36ba7391accb63f3282138fcd2d480ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do some refactoring of func-transmit.</title>
<updated>2008-07-18T21:34:50+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-07-18T21:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=f471627c772b744e4df5707d5c8db1e3453401b9'/>
<id>f471627c772b744e4df5707d5c8db1e3453401b9</id>
<content type='text'>
make JSON the default encoding

reorganize some imports

move everything into a main()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make JSON the default encoding

reorganize some imports

move everything into a main()
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the code that packs this into a dict, Marco says it's</title>
<updated>2008-07-18T20:44:34+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-07-18T20:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=6c592825a669583f4594eb5a9727a05dec114aed'/>
<id>6c592825a669583f4594eb5a9727a05dec114aed</id>
<content type='text'>
not needed now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not needed now
</pre>
</div>
</content>
</entry>
<entry>
<title>func-transmit: merge a modified patch from mmornati@byte-code.com</title>
<updated>2008-07-18T19:42:12+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-07-18T19:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=a4ed70c1547a17fe8f937d8e04fa117e381d5847'/>
<id>a4ed70c1547a17fe8f937d8e04fa117e381d5847</id>
<content type='text'>
adds json support to func-transmit

add an exception on async calls to list_minions

removed the special casing for "job_status", it doesn't need to be
special cased.

"list_minions" is a func-transmit call only, so it can do whatever it
wants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adds json support to func-transmit

add an exception on async calls to list_minions

removed the special casing for "job_status", it doesn't need to be
special cased.

"list_minions" is a func-transmit call only, so it can do whatever it
wants.
</pre>
</div>
</content>
</entry>
<entry>
<title>func-transmit: handle lists of client globs. Not sure this is the correct</title>
<updated>2008-07-16T17:05:02+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-07-16T17:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=cb311639535aa5a1bf80bfeb3cbf1954df472c5c'/>
<id>cb311639535aa5a1bf80bfeb3cbf1954df472c5c</id>
<content type='text'>
	       approach, but it seems to mostly work for now

test_func_transmit.py:
		more test cases for func-transmit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	       approach, but it seems to mostly work for now

test_func_transmit.py:
		more test cases for func-transmit
</pre>
</div>
</content>
</entry>
<entry>
<title>Change parameter passing... we need to call it with a list of paramaters, though the code will understand</title>
<updated>2008-07-15T22:16:18+00:00</updated>
<author>
<name>Adrian Likins</name>
<email>alikins@redhat.com</email>
</author>
<published>2008-07-15T22:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=139d9ab8bc7deae4c1167bc5da1ffb478c433037'/>
<id>139d9ab8bc7deae4c1167bc5da1ffb478c433037</id>
<content type='text'>
how to deal with a single item being passed.

Also changed the method call to pass it as an arg list to the method (aka, method(*parameters))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
how to deal with a single item being passed.

Also changed the method call to pass it as an arg list to the method (aka, method(*parameters))
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ssalevan_delegation'</title>
<updated>2008-07-11T20:35:58+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2008-07-11T20:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=ed30c66bfc08e95c959f4dc9b14b09d4a1ae07de'/>
<id>ed30c66bfc08e95c959f4dc9b14b09d4a1ae07de</id>
<content type='text'>
Conflicts:

	func.spec
	func/minion/modules/certmastermod.py
	setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	func.spec
	func/minion/modules/certmastermod.py
	setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow func-transmit to call "list_minions"</title>
<updated>2008-07-11T20:19:54+00:00</updated>
<author>
<name>Michael DeHaan</name>
<email>mdehaan@redhat.com</email>
</author>
<published>2008-07-11T20:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jeckersb/public_git/func.git/commit/?id=287bf22c59f714c6925377a3a44f59a8906c2e50'/>
<id>287bf22c59f714c6925377a3a44f59a8906c2e50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
