File tree 3 files changed +10
-9
lines changed
repository/GsDevKit-CommandLine.package
GsDevKitAbstractStoneCommandLineHandler.class
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
actions
2
- createTodeDescription: stoneInfo
3
- | sessionDescription localHostName |
2
+ createTodeDescription: theStoneInfo
3
+ | sessionDescription localHostName |
4
4
localHostName := NetNameResolver localHostName.
5
5
sessionDescription := TDSessionDescription new
6
- name: stoneInfo stoneName;
7
- gemstoneVersion: stoneInfo gsVers;
6
+ name: theStoneInfo stoneName;
7
+ gemstoneVersion: theStoneInfo gsVers;
8
8
stoneHost: localHostName;
9
- stoneName: stoneInfo stoneName;
9
+ stoneName: theStoneInfo stoneName;
10
10
gemHost: localHostName;
11
- netLDI: stoneInfo netldiName;
11
+ netLDI: theStoneInfo netldiName;
12
12
gemTask: ' gemnetobject' ;
13
13
userId: ' DataCurator' ;
14
14
password: ' swordfish' ;
15
15
backupDirectory: self backupsHome pathString;
16
+ snapshotDirectory: self snapshotsHome pathString;
16
17
serverGitRoot: self gitHome pathString;
17
18
serverTodeRoot: self todeHome pathString;
18
19
yourself .
19
- sessionDescription exportTo: self sessionDescriptionHome pathString , ' /'
20
+ sessionDescription exportTo: self sessionDescriptionHome pathString , ' /'
Original file line number Diff line number Diff line change 11
11
"createEmptyStatsSubDirectories:" : " dkh 7/19/2014 17:31" ,
12
12
"createEmptySubDirectories:" : " dkh 7/19/2014 07:50" ,
13
13
"createProductLn:" : " dkh 7/19/2014 07:50" ,
14
- "createTodeDescription:" : " dkh 7/25/2014 14:17 " ,
14
+ "createTodeDescription:" : " dkh 3/22/2015 21:09 " ,
15
15
"createTopaziniFile:" : " dkh 7/28/2014 17:42" ,
16
16
"extentsHome" : " dkh 7/19/2014 08:28" ,
17
17
"gemstoneBin" : " dkh 3/19/2015 12:41" ,
You can’t perform that action at this time.
0 commit comments