On Tue, Oct 21, 2014 at 8:49 PM, Mike Dewhirst <[email protected]> wrote:
> On 22/10/2014 9:56 AM, Ryan Ollos wrote: > >> On Tue, Oct 21, 2014 at 3:51 PM, W. Martin Borgert <[email protected] >> <mailto:[email protected]>> wrote: >> >> On 2014-10-21 15:35, RjOllos wrote: >> > What other cloud services do you have in mind? >> >> Not cloud, but: It would be great to have a Buildbot view in Trac. >> >> >> Have you had a chance to try out?:Â >> http://trac-hacks.org/wiki/TracBuildbotIntegration >> >> Evaluating the plugin has been on my todo list for a while. >> > > Seems to have been packaged for Python 2.4 > > I just tried to install it from within Trac-admin plugins and nothing > seemed to happen. No errors. No sign of it. > > I'm using Trac-1.0.1-py2.7 ... > > Trac 1.0.1 > Babel 0.9.6 > Docutils 0.9.1 > Genshi 0.7 (without speedups) > mod_wsgi 3.3 (WSGIProcessGroup WSGIApplicationGroup %(GLOBAL)) > Pygments 1.4 > pysqlite 2.6.0 > Python 2.7.3 (default, Feb 27 2014, 20:09:21) [GCC 4.6.3] > pytz 2012d > setuptools 5.4.1 > SQLite 3.7.9 > Subversion 1.6.17 (r1128011) > > and ... > > Buildbot: 0.8.5 > Twisted: 11.1.0 > Jinja: 2.6 > Python: 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] > Buildmaster platform: linux2 > > I would like to try it out as well - but no luck at my first attempt. > > Thanks for any hints. > > Mike > You can build an egg following the steps at: http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracplugin The plugin seems to load in Trac 1.0.2beta1. It will only work with BuildBot <= 0.8.1 due to the changes in: http://trac.buildbot.net/ticket/832. We'll need to adapt the plugin to the JSON interface. https://trac-hacks.org/ticket/12027 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
