From df547415ef1c76ce7ff6612cee66c64cc2c5341a Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Mon, 11 Mar 2024 22:27:13 +0100 Subject: [PATCH] Use new unified baseline --- .smalltalk.Integration.ston | 2 +- .smalltalk.Unit.ston | 2 +- scripts/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.smalltalk.Integration.ston b/.smalltalk.Integration.ston index ab7a1499..a8d009c1 100644 --- a/.smalltalk.Integration.ston +++ b/.smalltalk.Integration.ston @@ -1,7 +1,7 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { - #baseline : 'PillarApp', + #baseline : 'Pillar', #directory : 'src', #platforms : [ #pharo ] } diff --git a/.smalltalk.Unit.ston b/.smalltalk.Unit.ston index 50405169..add044e4 100644 --- a/.smalltalk.Unit.ston +++ b/.smalltalk.Unit.ston @@ -1,7 +1,7 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { - #baseline : 'PillarApp', + #baseline : 'Pillar', #directory : 'src', #platforms : [ #pharo ] } diff --git a/scripts/build.sh b/scripts/build.sh index 7769605e..63c27570 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -43,7 +43,7 @@ fi ${PHARO} st --quit --save "${__dir}/unload_md.st" -${PHARO} eval --save "Iceberg remoteTypeSelector: #httpsUrl. Metacello new baseline: 'PillarApp'; repository: 'gitlocal://${REPOSITORY_PATH}'; load" +${PHARO} eval --save "Iceberg remoteTypeSelector: #httpsUrl. Metacello new baseline: 'Pillar'; repository: 'gitlocal://${REPOSITORY_PATH}'; load" ${PHARO} eval --save "Deprecation raiseWarning: false." ${PHARO} eval --save "Deprecation showWarning: false."