Skip to content

Instantly share code, notes, and snippets.

@peteruhnak
Created February 5, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteruhnak/a5ff9718c794c2681353370fbc9f9bfa to your computer and use it in GitHub Desktop.
Save peteruhnak/a5ff9718c794c2681353370fbc9f9bfa to your computer and use it in GitHub Desktop.
MetacelloPharoPlatform select.
#(
'BaselineOfTonel'
'BaselineOfLibGit'
'BaselineOfIceberg'
'Iceberg-UI'
'Iceberg-Plugin-GitHub'
'Iceberg-Plugin'
'Iceberg-Metacello-Integration'
'Iceberg-Libgit-Tonel'
'Iceberg-Libgit-Filetree'
'Iceberg-Libgit'
'Iceberg'
'LibGit-Core'
'MonticelloTonel-Tests'
'MonticelloTonel-Core'
'MonticelloTonel-FileSystem' )
do: [ :each | (each asPackageIfAbsent: [ nil ]) ifNotNil: #removeFromSystem ].
Metacello new
baseline: 'Iceberg';
repository: 'github://pharo-vcs/iceberg:v0.6.7';
load.
Iceberg enableMetacelloIntegration: false.
Metacello new
baseline: 'Calypso';
repository: 'github://dionisiydk/Calypso';
load.
Iceberg enableMetacelloIntegration: true.
ClyBrowser beAllDefault.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment