Build System Installer
Later this week I’ll be posting a full tutorial on setting up and using the sysbliss automated build system.
For now, you can download the repository installer and poke around if you wish.
To install, download and extract the tar.gz file. Move the extracted contents to the webserver you wish to use for your repository and run ant -f sysbliss-repo-installer.xml
Just follow the prompts and your repo will be setup.
More on using the system later.







Does your system depend on the Atlassian suite, and the inherent licensing? Or do you describe it on your site? Sorry, but wasn’t sure if I saw an overview, anywhere…
Scott,
It doesn’t depend on the atlassian products. However, there are some hooks that check to see if the current user is bamboo and does some special things. This is how it currently knows if it’s running on the CI server or not. If you look at the base project ant files, you can easily search/replace the username “bamboo” and change it to whatever user your CI server runs as.
It doesn’t have any bamboo specific code in it and should run on any CI server.
More docs are coming soon.