-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a fake baseline to ensure catalog works
- Loading branch information
Showing
6 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
...urationOfVoyageUnqlite.package/ConfigurationOfVoyageUnqlite.class/instance/baseline14..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
baselines | ||
baseline14: spec | ||
<version: '1.4-baseline'> | ||
|
||
spec for: #common do: [ | ||
self magritte3: spec. | ||
self mongoTalk: spec. | ||
self punqlite: spec. | ||
|
||
spec | ||
"core" | ||
package: 'Voyage-Model-Core'; | ||
package: 'Voyage-Model-Tests' with: [ spec requires: 'Voyage-Model-Core' ]; | ||
package: 'Voyage-Memory-Core' with: [ spec requires: 'Voyage-Model-Core' ]; | ||
package: 'Voyage-JSON' with: [ spec requires: #('Voyage-Model-Core' 'Magritte3') ]; | ||
package: 'Voyage-JSON-Tests' with: [ spec requires: 'Voyage-JSON' ]; | ||
"mongo" | ||
package: 'Voyage-Mongo-Core' with: [ spec requires: #('MongoTalk' 'Voyage-Model-Core') ]; | ||
package: 'Voyage-Mongo-Tests'; | ||
"unqlite" | ||
package: 'Voyage-UnQLite' with: [ spec requires: #('PunQLite' 'Voyage-Model-Core') ]; | ||
package: 'Voyage-UnQLite-Tests'; | ||
"utils" | ||
package: 'Voyage-Seaside-Container' with: [ spec requires: 'Voyage-Model-Core' ]; | ||
package: 'Voyage-Mongo-Utils' with: [ spec requires: #('Voyage-Mongo-Core') ]. | ||
|
||
spec | ||
group: 'default' with: #('core' 'memory' 'mongo tests'); | ||
group: 'core' with: #('Voyage-Model-Core'); | ||
group: 'memory' with: #('Voyage-Memory-Core'); | ||
group: 'mongo' with: #('Voyage-JSON' 'Voyage-Mongo-Core' 'Voyage-Mongo-Utils'); | ||
group: 'mongo tests' with: #('mongo' 'Voyage-Model-Tests' 'Voyage-JSON-Tests' 'Voyage-Mongo-Tests'); | ||
group: 'unqlite' with: #('Voyage-JSON' 'Voyage-UnQLite'); | ||
group: 'unqlite tests' with: #('unqlite' 'Voyage-Model-Tests' 'Voyage-JSON-Tests' 'Voyage-UnQLite-Tests') ]. |
9 changes: 9 additions & 0 deletions
9
...gurationOfVoyageUnqlite.package/ConfigurationOfVoyageUnqlite.class/instance/magritte3..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
external projects | ||
magritte3: spec | ||
spec project: 'Magritte3' with: [ | ||
spec | ||
className: 'ConfigurationOfMagritte3'; | ||
file: 'ConfigurationOfMagritte3'; | ||
version: #stable; | ||
loads: #( 'Core' ); | ||
repository: 'http://www.smalltalkhub.com/mc/Magritte/Magritte3/main' ] |
6 changes: 6 additions & 0 deletions
6
...gurationOfVoyageUnqlite.package/ConfigurationOfVoyageUnqlite.class/instance/mongoTalk..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
external projects | ||
mongoTalk: spec | ||
spec | ||
baseline: 'MongoTalk' | ||
with: [ spec repository: 'github://pharo-nosql/mongotalk/mc' ]; | ||
import: 'MongoTalk' |
6 changes: 6 additions & 0 deletions
6
...igurationOfVoyageUnqlite.package/ConfigurationOfVoyageUnqlite.class/instance/punqlite..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
external projects | ||
punqlite: spec | ||
spec | ||
baseline: 'PunQLite' | ||
with: [ spec repository: 'github://pharo-nosql/PunQLite/repository' ]; | ||
import: 'PunQLite' |
4 changes: 4 additions & 0 deletions
4
...igurationOfVoyageUnqlite.package/ConfigurationOfVoyageUnqlite.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mc/ConfigurationOfVoyageUnqlite.package/monticello.meta/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'ConfigurationOfVoyageUnqlite-EstebanLorenzano.2' message 'v1.4' id '33a19419-b0b4-45c7-85dc-74a3c1d5805c' date '16 August 2016' time '6:11:34.237426 pm' author 'EstebanLorenzano' ancestors ((name 'ConfigurationOfVoyageUnqlite-EstebanLorenzano.1' message 'A configuration for Voyage UnQLite.' id 'ab964c84-71b6-4dfb-b5fb-a98339c54fbb' date '3 August 2016' time '1:56:02.569299 pm' author 'EstebanLorenzano' ancestors () stepChildren ())) stepChildren ()) | ||
(name 'ConfigurationOfVoyageUnqlite-EstebanLorenzano.3' message 'add a fake baseline to ensure catalog works' id '7001585d-975b-459d-acca-93c93cc1d005' date '16 August 2016' time '6:14:42.89831 pm' author 'EstebanLorenzano' ancestors ((name 'ConfigurationOfVoyageUnqlite-EstebanLorenzano.2' message 'v1.4' id '33a19419-b0b4-45c7-85dc-74a3c1d5805c' date '16 August 2016' time '6:11:34.237426 pm' author 'EstebanLorenzano' ancestors ((name 'ConfigurationOfVoyageUnqlite-EstebanLorenzano.1' message 'A configuration for Voyage UnQLite.' id 'ab964c84-71b6-4dfb-b5fb-a98339c54fbb' date '3 August 2016' time '1:56:02.569299 pm' author 'EstebanLorenzano' ancestors () stepChildren ())) stepChildren ())) stepChildren ()) |