On Wed, Jul 10, 2013 at 05:52:16PM +0200, Harald Welte wrote:
as an alternative, offer something like check_patch.pl of Linux kernel to the developer, but which not only checks for indentation/coding style but whihc also does the 'make check'. More reasonable and no load/security on the server.
In terms of technology. I see the following options:
* Use the above script and push all commits of a branch (we want to test each commit) to Osmocom test repository and have travis-ci (a Ubuntu VM...) build it and we feed some info back.
* We use gerrit for things we want to stage. Gerrit and a Jenkins would cooperate. There is ACL and user management. Everybody could signup with a OpenID... we could setup a VM with snapshot.. or limit the people that may push..
* Create a script to create debian packages and push them to build.opensuse.org and let them build things for us...
cheers holger