Skip to content

Commit 26ebcb6

Browse files
committed
Issue #321: one more rename (didn't I do this already) fix some baseline issues ... loads properly in tODE, but fine tuning of packaging is needed ..
1 parent f9acd30 commit 26ebcb6

File tree

15 files changed

+59
-6
lines changed

15 files changed

+59
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
#!/usr/bin/env superdoit_stone
2+
#
3+
# Standard options are always present unless customoptions section is used
4+
#{
5+
# SuperDoitOptionalOptionWithNoArg long: 'help' short: 'h'.
6+
# SuperDoitOptionalOptionWithNoArg long: 'debug' short: 'D'.
7+
#}
8+
#
9+
usage
10+
-----
11+
USAGE $basename [--help | -h] [--debug | -D] [-- [<stone-name> [<topaz-command-line-args>] ] ]
12+
13+
DESCRIPTION
14+
Install GsDevKit_SuperDoit and superDoit from $GS_HOME/shared/gemstone/repos into a stone
15+
with tODE installed. Useful for reading code when writing .solo and .stone scripts.
16+
17+
OPTIONS
18+
<stone-name> Name of the GsDevKit_home stone. <stone-name> argument
19+
may be skipped if the script is run in a GsDevKit_home
20+
stone directory (i.e., $GS_HOME/server/stones/<stone-name>
21+
<topaz-command-line-args> topaz options that should be passed to topaz when running
22+
running the script
23+
-h, --help display usage message
24+
-D, --debug bring up topaz debugger in the event of a script error
25+
26+
EXAMPLES
27+
$basename --help
28+
$basename -h
29+
$basename --debug
30+
$basename -D
31+
$basename
32+
$basename -- gs_360
33+
$basename -- gs_360 -T 100000
34+
-----
35+
%
36+
doit
37+
| metacello |
38+
metacello := self
39+
globalNamed: 'Metacello'
40+
ifAbsent: [ self error: 'Metacello is required to run this script'].
41+
metacello new
42+
baseline: 'GsDevKit_SuperDoit';
43+
repository: 'filetree://$GS_HOME/shared/gemstone/repos/GsDevKit_SuperDoit/rowan/src';
44+
load.
45+
metacello new
46+
baseline: 'SuperDoit';
47+
repository: 'filetree://$GS_HOME/shared/gemstone/repos/superDoit/packages/filetree';
48+
load.
49+
System commit.
50+
^ self noResult
51+
%
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{"packageExtension" : ".package",
2+
"propertyFileExtension" : ".json" }
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ baseline: spec
88
package: 'GsDevKit-Core';
99
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ].
1010
spec
11-
group: 'default' with: #('GsDevKitTests') ].
11+
group: 'default' with: #('GsDevKit-Tests') ].
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"category" : "BaselineOfSuperDoit_GsDevKit",
2+
"category" : "BaselineOfGsDevKit_SuperDoit",
33
"classinstvars" : [
44
],
55
"classvars" : [
66
],
77
"commentStamp" : "",
88
"instvars" : [
99
],
10-
"name" : "BaselineOfSuperDoit_GsDevKit",
10+
"name" : "BaselineOfGsDevKit_SuperDoit",
1111
"pools" : [
1212
],
1313
"super" : "BaselineOf",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SystemOrganization addCategory: #'BaselineOfGsDevKit_SuperDoit'!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'BaselineOfGsDevKit_SuperDoit')
Original file line numberDiff line numberDiff line change
@@ -1 +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 ())
1+
(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 ())

shared/gemstone/repos/GsDevKit_SuperDoit/rowan/src/BaselineOfSuperDoit_GsDevKit.package/monticello.meta/categories.st

-1
This file was deleted.

shared/gemstone/repos/GsDevKit_SuperDoit/rowan/src/BaselineOfSuperDoit_GsDevKit.package/monticello.meta/package

-1
This file was deleted.

0 commit comments

Comments
 (0)