File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ git branch -a
101
101
git checkout origin/v6.0.1
102
102
git checkout v6.0.1
103
103
cd scripts
104
- sh downloadAndPrepareFilesForFileLibraries.sh -f -d $GS_HOME /shared/repos/BpmFlow/js -p Highstock -v 6.0.3
105
- $GS_HOME /bin/startTopaz $STONE -il -T 500000 << EOF >>install-all.log
104
+ $GS_HOME /bin/startTopaz $STONE -il -T 500000 << EOF >>highcharts.log
106
105
set user DataCurator password swordfish gemstone $STONE
107
106
login
108
107
exec
@@ -114,17 +113,28 @@ GsDeployer deploy: [
114
113
onConflictUseLoaded;
115
114
load.
116
115
].
116
+ %
117
+ logout
118
+ quit
119
+ EOF
120
+ if [ $? -ne 0 ]; then
121
+ error " Highcharts installation has failed check {highcharts.log}"
122
+ exit 1
123
+ fi
124
+ info " Start: Downloading HighchartsSt static files"
125
+ sh downloadAndPrepareFilesForFileLibraries.sh -f -d $GS_HOME /shared/repos/BpmFlow/js -p Highstock -v 6.0.1
126
+ info " Finish: Downloading HighchartsSt static files"
127
+ $GS_HOME /bin/startTopaz $STONE -il -T 500000 << EOF >>highcharts.log
128
+ set user DataCurator password swordfish gemstone $STONE
129
+ login
130
+ exec
117
131
Highstock6DeploymentMetadataLibrary recursivelyAddAllFilesIn: '/home/gemstone/GsDevKit_home/shared/repos/BpmFlow/js/6.0.3/Highstock/styled/deployment/'.
118
132
Highstock6DevelopmentMetadataLibrary recursivelyAddAllFilesIn: '/home/gemstone/GsDevKit_home/shared/repos/BpmFlow/js/6.0.3/Highstock/styled/development/'.
119
133
Highstock6ClassicModeDeploymentMetadataLibrary recursivelyAddAllFilesIn: '/home/gemstone/GsDevKit_home/shared/repos/BpmFlow/js/6.0.3/Highstock/oldMode/deployment/'.
120
134
Highstock6ClassicModeDevelopmentMetadataLibrary recursivelyAddAllFilesIn: '/home/gemstone/GsDevKit_home/shared/repos/BpmFlow/js/6.0.3/Highstock/oldMode/development/'.
121
135
%
122
- logout
123
- quit
124
- EOF
125
-
126
136
if [ $? -ne 0 ]; then
127
- error " Highcharts installation has failed check {install-all .log}"
137
+ error "Highcharts installation has failed check {highcharts .log}"
128
138
exit 1
129
139
fi
130
140
You can’t perform that action at this time.
0 commit comments