Skip to content

Commit

Permalink
do not load tonel and spec before iceberg
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey authored Oct 11, 2023
1 parent 989c418 commit e9a07de
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/preLoading.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,3 @@ do: [ :each |
ifNotNil: [ :package |
('Removing ', each) traceCr.
package removeFromSystem ] ].

"Loading Tonel before trying to load Iceberg.
This is required to load iceberg packages and dependencies in Tonel format"
Metacello new
baseline: 'Tonel';
repository: 'github://pharo-vcs/tonel:v1.0.17';
load.

"Development branch requires latest Spec2"
Metacello new
githubUser: 'pharo-spec' project: 'Spec' commitish: 'Pharo10' path: 'src';
baseline: 'Spec2';
onConflict: [ :e | e useIncoming ];
onUpgrade: [ :e | e useIncoming ];
ignoreImage;
load

0 comments on commit e9a07de

Please sign in to comment.