Re: [Pharo-dev] Configuration Browser and Pharo4
Nicolai wrote:
How can I make configurations from MetaRepoPharo30 work on Pharo4?
Go to ci.pharo.org/pharo-contributions, log in, select a build, edit the configuration and add a Pharo4 build. Click build now, and fix the build when needed. When it is green (and works), copy the configuration to MetaRepoForPharo40 Report or complain on the mailing list. Most common problem is a configuration that refers to #'pharo3.x' that should be #(#'pharo3.x' #'pharo4.x') Stephan
On Fri Jun 20 10:26:33 2014 Stephan Eggermont <stephan@stack.nl> wrote:
Nicolai wrote:
How can I make configurations from MetaRepoPharo30 work on Pharo4?
Go to ci.pharo.org/pharo-contributions, log in, select a build, edit the configuration and add a Pharo4 build. Click build now, and fix the build when needed. When it is green (and works), copy the configuration to MetaRepoForPharo40 Report or complain on the mailing list.
Most common problem is a configuration that refers to #'pharo3.x' that should be #(#'pharo3.x' #'pharo4.x')
Stephan
ok!
participants (2)
-
nicolaihess@googlemail.com -
Stephan Eggermont