Skip to content

Commit

Permalink
Drop unused code for loading Metacello
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Apr 20, 2021
1 parent b3aa80f commit 428491c
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions squeak/prepare.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,6 @@ monitor := [ [
FileStream stdout nextPutAll: '.'.
(Delay forMilliseconds: 5000) wait] repeat ] forkAt: 75.

"# Install Metacello/FileTree ================================================="

(Smalltalk includesKey: #Metacello) ifFalse: [
"Get the Metacello configuration (for Squeak users)"
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: #('Cypress')." ].

"=============================================================================="

"Update Squeak image"
Smalltalk at: #MCMcmUpdater ifPresent: [ :updater |
[[ (updater respondsTo: #doUpdate)
Expand Down

0 comments on commit 428491c

Please sign in to comment.