-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #321: one more rename (didn't I do this already) fix some basel…
…ine issues ... loads properly in tODE, but fine tuning of packaging is needed ..
- Loading branch information
1 parent
f9acd30
commit 26ebcb6
Showing
15 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
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,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 | ||
% |
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,2 @@ | ||
{"packageExtension" : ".package", | ||
"propertyFileExtension" : ".json" } |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...fSuperDoit_GsDevKit.class/properties.json → ...fGsDevKit_SuperDoit.class/properties.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
1 change: 1 addition & 0 deletions
1
...it_SuperDoit/rowan/src/BaselineOfGsDevKit_SuperDoit.package/monticello.meta/categories.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 @@ | ||
SystemOrganization addCategory: #'BaselineOfGsDevKit_SuperDoit'! |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...GsDevKit_SuperDoit/rowan/src/BaselineOfGsDevKit_SuperDoit.package/monticello.meta/package
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 @@ | ||
(name 'BaselineOfGsDevKit_SuperDoit') |
2 changes: 1 addition & 1 deletion
2
..._GsDevKit.package/monticello.meta/version → ...SuperDoit.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 '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 ()) |
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...it_SuperDoit/rowan/src/BaselineOfSuperDoit_GsDevKit.package/monticello.meta/categories.st
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...GsDevKit_SuperDoit/rowan/src/BaselineOfSuperDoit_GsDevKit.package/monticello.meta/package
This file was deleted.
Oops, something went wrong.