= Development discussion = * [http://thread.gmane.org/gmane.network.openvpn.devel/3806 Issues with SVN in the Beta 2.2 branch] * [http://buildbot.net/trac Buildbot] ([http://djmitche.github.com/buildbot/docs/0.7.12/ manual]) * How to inform developers of build successes/warnings/failures? * Using openvpn-devel: ~500 subscribers, most don't care about these * Using a separate mailinglist (openvpn-commits/builds): requires yet another subscription * Use an IRC notifier (#openvpn-devel) * Should we limit access to the buildbot web interface? * Most people have no use for it * Public access increases risk of getting BuildBot hacked * Ways to limit access: basic AUTH / SSH access + port forwarding / OpenVPN tunnel * Where do we get the BuildSlaves? * Background information: BuildSlaves are responsible for testing the builds. The idea is to have buildslaves running a variety of OSes (e.g. FreeBSD, Debian, Fedora). Each can then build and package OpenVPN for their respective platform. BuildSlaves run buildbot and connect to the BuildMaster server and accept BuildRequests (commands) from it. They do not need to be online all the time, but that's beneficial. They can work from behind a firewall, as they initiate the TCP connection to the BuildMaster. * Should we ask our community members to provide BuildSlaves? * Should we create "always online" virtual machines to provide BuildSlaves? * Should we combine both approaches? * What setup do we want to use to trigger builds? * Option 1: use a commit mailinglist and configure BuildBot to detect commits from the mails - should be relatively clean and well supported option * Option 2: developer sends a git push -> sf.net server accepts the push and updates the remote git tree -> server side calls .git/hooks/post-update which does a 'curl https://community.openvpn.net/buildbot/git-updated' -> community.openvpn.net executes a script by the webserver which executes the git_buildbot.py script in the background and responds OK -> git_buildbot.py will then trigger a fetch and do a build = Misc = * Launch date for forums.openvpn.net * [http://www.secure-computing.net/wiki/index.php/OpenVPN/OpenWRT OpenWRT wiki article] by cron2 * Feedback? * Which wiki to use: [http://www.secure-computing.net/wiki/index.php/Main_Page Secure Computing MediaWiki] or [https://community.openvpn.net/openvpn/wiki OpenVPN Trac wiki]