You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/03/31 17:56:33 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2565] JDBC T2 Vproc needs updating . Causes build or initialize issues for 2.1 release

Repository: incubator-trafodion
Updated Branches:
  refs/heads/release2.1 ee449adcd -> 560ad859f


[TRAFODION-2565] JDBC T2 Vproc needs updating . Causes build or initialize issues for 2.1 release

Problem seen when a build is attempted in a non-git environment.


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

Branch: refs/heads/release2.1
Commit: b7c307284cd6c7eedcc6666f4aba4f0e71b7d52c
Parents: ee449ad
Author: Arvind Narain <na...@gmail.com>
Authored: Thu Mar 30 23:33:06 2017 +0000
Committer: Arvind Narain <na...@gmail.com>
Committed: Thu Mar 30 23:33:06 2017 +0000

----------------------------------------------------------------------
 core/sqf/build-scripts/build.branch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b7c30728/core/sqf/build-scripts/build.branch
----------------------------------------------------------------------
diff --git a/core/sqf/build-scripts/build.branch b/core/sqf/build-scripts/build.branch
index 3bd2981..463475e 100755
--- a/core/sqf/build-scripts/build.branch
+++ b/core/sqf/build-scripts/build.branch
@@ -52,8 +52,8 @@ if [[ "$USE_GIT" == "1" ]];then
     branch=$ZUUL_BRANCH;
   fi
 else
-  rev=$PV_BUILDID
-  branch="git_unavailable"
+  rev=`date +"%Y%m%d"`
+  branch="no_branch"
 fi
 if [ $f = 1 ]; then
   branch=`echo $branch | sed 's|\/|_sl_|g' | sed 's|-|_dh_|g'`


[2/2] incubator-trafodion git commit: Merge {TRAFODION-2565

Posted by sa...@apache.org.
Merge {TRAFODION-2565


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

Branch: refs/heads/release2.1
Commit: 560ad859f5ca5b82a5dc031bc35756cdaeea5815
Parents: ee449ad b7c3072
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Fri Mar 31 17:53:52 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Fri Mar 31 17:53:52 2017 +0000

----------------------------------------------------------------------
 core/sqf/build-scripts/build.branch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------