[Glass] Update GLASS and MetacelloPreview

Mariano Martinez Peck marianopeck at gmail.com
Tue Nov 26 10:39:23 PST 2013


Hi Dale,

Could you please confirm me if these were the correct scripts to update
GLASS and MetacelloPreview?


[Metacello new
baseline:  'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
load: 'ALL'.
] on: Warning do: [ :ex |
ex resume.
].
 Metacello new
  baseline: 'GLASS1';
  repository: 'github://glassdb/glass:master/repository';
  onConflict: [ :ex | ex allow ];
  onWarning: [ :ex |
        Transcript
          cr;
          show: ex description.
        ex resume ];
  load: 'default'.

Thanks!


-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20131126/47f0e393/attachment.html>


More information about the Glass mailing list