automated build

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 2. 7 months by wendy_mason
  2. 1. over 1 year by gijzelaerr
 

This page describes the automated build system.

Location

The automated build system is located here.

Description

The build system is a machine running hudson that will run a build script when triggered. Hudson can be triggered manually and automatically when somebody commits code to the filesender SVN tree. The filesender assembla installation is configured to trigged hudson.

The build script will:

  • Do a checkout of the filesender trunk
  • Compile the flash part with the flex command line compiler
  • Make a tarball release
  • From this tarball make a debian package
  • Put these in the nightly build repository

The script is quite straightforward and can be run on most debian machines.