Skip to content

Commit 1781dda

Browse files
committed
Merge branch 'issue_66'
2 parents 3b07266 + dd9f5a8 commit 1781dda

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: bin/createTodeImage

+9
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ $pharo/pharo $pharo/Pharo.image save todeClientTmp
5151

5252
cat - > $pharo/todeLoad.st << EOF
5353
[
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.
5463
Metacello new
5564
configuration: 'TodeClient';
5665
version: #release;

Diff for: repository/ConfigurationOfTodeClient.package/ConfigurationOfTodeClient.class/instance/version100..st

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ version100: spec
1818
with: [
1919
spec
2020
loads: 'GemStone Dev';
21-
repository: 'github://dalehenrich/tode:v0.0.2/repository' ];
21+
repository: 'github://dalehenrich/tode:v0.0.?/repository' ];
2222
postLoadDoIt: #post30Load;
2323
yourself ]

0 commit comments

Comments
 (0)