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/12/08 18:20:16 UTC

[7/8] incubator-trafodion git commit: updated Linux driver package files to remove LICENSE requirement

updated Linux driver package files to remove LICENSE requirement


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

Branch: refs/heads/release1.3
Commit: 820ac3d4515b8d44c40c5d8c627d8f320e1c0d12
Parents: b8f993a
Author: Roberta Marton <ro...@esgyn.com>
Authored: Mon Dec 7 19:58:53 2015 +0000
Committer: Roberta Marton <ro...@esgyn.com>
Committed: Mon Dec 7 19:58:53 2015 +0000

----------------------------------------------------------------------
 core/conn/unixodbc/odbc/odbcclient/unixcli/package/mklnxpkg.sh     | 2 --
 .../odbc/odbcclient/unixcli/package/trafodbclnx_install.sh         | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/820ac3d4/core/conn/unixodbc/odbc/odbcclient/unixcli/package/mklnxpkg.sh
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/odbcclient/unixcli/package/mklnxpkg.sh b/core/conn/unixodbc/odbc/odbcclient/unixcli/package/mklnxpkg.sh
index 2c2e91b..ac6ef02 100755
--- a/core/conn/unixodbc/odbc/odbcclient/unixcli/package/mklnxpkg.sh
+++ b/core/conn/unixodbc/odbc/odbcclient/unixcli/package/mklnxpkg.sh
@@ -118,8 +118,6 @@ then
     ((err += $?))
     cp ../../license.txt	license.txt
     ((err += $?))
-    cp ../../LICENSE	LICENSE
-    ((err += $?))
     cd ..
     # do the tar
     cp -rf linux64 PkgTmp

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/820ac3d4/core/conn/unixodbc/odbc/odbcclient/unixcli/package/trafodbclnx_install.sh
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/odbcclient/unixcli/package/trafodbclnx_install.sh b/core/conn/unixodbc/odbc/odbcclient/unixcli/package/trafodbclnx_install.sh
index fc0c3f7..039d425 100644
--- a/core/conn/unixodbc/odbc/odbcclient/unixcli/package/trafodbclnx_install.sh
+++ b/core/conn/unixodbc/odbc/odbcclient/unixcli/package/trafodbclnx_install.sh
@@ -40,7 +40,7 @@ ETC_DIR=
 #INCLUDE_DIR=
 SAMPLE_DIR=
 #package files, excluding this file
-pkgfiles=(libtrafodbc_l64.so TRAFDSN MD5SUM LICENSE connect_test.cpp license.txt libicuucNv44.so.44 libicudataNv44.so.44)
+pkgfiles=(libtrafodbc_l64.so TRAFDSN MD5SUM connect_test.cpp license.txt libicuucNv44.so.44 libicudataNv44.so.44)
 
 #check whether the package directory has all files (or this script is invoked form "PkgTmp" dir)
 function check_package {