You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2018/01/22 15:56:52 UTC

[5/9] trafodion git commit: remove the error file

remove the error file


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

Branch: refs/heads/master
Commit: 8866368dda821fb26107b3ed439375c8c7b23518
Parents: b32351f
Author: Kenny <xi...@esgyn.cn>
Authored: Tue Jan 9 05:08:28 2018 +0000
Committer: Kenny <xi...@esgyn.cn>
Committed: Tue Jan 9 05:08:28 2018 +0000

----------------------------------------------------------------------
 core/conn/trafci/Makefile.bak |  41 --
 core/sqf/sql/scripts/DUMPENVS | 884 -------------------------------------
 2 files changed, 925 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/8866368d/core/conn/trafci/Makefile.bak
----------------------------------------------------------------------
diff --git a/core/conn/trafci/Makefile.bak b/core/conn/trafci/Makefile.bak
deleted file mode 100644
index bc0b26f..0000000
--- a/core/conn/trafci/Makefile.bak
+++ /dev/null
@@ -1,41 +0,0 @@
-# @@@ START COPYRIGHT @@@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-# @@@ END COPYRIGHT @@@
-
-# This Makefile is just a thin shell to Maven, which is used to do the real build
-
-include ../../macros.gmk #top level
-
-all:Trafci_deploy
-Trafci_deploy:Trafci_installer
-Trafci_installer:Trafci_jar
-Trafci_jar:
-	mvn clean install -DskipTests$
-Trafci_installer:
-	./getBuildInfo
-	export buildId=`head -n 1 buildId`
-	mvn -f installer_pom.xml -DbldId=${buildId} clean package -DskipTests
-Trafci_deploy:
-	zip -r ../clients/trafci.zip -j target/trafciInstaller.jar utils/README
-	java -jar target/trafciInstaller.jar -silent -installDir ${TRAF_HOME}
-
-clean:
-	mvn -f installer_pom.xml clean
-	mvn -f pom.xml clean