I promised that I’ll write a post about how you can contribute. There are several ways how to contribute to MySQL, but most of it means modifying packages. And as everything in openSUSE is built using openSUSE Build service, first post will be actually pretty general obs and osc howto. In the next posts, I’ll go deeper into specific details of MySQL packaging.
Find the package
If you want to play with any package in openSUSE Build Service,
you need to have a Novell login and preferably the osc command
line client for obs. You can do most of the stuff from web as
well, but this way is more comfortable So let’s say that we want
to play with MariaDB. First we have to find package we want to
update. This can be easily done on the web. Just take a look at
packages at server:database
repository.
mariadb
is …