Skip to content

Commit

Permalink
Fix runCIFor:projectDirectory: and move it to SmalltalkCI-GemStone-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jun 13, 2016
1 parent 17565a4 commit c26c945
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"platformClass:" : "fn 6/13/2016 09:18",
"platformSymbol" : "fn 1/31/2016 18:22",
"requireMetacello" : "fn 1/31/2016 19:19",
"runCIFor:projectDirectory:" : "dkh 04/11/2016 16:43",
"slash" : "fn 4/14/2016 01:00",
"supportsCoverage" : "fn 4/19/2016 18:29",
"test:" : "TravisCI 6/13/2016 11:31",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
executing
*SmalltalkCI-Gemstone-Core
runCIFor: aFilenameString projectDirectory: aDirectoryPathString
^ self platformClass basicNew
initialize;
reportImage;
readSTONSpec: aFilenameString;
projectDirectory: aDirectoryPathString;
runCI
load;
test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"class" : {
"loadCIFor:" : "fn 6/13/2016 13:55",
"loadCIFor:projectDirectory:" : "fn 6/13/2016 14:29",
"runCIFor:projectDirectory:" : "fn 6/13/2016 14:51",
"runCIFor:xmlLogDirPath:" : "fn 6/13/2016 13:57" },
"instance" : {
"testCI" : "fn 6/13/2016 14:31" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'SmalltalkCI-GemStone-Core-fn.3' message 'Re-add deprecated methods for compatibility' id '947f4ee7-5175-431a-8ef1-f7d7b7891c4e' date '13 June 2016' time '2:32:22.012 pm' author 'fn' ancestors ((name 'SmalltalkCI-GemStone-Core-fn.2' message 'Cleanup GemStone extensions' id 'e7020cc2-c804-41c6-b04b-fe3c2ca20c50' date '13 June 2016' time '1:58:47.747 pm' author 'fn' ancestors ((name 'SmalltalkCI-GemStone-Core-fn.1' message 'Merge GemStone-specific packages into -Core, so that it is similar organized than others' id 'de98bae3-eba2-4ae7-9a8e-bec75f8c4c67' date '13 June 2016' time '9:55:33.739 am' author 'fn' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
(name 'SmalltalkCI-GemStone-Core-fn.4' message 'Move runCIFor:projectDirectory: to SmalltalkCI-GemStone-Core (it is now deprecated)' id '5f433fb4-ec6e-4655-9313-6320da9dd5ef' date '13 June 2016' time '2:52:39.505 pm' author 'fn' ancestors ((name 'SmalltalkCI-GemStone-Core-fn.3' message 'Re-add deprecated methods for compatibility' id '947f4ee7-5175-431a-8ef1-f7d7b7891c4e' date '13 June 2016' time '2:32:22.012 pm' author 'fn' ancestors ((name 'SmalltalkCI-GemStone-Core-fn.2' message 'Cleanup GemStone extensions' id 'e7020cc2-c804-41c6-b04b-fe3c2ca20c50' date '13 June 2016' time '1:58:47.747 pm' author 'fn' ancestors ((name 'SmalltalkCI-GemStone-Core-fn.1' message 'Merge GemStone-specific packages into -Core, so that it is similar organized than others' id 'de98bae3-eba2-4ae7-9a8e-bec75f8c4c67' date '13 June 2016' time '9:55:33.739 am' author 'fn' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit c26c945

Please sign in to comment.