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 2016/05/10 15:19:58 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-1874] fix build issues when PDSH installed in build system

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master bc1b2e120 -> aea761532


[TRAFODION-1874] fix build issues when PDSH installed in build system


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

Branch: refs/heads/master
Commit: 36ddfaf16b619d57e9e485c7b21f0371bea60d6c
Parents: 1edc994
Author: liuming <li...@localhost.localdomain>
Authored: Mon May 9 10:25:39 2016 +0800
Committer: liuming <li...@localhost.localdomain>
Committed: Mon May 9 10:25:39 2016 +0800

----------------------------------------------------------------------
 core/sqf/sql/scripts/makemsg.ksh | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/36ddfaf1/core/sqf/sql/scripts/makemsg.ksh
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/makemsg.ksh b/core/sqf/sql/scripts/makemsg.ksh
index cdf6cb0..5d24853 100755
--- a/core/sqf/sql/scripts/makemsg.ksh
+++ b/core/sqf/sql/scripts/makemsg.ksh
@@ -81,10 +81,5 @@ echo "generating sql message catalog: $error_cat ... "
 gencat $error_cat SqlciErrors.m
 fi
 
-# On a cluster, copy it to all the nodes
-if [ -e $SQ_PDCP ]; then
-   echo "Doing a $SQ_PDCP -p -w ${ExNodeList[@]} -x `uname -n` $error_cat `dirname $error_cat`"
-   $SQ_PDCP -p -w ${ExNodeList[@]} -x `uname -n` $error_cat `dirname $error_cat`
-fi
 #exit 0
 


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1874] PR 470 Fix build issues when PDSH is on build system

Posted by db...@apache.org.
Merge [TRAFODION-1874] PR 470 Fix build issues when PDSH is on build system


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

Branch: refs/heads/master
Commit: aea761532b49b10fa94158308abe15ea5e995b9a
Parents: bc1b2e1 36ddfaf
Author: Dave Birdsall <db...@apache.org>
Authored: Tue May 10 15:19:21 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Tue May 10 15:19:21 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/makemsg.ksh | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------