[Glass] Metacello question

Tobias Pape via Glass glass at lists.gemtalksystems.com
Tue Nov 7 16:05:39 PST 2017


Hi Jupiter
> On 08.11.2017, at 00:30, Jupiter Jones via Glass <glass at lists.gemtalksystems.com> wrote:
> 
> I have a baseline that will support squeak, pharo, and gemstone.
> 
> The gemstone one I get, but how to load a specific version of a package from a squeak source repo?
> 
> spec
>    for: #’squeak'
>    do: [ 
>      spec
>        package:  'Cryptography'
>        with: [ 
>          spec
>            file: 'Cryptography-zzz.111.mcz';
>            repository: 'http://www.squeaksource.com/Cryptography' ] ].
> 
>  spec
>    for: #'gemstone'
>    do: [ 
>      spec
>        baseline: 'Cryptography'
>        with: [ 
>          spec
>            loads: #('CI');
>            repository: 'github://GsDevKit/Cryptography:master/repository' ] ]
> 
> I’ve been looking for an example in the many BaselineOf but couldn’t find an example that specifies the package, version and repository.

To achive that, you would need a ConfigurationOf, I'd say.

best regards
	-Tobias

> 
> Cheers,
> 
> J
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass



More information about the Glass mailing list