You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/03/14 19:26:43 UTC

[3/5] trafodion git commit: updates .rat-excludes

updates .rat-excludes


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b987fed2
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b987fed2
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b987fed2

Branch: refs/heads/master
Commit: b987fed221696fe4b1b94d5722e50fc8c56df359
Parents: 6a0bcd9
Author: Anuradha Hegde <an...@esgyn.com>
Authored: Tue Mar 13 18:40:27 2018 +0000
Committer: Anuradha Hegde <an...@esgyn.com>
Committed: Tue Mar 13 18:40:27 2018 +0000

----------------------------------------------------------------------
 .rat-excludes                                | 3 +--
 core/sqf/sql/scripts/install_traf_components | 3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/b987fed2/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index 48d90fe..32c8646 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -44,9 +44,8 @@ __init__.py*
 # SQL messages file
 SqlciErrors.txt
 # DCS config files
-backup-masters
 servers
-master
+masters
 # jquery
 jquery-ui.css*
 jquery-ui.js*

http://git-wip-us.apache.org/repos/asf/trafodion/blob/b987fed2/core/sqf/sql/scripts/install_traf_components
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/install_traf_components b/core/sqf/sql/scripts/install_traf_components
index 0bf6b40..794ce53 100755
--- a/core/sqf/sql/scripts/install_traf_components
+++ b/core/sqf/sql/scripts/install_traf_components
@@ -174,6 +174,9 @@ EOF
 
   echo "Configured $DCS_HOME/conf/dcs-site.xml" | tee -a ${MY_LOG_FILE}
 
+  echo "localhost" > masters
+  echo "Configured $DCS_HOME/conf/masters" | tee -a ${MY_LOG_FILE}
+
   echo "localhost 4" > servers
   echo "Configured $DCS_HOME/conf/servers" | tee -a ${MY_LOG_FILE}