(New page: I took a shot at merging in Infrastructure/UpdatesSystem/Bodhi-info-DRAFT I hope I didn't step on any toes or get anything terribly wrong with the content or formatting. - Dale 200...) |
(point out content on Luke's blog for use here) |
||
Line 1: | Line 1: | ||
I took a shot at merging in [[Infrastructure/UpdatesSystem/Bodhi-info-DRAFT]] I hope I didn't step on any toes or get anything terribly wrong with the content or formatting. | * [[User:Dale]] 20080622 - Content for digestion here can be found on [http://lewk.org/blog/tags/bodhi lmacken's blog]. | ||
I think we should link to info about ''[http://lewk.org/blog/makeupdate make update]'' using bodhi-client, point to the potential for [http://lewk.org/blog/f7-updates nifty graphs] of bodhi activity, how end users can find and [http://lewk.org/blog/bodhi-client test updates]. To that end, I thought I would install body-client and try <code>bodhi-client --testable</code>. Apparently end users will at least have to go some distance down the path toward being a fedora developer before they can do this. It would be nice if users could infuse some karma without being full devs. | |||
<pre> | |||
[dlbewley@seitan ~]$ bodhi --testable | |||
/usr/bin/bodhi:30: DeprecationWarning: fedora.tg.client has moved to fedora.client. This will disappear in 0.4 | |||
from fedora.tg.client import BaseClient, AuthError, ServerError | |||
Traceback (most recent call last): | |||
File "/usr/bin/bodhi", line 338, in <module> | |||
bodhi.testable(opts) | |||
File "/usr/bin/bodhi", line 132, in testable | |||
builds = self.koji_session.listTagged(tag, latest=True) | |||
File "/usr/bin/bodhi", line 108, in __koji_session | |||
session.ssl_login(cert=cert, ca=ca, serverca=serverca) | |||
File "/usr/lib/python2.5/site-packages/koji/__init__.py", line 1232, in ssl_login | |||
self.proxy = ssl.XMLRPCServerProxy.PlgXMLRPCServerProxy(self.baseurl, certs, timeout=60, **self.proxyOpts) | |||
File "/usr/lib/python2.5/site-packages/koji/ssl/XMLRPCServerProxy.py", line 74, in __init__ | |||
self.ctx = SSLCommon.CreateSSLContext(certs) | |||
File "/usr/lib/python2.5/site-packages/koji/ssl/SSLCommon.py", line 38, in CreateSSLContext | |||
raise StandardError, "%s does not exist or is not readable" % f | |||
StandardError: /home/dlbewley/.fedora-upload-ca.cert does not exist or is not readable | |||
</pre> | |||
* [[User:Dale]] 20080616 - I took a shot at merging in [[Infrastructure/UpdatesSystem/Bodhi-info-DRAFT]] I hope I didn't step on any toes or get anything terribly wrong with the content or formatting. |
Revision as of 17:25, 22 June 2008
- User:Dale 20080622 - Content for digestion here can be found on lmacken's blog.
I think we should link to info about make update using bodhi-client, point to the potential for nifty graphs of bodhi activity, how end users can find and test updates. To that end, I thought I would install body-client and try bodhi-client --testable
. Apparently end users will at least have to go some distance down the path toward being a fedora developer before they can do this. It would be nice if users could infuse some karma without being full devs.
[dlbewley@seitan ~]$ bodhi --testable /usr/bin/bodhi:30: DeprecationWarning: fedora.tg.client has moved to fedora.client. This will disappear in 0.4 from fedora.tg.client import BaseClient, AuthError, ServerError Traceback (most recent call last): File "/usr/bin/bodhi", line 338, in <module> bodhi.testable(opts) File "/usr/bin/bodhi", line 132, in testable builds = self.koji_session.listTagged(tag, latest=True) File "/usr/bin/bodhi", line 108, in __koji_session session.ssl_login(cert=cert, ca=ca, serverca=serverca) File "/usr/lib/python2.5/site-packages/koji/__init__.py", line 1232, in ssl_login self.proxy = ssl.XMLRPCServerProxy.PlgXMLRPCServerProxy(self.baseurl, certs, timeout=60, **self.proxyOpts) File "/usr/lib/python2.5/site-packages/koji/ssl/XMLRPCServerProxy.py", line 74, in __init__ self.ctx = SSLCommon.CreateSSLContext(certs) File "/usr/lib/python2.5/site-packages/koji/ssl/SSLCommon.py", line 38, in CreateSSLContext raise StandardError, "%s does not exist or is not readable" % f StandardError: /home/dlbewley/.fedora-upload-ca.cert does not exist or is not readable
- User:Dale 20080616 - I took a shot at merging in Infrastructure/UpdatesSystem/Bodhi-info-DRAFT I hope I didn't step on any toes or get anything terribly wrong with the content or formatting.