Repository: incubator-trafodion
Updated Branches:
  refs/heads/master e115a3320 -> 6b3b9486d


[TRAFODION-2092] Include "incubating" in installer package name

Portion of this JIRA previously taken care of with Anu's change.


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

Branch: refs/heads/master
Commit: d23e8238216e8803b855206320eff06aa1449cb9
Parents: 2dd9d3a
Author: Steve Varnau <[email protected]>
Authored: Thu Jul 7 22:59:03 2016 +0000
Committer: Steve Varnau <[email protected]>
Committed: Thu Jul 7 22:59:03 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d23e8238/install/Makefile
----------------------------------------------------------------------
diff --git a/install/Makefile b/install/Makefile
index bea8413..8844322 100644
--- a/install/Makefile
+++ b/install/Makefile
@@ -14,7 +14,7 @@
 #  limitations under the License.
 #
 # @@@ END COPYRIGHT @@@
-RELEASE_VER ?= $(shell echo $(TRAFODION_VER))
+RELEASE_VER ?= ${TRAFODION_VER}-incubating
 RELEASE_TYPE ?= $(shell echo $(TRAFODION_VER_PROD)| sed -e 's/ /-/g')
 INSTALLER_TARNAME = $(shell echo 
${RELEASE_TYPE}_installer-${RELEASE_VER}.tar.gz |tr '[A-Z]' '[a-z]')
 

Reply via email to