Skip to content

Commit

Permalink
add a fake baseline to ensure catalog works
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Aug 16, 2016
1 parent 1cfb640 commit 1908adb
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 1 deletion.
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') ].
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' ]
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'
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'
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"instance" : {
"mongoTalk:" : "EstebanLorenzano 8/16/2016 18:14",
"project" : "EstebanLorenzano 8/3/2016 13:52",
"baseline14:" : "EstebanLorenzano 8/16/2016 18:13",
"dev:" : "EstebanLorenzano 8/3/2016 13:54",
"punqlite:" : "EstebanLorenzano 8/16/2016 18:14",
"v1_4:" : "EstebanLorenzano 8/16/2016 18:10",
"magritte3:" : "EstebanLorenzano 8/16/2016 18:14",
"stable:" : "EstebanLorenzano 8/16/2016 18:10",
"development:" : "EstebanLorenzano 8/3/2016 13:52"
},
Expand Down
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 ())

0 comments on commit 1908adb

Please sign in to comment.