Comments - Buildbot Setup for Ubuntu-Debian
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Having played with this myself, I have a few corrections:
This: sudo apt-get build-dep mysql-server-5.0
Should be just: sudo apt-get build-dep mysql-server
Newer Ubuntu versions have MySQL 5.1, but just using the generic "mysql-server" should work on all Ubuntu and Debian systems.
This: BB_BASEDIR[0]="$HOME/maria-ext"
Should apparently be: BB_BASEDIR[0]="$HOME/maria-slave"
...so that it is consistent with the directory created earlier.