Feb. 6, 2011
8:23 p.m.
Since I seem to be on a symbolic version kick today, may I suggest that you use symbolic versions for Hudson:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.
((Smalltalk at: #ConfigurationOfSeaside30) project version: #stable) load.
when you get a chance ...
Done.
the above expression can be used for all of your Hudson builds regardless of pharo version.
use the same, but it loads then a different *stable* for each version?
yes at least this is the idea.
and
((Smalltalk at: #ConfigurationOfSeaside30) project version: #unstable) load.
would load the latest code into e.g. 1.3?
may be #development or bleedingEdge stef