> On 15 Dec 2014, at 07:06, Yanni Chiu <ya...@rogers.com> wrote: > > > On Dec 11, 2014, at 3:09 AM, Esteban Lorenzano <esteba...@gmail.com> wrote: >> >> it should work. This is the help for that command: > > I was getting the help information, but I was somehow failing to understand > what to do. > So, I tried the examples. > >> >> Examples: >> # display this help message >> pharo Pharo.image config >> >> # list all configurations of a repository >> pharo Pharo.image config $MC_REPOS_URL > > This one failed using MetaRepoForPharo30, as noted in my original post. > >> # list all the available versions of a confgurtation >> pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo > > This one works using MetaRepoForPharo30, once I figured out that I should not > skip the ‘ConfigurationOf’ part. > >> >> # install the stable version >> pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo —install > > This one consistently fails. I may have tried various repositories and > ConfigurationOf permutations.
this one is a bug. all the others are “working as intended” :) maybe help should be better also :P Esteban > >> >> #install a specific version '1.5' >> pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo --install=1.5 > > I finally ended up trying this using “--install=stable” and it worked. > > Once I figured out an example that worked, I was able to build my headless > build script. > > Thanks all, for your help. > >> >> #install a specific version '1.5' and only a specific group 'Tests' >> pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo --install=1.5 >> --group=Tests >> >> (which you have if you type >> >> $ ./pharo Pharo.image config —help >> >> ) >> >> Esteban > >