Contents |
To request an account join #agocontrol-devel on freenode and talk to one of the Core Developers. We'll add self-enrollment soon. If you had an account on the old git, you need to go here to reset your password via email (press "Email password reset link" - this is needed because the old apache md5 hash can't be used with the new system): http://agocontrol.com/account
Should your email be wrong (I've fetched them from the git commits) please contact hari on irc.
The repository runs on our local gitlab installation. You can access it here: http://git.agocontrol.com
Wiki logins now work with the developer accounts: http://wiki.agocontrol.com
Buildbot is currently used to build packages on every commit. It runs on our builder system: http://builder.agocontrol.com:8010
This is not tied into the new authentication system yet.
Gitlab-CI runs here: http://gitlab-ci.agocontrol.com This has integration into Gitlab. The nice thing is that every commit will have a build status (success/pending/failed). The downside is that it is far not as flexible as Buildbot. So this will not replace buildbot but augment it for quick testing of change sets.
A test installation is set up and allows login with the developer account. Contact hari on irc for further details.
I'd propose to adopt the branching model explained here: http://nvie.com/posts/a-successful-git-branching-model/
Further discussion pending.