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 2015/11/26 00:43:44 UTC

[1/3] incubator-trafodion git commit: Small change in how DCS directory is found and named

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master d226c4535 -> 80d6cff24


Small change in how DCS directory is found and named


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

Branch: refs/heads/master
Commit: 6e7836547f659d7e318b192ef8f3020a4991e0d8
Parents: f347e24
Author: Amanda Moran <am...@apache.com>
Authored: Tue Nov 24 20:52:41 2015 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Tue Nov 24 20:52:41 2015 +0000

----------------------------------------------------------------------
 install/installer/dcs_installer | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6e783654/install/installer/dcs_installer
----------------------------------------------------------------------
diff --git a/install/installer/dcs_installer b/install/installer/dcs_installer
index 298003b..847b69f 100755
--- a/install/installer/dcs_installer
+++ b/install/installer/dcs_installer
@@ -136,7 +136,8 @@ echo "***INFO: untarring build file $DCS_BUILD_FILE"
 tar -xzf $DCS_BUILD_FILE
 
 # get the dcs install directory name which is imbedded in the tar file
-DCS_DIR=$(tar -tf $DCS_BUILD_FILE | grep LICENSE | sed -e "s@\(^.*\)/LICENSE.txt@\1@")
+DCS_DIR=$(tar -tf $DCD_BUILD_FILE | grep --max-count=1 bin | sed -e "s@\(^.*\)/bin/@\1@")
+
 DCS_DIR=$DCS_INSTALL_PATH/$DCS_DIR
 
 # set env var in sqenvcom.sh for DCS install directory


[2/3] incubator-trafodion git commit: Typo fix

Posted by db...@apache.org.
Typo fix


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

Branch: refs/heads/master
Commit: b024821acd0edeff973d5de61af80eb48e544166
Parents: 6e78365
Author: Amanda Moran <am...@apache.com>
Authored: Tue Nov 24 22:43:16 2015 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Tue Nov 24 22:43:16 2015 +0000

----------------------------------------------------------------------
 install/installer/dcs_installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b024821a/install/installer/dcs_installer
----------------------------------------------------------------------
diff --git a/install/installer/dcs_installer b/install/installer/dcs_installer
index 847b69f..902b314 100755
--- a/install/installer/dcs_installer
+++ b/install/installer/dcs_installer
@@ -136,7 +136,7 @@ echo "***INFO: untarring build file $DCS_BUILD_FILE"
 tar -xzf $DCS_BUILD_FILE
 
 # get the dcs install directory name which is imbedded in the tar file
-DCS_DIR=$(tar -tf $DCD_BUILD_FILE | grep --max-count=1 bin | sed -e "s@\(^.*\)/bin/@\1@")
+DCS_DIR=$(tar -tf $DCS_BUILD_FILE | grep --max-count=1 bin | sed -e "s@\(^.*\)/bin/@\1@")
 
 DCS_DIR=$DCS_INSTALL_PATH/$DCS_DIR
 


[3/3] incubator-trafodion git commit: Merge [TRAFODION-1636] [TRAFODION-1642] PR 187 fix

Posted by db...@apache.org.
Merge [TRAFODION-1636] [TRAFODION-1642] PR 187 fix


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

Branch: refs/heads/master
Commit: 80d6cff24d22ec1b64f74388ec8082351882e4a1
Parents: d226c45 b024821
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Nov 25 23:43:00 2015 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Nov 25 23:43:00 2015 +0000

----------------------------------------------------------------------
 install/installer/dcs_installer | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------