Skip to content

Commit

Permalink
Merge pull request #431 from tesonep/20633-Update-Tonel-version
Browse files Browse the repository at this point in the history
20633-Update-Tonel-version
  • Loading branch information
MarcusDenker committed Nov 3, 2017
2 parents f3ee9c2 + 087422d commit fe5592e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/scripts/build.sh
Expand Up @@ -178,7 +178,7 @@ zip "${METACELLO_IMAGE_NAME}.zip" ${METACELLO_IMAGE_NAME}.*

echo "[Pharo] Reloading rest of packages"
${VM} "${METACELLO_IMAGE_NAME}.image" save "${PHARO_IMAGE_NAME}"
${VM} "${PHARO_IMAGE_NAME}.image" eval --save "Metacello new baseline: 'Tonel';repository: 'github://pharo-vcs/tonel:v1.0.2'; load: 'core'"
${VM} "${PHARO_IMAGE_NAME}.image" eval --save "Metacello new baseline: 'Tonel';repository: 'github://pharo-vcs/tonel:v1.0.3'; load: 'core'"
${VM} "${PHARO_IMAGE_NAME}.image" eval --save "Metacello new baseline: 'IDE';repository: 'tonel://../src'; load"
${VM} "${PHARO_IMAGE_NAME}.image" eval --save "FFIMethodRegistry resetAll. PharoSourcesCondenser condenseNewSources"
${VM} "${PHARO_IMAGE_NAME}.image" clean --release
Expand Down
Expand Up @@ -5,7 +5,7 @@ baseline: spec
spec for: #common do: [
spec blessing: #baseline.
spec baseline: 'Tonel' with: [ spec
repository: 'github://pharo-vcs/tonel:v1.0.2' ].
repository: 'github://pharo-vcs/tonel:v1.0.3' ].
spec baseline: 'Hermes' with: [ spec
repository: 'github://tesonep/hermes:v2.2.1';
loads: 'ring' ].
Expand Down

0 comments on commit fe5592e

Please sign in to comment.