[squeak-dev] Roassal next steps.

Jakob Reschke forums.jakob at resfarm.de
Sun Oct 18 15:14:30 UTC 2020


Jakob Reschke wrote
>> 
>> Metacello new
>> 
>> githubUser: 'pharo-project' project: 'pharo' commitish: 'master' path:
>> 'Pharo9.0/src/';
>> 
>> baseline: 'Manifest';
>> 
>> load
> 
> https://github.com/pharo-project/pharo/tree/Pharo9.0/src is of branch
> 'Pharo9.0', so you would have to put that as commitish and not 'master'.

Oh, and since Pharo9.0 is the branch, this does not belong to the path.
Should probably look something like this:

Metacello new
    githubUser: 'pharo-project' project: 'pharo' commitish: 'Pharo9.0' path:
'src';
    baseline: 'Manifest';
    load



--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html


More information about the Squeak-dev mailing list