I've added some new functionality to the Hudson Build Toos for Pharo:

1. I've added a script build-oneclick.sh that builds OneClick
distributions. This means that with every successful build there will
be a new OneClick distribution.

For example, the latest PetitParser OneClick distribution is available
from: 
http://hudson.lukas-renggli.ch/job/PetitParser/lastSuccessfulBuild/artifact/PetitParser-OneClick.zip.

2. I've changes build.sh to automatically find and fetch dependent
images. This makes the configuration in Hudson much simpler, as no
images need to be copied around.

For example, the Hudson configuration of PetitParser looks as follows:

  build.sh -i omnibrowser -s petitparser -o petitparser
  build.sh -i petitparser -s testrunner -s petitparser-tests -o
petitparser-tests
  build-oneclick.sh -i petitparser -o PetitParser-OneClick -t
PetitParser -c PetitParser -n petitparser

As usual all the code is available from:

  http://github.com/renggli/builder

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to