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 2016/10/24 18:43:14 UTC

[2/3] incubator-trafodion git commit: [TRAFODION-2292] fix path to tar file name for non-debug flavor

[TRAFODION-2292] fix path to tar file name for non-debug flavor


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

Branch: refs/heads/master
Commit: f2edd4bf18faa8ea0c386ddda5d22976fb6340d3
Parents: 0bfc52b
Author: Steve Varnau <st...@esgyn.com>
Authored: Wed Oct 19 18:40:08 2016 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Wed Oct 19 18:40:08 2016 +0000

----------------------------------------------------------------------
 core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f2edd4bf/core/Makefile
----------------------------------------------------------------------
diff --git a/core/Makefile b/core/Makefile
index ef5a9c6..5cac37d 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -182,7 +182,7 @@ P_TYPE = $(shell uname -p)
 
 ifeq ($(SQ_BUILD_TYPE),release)
   RELEASE ?= 1
-  SERVERTAR="$(PKG_PROD)_server-$(TRAFODION_VER)-${OS_TYPE}${OS_MAJOR}-${P_TYPE}.tar.gz"
+  SERVERTAR="$(PKG_PROD)_server-$(TRAFODION_VER)-${OS_TYPE}${OS_MAJOR}-${P_TYPE}-incubating.tar.gz"
 else
   RELEASE ?= devel
   SERVERTAR="$(PKG_PROD)_server-$(TRAFODION_VER)-${OS_TYPE}${OS_MAJOR}-${P_TYPE}-debug.tar.gz"