Skip to content

Commit

Permalink
Reverted the changes made on the baseline since I do not understand w…
Browse files Browse the repository at this point in the history
…hy it breaks travis.
  • Loading branch information
Ducasse committed Jul 14, 2020
1 parent ba730ea commit 1dfb4de
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/BaselineOfPillar/BaselineOfPillar.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ BaselineOfPillar >> baseline: spec [
do: [
spec baseline: 'Clap' with: [ spec repository: 'github://cdlm/clap-st:pharo-pr5761' ].
spec package: 'Pillar-Cli' with: [
spec requires: #( 'Clap' 'Pillar-ExporterCore' 'Pillar-Chrysal') ] ].
spec requires: #( 'Clap' 'Pillar-ExporterCore' 'Pillar-Chrysal') ]
].

spec
for: #common
Expand All @@ -35,15 +36,9 @@ BaselineOfPillar >> baseline: spec [

spec
baseline: 'PetitParser2Core' with: [ spec repository: 'github://kursjan/petitparser2' ];
baseline: 'Chrysal' with: [ spec repository: 'github://Ducasse/Chrysal:v1.0.0/src' ].

spec baseline: 'Clap' with: [
| repository |
repository := self packageRepositoryURL.
repository = '' ifTrue: [ repository := 'github://cdlm/clap-st:pharo-pr5761' ].
spec repository: repository ].

spec baseline: 'Mustache'
baseline: 'Chrysal' with: [ spec repository: 'github://Ducasse/Chrysal:v1.0.0/src' ];
"baseline: 'Clap' with: [ spec repository: 'github://cdlm/clap-st:pharo-pr5761' ];"
baseline: 'Mustache'
with: [ spec
repository: 'github://noha/mustache:v1.0/repository';
loads: #('Core' 'Tests') ].
Expand Down

0 comments on commit 1dfb4de

Please sign in to comment.