[squeak-dev] [SqueakMap] How do I created an updated Squeak 5.2 entry for 'Installer ensureRecentMetacello'

H. Hirzel hannes.hirzel at gmail.com
Mon Oct 8 21:31:27 UTC 2018


Hi Chris and all

You point out  that Metacello is marked as community supported (see
screen shot).
The entry is from 2015.


If I log into my account in SqueakMap I do not see a way how I can
access that entry.

The script there is long and outdated . [1]

It needs to be replaced with


     Installer ensureRecentMetacello


I wonder how I do that with the current UI?

Regards
Hannes



------------------------------------------------------------------------------------------------------------------------------
[1] OLD (2015) SqueakMap entry for Metacello


Installer gemsource
    project: 'metacello';
    addPackage: 'ConfigurationOfMetacello';
    install.

"Bootstrap Metacello Preview, using mcz files (#'previewBootstrap'
symbolic version"
((Smalltalk at: #ConfigurationOfMetacello) project
  version: #'previewBootstrap') load.

"Load the Preview version of Metacello from GitHub"
(Smalltalk at: #Metacello) new
  configuration: 'MetacelloPreview';
  version: #stable;
  repository: 'github://dalehenrich/metacello-work:configuration';
  load.

"Now load latest version of Metacello"
(Smalltalk at: #Metacello) new
  baseline: 'Metacello';
  repository: 'github://dalehenrich/metacello-work:master/repository';
  get.
(Smalltalk at: #Metacello) new
  baseline: 'Metacello';
  repository: 'github://dalehenrich/metacello-work:master/repository';
  load.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakMap_Metacello_entry_2018-10-08.png
Type: image/png
Size: 81591 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20181008/d7bfe0ea/attachment-0001.png>


More information about the Squeak-dev mailing list