On 24/10/11 12:04 PM, Camillo Bruni wrote:
Can't you make it dependent on the configuration? Like that you would only fire a build after the configuration was pushed, which, hopefully, refers to packages that actually exist :)
If the configuration you want to build is the baseline (i.e. the latest package versions), then there will always be a time window where the set of packages would be inconsistent.
I suppose you could trigger a build based on the configuration, but in the case of the baseline you would just "touch" the configuration (i.e. commit, but no actual change) - a "poor man's" atomic commit.
