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 2016/07/12 18:17:04 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2092] Include "incubating" in installer package name

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 <st...@esgyn.com>
Authored: Thu Jul 7 22:59:03 2016 +0000
Committer: Steve Varnau <st...@esgyn.com>
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]')
 


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2092] PR 586 Add 'incubating' to installer package name

Posted by db...@apache.org.
Merge [TRAFODION-2092] PR 586 Add 'incubating' to installer package name


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

Branch: refs/heads/master
Commit: 6b3b9486dae5467b7d1662ad116479410fe72f78
Parents: e115a33 d23e823
Author: Dave Birdsall <db...@apache.org>
Authored: Tue Jul 12 18:16:23 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Tue Jul 12 18:16:23 2016 +0000

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