Skip to content

Commit 2085139

Browse files
committed
Issue #58: snapshotDirectory is now managed by session description [ci skip]
1 parent edcb8e4 commit 2085139

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
actions
2-
createTodeDescription: stoneInfo
3-
| sessionDescription localHostName|
2+
createTodeDescription: theStoneInfo
3+
| sessionDescription localHostName |
44
localHostName := NetNameResolver localHostName.
55
sessionDescription := TDSessionDescription new
6-
name: stoneInfo stoneName;
7-
gemstoneVersion: stoneInfo gsVers;
6+
name: theStoneInfo stoneName;
7+
gemstoneVersion: theStoneInfo gsVers;
88
stoneHost: localHostName;
9-
stoneName: stoneInfo stoneName;
9+
stoneName: theStoneInfo stoneName;
1010
gemHost: localHostName;
11-
netLDI: stoneInfo netldiName;
11+
netLDI: theStoneInfo netldiName;
1212
gemTask: 'gemnetobject';
1313
userId: 'DataCurator';
1414
password: 'swordfish';
1515
backupDirectory: self backupsHome pathString;
16+
snapshotDirectory: self snapshotsHome pathString;
1617
serverGitRoot: self gitHome pathString;
1718
serverTodeRoot: self todeHome pathString;
1819
yourself.
19-
sessionDescription exportTo: self sessionDescriptionHome pathString , '/'
20+
sessionDescription exportTo: self sessionDescriptionHome pathString , '/'

Diff for: repository/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/methodProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"createEmptyStatsSubDirectories:" : "dkh 7/19/2014 17:31",
1212
"createEmptySubDirectories:" : "dkh 7/19/2014 07:50",
1313
"createProductLn:" : "dkh 7/19/2014 07:50",
14-
"createTodeDescription:" : "dkh 7/25/2014 14:17",
14+
"createTodeDescription:" : "dkh 3/22/2015 21:09",
1515
"createTopaziniFile:" : "dkh 7/28/2014 17:42",
1616
"extentsHome" : "dkh 7/19/2014 08:28",
1717
"gemstoneBin" : "dkh 3/19/2015 12:41",

0 commit comments

Comments
 (0)