Skip to content

Commit

Permalink
update packages/t2f2t to eliminate wired path add BaselineOfSuperDoit…
Browse files Browse the repository at this point in the history
…_GsDevKit as starting point for GsDevKit/GsDevKit_home#321 support
  • Loading branch information
dalehenrich committed Aug 17, 2021
1 parent 6644fc3 commit 5862bfb
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
baseline
baseline: spec
<baseline>
spec
for: #'common'
do: [
spec
package: 'GsDevKit-Core';
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ];
package: 'SuperDoit-Core'.
spec
group: 'default' with: #('GsDevKitTests');
group: 'GsDevKit' with: #('GsDevKit-Core');
group: 'GsDevKitTests' with: #('GsDevKit-Tests');
group: 'SuperDoit' with: #('SuperDoit-Core') ].
spec
for: #'gs3.6.x'
do: [
spec package: 'SuperDoit-GemStone-Kernel36x'.
spec group: 'GsDevKit' with: #('GsDevKit-Kernel36x') ].
spec
for: #(#'gs3.6.x' #'gs3.7.x')
do: [
spec package: 'SuperDoit-GemStone-Kernel'.
spec group: 'GsDevKit' with: #('GsDevKit-Kernel') ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
accessing
project
^ super project
loadType: #'atomic';
yourself
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"class" : {
},
"instance" : {
"baseline:" : "jupiter 04/03/2021 13:58",
"project" : " 03/15/2021 14:47:27" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "BaselineOfSuperDoit_GsDevKit",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfSuperDoit_GsDevKit",
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #'BaselineOfSuperDoit_GsDevKit'!
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'BaselineOfSuperDoit_GsDevKit')
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'BaselineOfSuperDoit_GsDevKit-jupiter.2' message 'add registry classes' id '6d3d42e5-73e7-43bf-91f9-61c5ae94141f' date '04/03/2021' time '14:01:00' author 'jupiter' ancestors ((name 'BaselineOfSuperDoit_GsDevKit-cypress.1' message 'fabricated from a Cypress format repository' id '041e7bb5-fca4-4a8a-917f-809abb5dda3d' date '03/24/2021' time '21:22:23' author '' ancestors () stepChildren ())) stepChildren ())
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
4 changes: 2 additions & 2 deletions packages/t2f2t/specs/filetree.ston
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
RwLoadSpecificationV2 {
#specName : 'filetree',
#projectName : 't2f2tMeta',
#diskUrl : 'file:///home/dhenrich/rogue/_homes/rogue/_issue_260/shared/repos/superDoit',
#diskUrl : 'file:$GS_HOME//shared/gemstone/repos/superDoit',
#projectSpecFile : 'packages/t2f2t/filetree.ston',
#componentNames : [
'SuperDoit'
],
#comment : ''
}
}
4 changes: 2 additions & 2 deletions packages/t2f2t/specs/tonel.ston
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
RwLoadSpecificationV2 {
#specName : 'tonel',
#projectName : 't2f2tMeta',
#diskUrl : 'file:///home/dhenrich/rogue/_homes/rogue/_issue_260/shared/repos/superDoit',
#diskUrl : 'file:$GS_HOME/shared/gemstone/repos/superDoit',
#projectSpecFile : 'packages/t2f2t/tonel.ston',
#componentNames : [
'SuperDoit'
],
#comment : ''
}
}
2 changes: 1 addition & 1 deletion packages/t2f2t/tonel.ston
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RwProjectSpecificationV2 {
#packageFormat : 'tonel',
#packageConvention : 'Monticello',
#comment : ''
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Class {
#name : 'BaselineOfSuperDoit_GsDevKit',
#superclass : 'BaselineOf',
#category : 'BaselineOfSuperDoit_GsDevKit'
}

{ #category : 'baseline' }
BaselineOfSuperDoit_GsDevKit >> baseline: spec [
<baseline>
spec
for: #'common'
do: [
spec
package: 'GsDevKit-Core';
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ];
package: 'SuperDoit-Core'.
spec
group: 'default' with: #('GsDevKitTests');
group: 'GsDevKit' with: #('GsDevKit-Core');
group: 'GsDevKitTests' with: #('GsDevKit-Tests');
group: 'SuperDoit' with: #('SuperDoit-Core') ].
spec
for: #'gs3.6.x'
do: [
spec package: 'SuperDoit-GemStone-Kernel36x'.
spec group: 'GsDevKit' with: #('GsDevKit-Kernel36x') ].
spec
for: #(#'gs3.6.x' #'gs3.7.x')
do: [
spec package: 'SuperDoit-GemStone-Kernel'.
spec group: 'GsDevKit' with: #('GsDevKit-Kernel') ]
]

{ #category : 'accessing' }
BaselineOfSuperDoit_GsDevKit >> project [
^ super project
loadType: #'atomic';
yourself
]
1 change: 1 addition & 0 deletions packages/tonel/BaselineOfSuperDoit_GsDevKit/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : 'BaselineOfSuperDoit_GsDevKit' }

0 comments on commit 5862bfb

Please sign in to comment.