File tree 2 files changed +10
-1
lines changed
repository/ConfigurationOfTodeClient.package/ConfigurationOfTodeClient.class/instance
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,15 @@ $pharo/pharo $pharo/Pharo.image save todeClientTmp
51
51
52
52
cat - > $pharo /todeLoad.st << EOF
53
53
[
54
+ Metacello new
55
+ baseline: 'Metacello';
56
+ repository: 'github://dalehenrich/metacello-work:master/repository';
57
+ get.
58
+ Metacello new
59
+ baseline: 'Metacello';
60
+ repository: 'github://dalehenrich/metacello-work:master/repository';
61
+ onConflict: [:ex | ex allow];
62
+ load.
54
63
Metacello new
55
64
configuration: 'TodeClient';
56
65
version: #release;
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ version100: spec
18
18
with: [
19
19
spec
20
20
loads: ' GemStone Dev' ;
21
- repository: ' github://dalehenrich/tode:v0.0.2 /repository' ];
21
+ repository: ' github://dalehenrich/tode:v0.0.? /repository' ];
22
22
postLoadDoIt: #post30Load ;
23
23
yourself ]
You can’t perform that action at this time.
0 commit comments