2014-03-14 12:59 GMT+02:00 Kristian Nielsen <knielsen@knielsen-hq.org>:
Create a new hook ("Add webhook" button), Make it post to this url:

    https://buildbot.askmonty.org/buildbot/change_hook/github?project=MariaDB

I checked "Just push the event" and "Active" in the options in the form on the
page. And the default "application/vnd.github.v3+form" for the type.

You can see the two builders here:

    http://buildbot.askmonty.org/buildbot/builders/debpkg-trusty
    http://buildbot.askmonty.org/buildbot/builders/debpkg-sid/

These are in place, and I just pushed. Let's see what happens in the following hours.


The current error at http://buildbot.askmonty.org/buildbot/builders/debpkg-trusty/builds/3/steps/compile/logs/stdio
will go away of you add to the build command '-us -uc' at the end as I wrote earlier today:

   git-buildpackage --git-pristine-tar --git-notify=false -us -uc


For http://buildbot.askmonty.org/buildbot/builders/debpkg-sid/builds/0/steps/compile/logs/stdio 
to start working all of the dependencies should be installed.

For current mariadb-5.5 the dependencies are installed with:

  sudo apt-get install bison chrpath cmake debhelper hardening-wrapper libaio-dev libjemalloc-dev libncurses5-dev libpam0g-dev libreadline-gplv2-dev libssl-dev libwrap0-dev lsb-release perl po-debconf psmisc zlib1g-dev

(You probably already ran this for the debpkg-trusty environment as it got longer in the process.)


--
Check out our blog at http://seravo.fi/blog
and follow @ottokekalainen