Skip to content

Commit

Permalink
Issue #321: one more rename (didn't I do this already) fix some basel…
Browse files Browse the repository at this point in the history
…ine issues ... loads properly in tODE, but fine tuning of packaging is needed ..
  • Loading branch information
dalehenrich committed Aug 17, 2021
1 parent f9acd30 commit 26ebcb6
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 6 deletions.
51 changes: 51 additions & 0 deletions shared/gemstone/dev/superDoitTodeInstall.stone
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#!/usr/bin/env superdoit_stone
#
# Standard options are always present unless customoptions section is used
#{
# SuperDoitOptionalOptionWithNoArg long: 'help' short: 'h'.
# SuperDoitOptionalOptionWithNoArg long: 'debug' short: 'D'.
#}
#
usage
-----
USAGE $basename [--help | -h] [--debug | -D] [-- [<stone-name> [<topaz-command-line-args>] ] ]

DESCRIPTION
Install GsDevKit_SuperDoit and superDoit from $GS_HOME/shared/gemstone/repos into a stone
with tODE installed. Useful for reading code when writing .solo and .stone scripts.

OPTIONS
<stone-name> Name of the GsDevKit_home stone. <stone-name> argument
may be skipped if the script is run in a GsDevKit_home
stone directory (i.e., $GS_HOME/server/stones/<stone-name>
<topaz-command-line-args> topaz options that should be passed to topaz when running
running the script
-h, --help display usage message
-D, --debug bring up topaz debugger in the event of a script error

EXAMPLES
$basename --help
$basename -h
$basename --debug
$basename -D
$basename
$basename -- gs_360
$basename -- gs_360 -T 100000
-----
%
doit
| metacello |
metacello := self
globalNamed: 'Metacello'
ifAbsent: [ self error: 'Metacello is required to run this script'].
metacello new
baseline: 'GsDevKit_SuperDoit';
repository: 'filetree://$GS_HOME/shared/gemstone/repos/GsDevKit_SuperDoit/rowan/src';
load.
metacello new
baseline: 'SuperDoit';
repository: 'filetree://$GS_HOME/shared/gemstone/repos/superDoit/packages/filetree';
load.
System commit.
^ self noResult
%
2 changes: 2 additions & 0 deletions shared/gemstone/repos/GsDevKit_SuperDoit/rowan/src/.filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"packageExtension" : ".package",
"propertyFileExtension" : ".json" }
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ baseline: spec
package: 'GsDevKit-Core';
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ].
spec
group: 'default' with: #('GsDevKitTests') ].
group: 'default' with: #('GsDevKit-Tests') ].
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"category" : "BaselineOfSuperDoit_GsDevKit",
"category" : "BaselineOfGsDevKit_SuperDoit",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfSuperDoit_GsDevKit",
"name" : "BaselineOfGsDevKit_SuperDoit",
"pools" : [
],
"super" : "BaselineOf",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #'BaselineOfGsDevKit_SuperDoit'!
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'BaselineOfGsDevKit_SuperDoit')
Original file line number Diff line number Diff line change
@@ -1 +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 ())
(name 'BaselineOfGsDevKit_SuperDoit-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 ())

This file was deleted.

This file was deleted.

0 comments on commit 26ebcb6

Please sign in to comment.