You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2016/12/08 00:45:59 UTC

[32/38] incubator-trafodion git commit: add the create trafci.zip action

add the create trafci.zip action


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

Branch: refs/heads/master
Commit: d42fd5162e2321c8808ce363edb04b800553c61d
Parents: 4eadefd
Author: AlexPeng19 <al...@hotmail.com>
Authored: Wed Nov 23 13:58:03 2016 +0800
Committer: AlexPeng19 <al...@hotmail.com>
Committed: Wed Nov 23 13:58:03 2016 +0800

----------------------------------------------------------------------
 core/conn/trafci/Makefile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d42fd516/core/conn/trafci/Makefile
----------------------------------------------------------------------
diff --git a/core/conn/trafci/Makefile b/core/conn/trafci/Makefile
index 067a0e3..6ecc68b 100644
--- a/core/conn/trafci/Makefile
+++ b/core/conn/trafci/Makefile
@@ -33,4 +33,5 @@ Trafci_installer:
 	export buildId=`head -n 1 buildId`$
 	mvn -f installer_pom.xml -DbldId=${buildId} clean package$
 Trafci_deploy:
+	zip -r ../clients/trafci.zip target/trafciInstaller.jar utils/README
 	java -jar target/trafciInstaller.jar -silent -jdbcFile ${MY_SQROOT}/export/lib/jdbcT4.jar -installDir ${MY_SQROOT}