<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><blockquote type="cite"><p dir="ltr"><br>
      </p>
    </blockquote></div><div bgcolor="#FFFFFF" text="#000000">
    For the record, I'm working these days with a team that started
    using Gitlab CI yesterday ! This is a mild disapointment, because
    I've been mentioning buildbot for a while to them (well and CI in
    general). I didn't get a demo yet, but I can take the opportunity to
    look at it.<br>
    <br></div></blockquote><div> </div><div>So for gitlab, we have the change source: <a href="http://docs.buildbot.net/latest/manual/cfg-wwwhooks.html#gitlab-hook">http://docs.buildbot.net/latest/manual/cfg-wwwhooks.html#gitlab-hook</a></div><div>and the reporter <a href="http://docs.buildbot.net/latest/manual/cfg-reporters.html#gitlabstatuspush">http://docs.buildbot.net/latest/manual/cfg-reporters.html#gitlabstatuspush</a></div><div>So integrating that into buildbot travis is just about creating the integration code like this one I did for github:</div><div><a href="https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/vcs/github.py">https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/vcs/github.py</a><br></div><div><br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
    Personnally, I'd be more interested with integration with Kallithea.
    It's certainly on my list of potential midterm developments.<br></div></blockquote><div>For Kalithea, there is no change hook, nor reporter yet.</div><div>So on top of that you would need to write a change hook and a reporter. I think this is much more simple project than the tls supoprt that you are working on currently.</div><div><span style="line-height:1.5">Mostly a copy paste of an existing hook/reporter, and modifying it to adapt to the data forma of Kalithea.</span></div><div><span style="line-height:1.5"> </span></div></div></div>