You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2017/11/08 00:19:54 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2792] Single character change to stop leaking temp files

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master bf2ad712e -> d8208546b


[TRAFODION-2792] Single character change to stop leaking temp files


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

Branch: refs/heads/master
Commit: 63cef5a660e1d3d98fa7b491bb840b24eaefeb46
Parents: 68fe67f
Author: Steve Varnau <st...@esgyn.com>
Authored: Thu Nov 2 23:27:39 2017 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Thu Nov 2 23:27:39 2017 +0000

----------------------------------------------------------------------
 core/sqf/build-scripts/genverhdr.ksh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/63cef5a6/core/sqf/build-scripts/genverhdr.ksh
----------------------------------------------------------------------
diff --git a/core/sqf/build-scripts/genverhdr.ksh b/core/sqf/build-scripts/genverhdr.ksh
index b5acd16..f133e33 100755
--- a/core/sqf/build-scripts/genverhdr.ksh
+++ b/core/sqf/build-scripts/genverhdr.ksh
@@ -151,7 +151,7 @@ EOF
 		echo "Creating file $hdrFileJ3"
 		cp -f $TMPFILEJ3 $hdrFileJ3
 	fi
-	rm -f $TMPFILE $TMPFILEJ $TMPFILEJ2 TMPFILEJ3
+	rm -f $TMPFILE $TMPFILEJ $TMPFILEJ2 $TMPFILEJ3
 }
 
 


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2792] Stop leaking tmp files in build

Posted by sv...@apache.org.
Merge [TRAFODION-2792] Stop leaking tmp files in build


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

Branch: refs/heads/master
Commit: d8208546b2db5a07fed8cd474ee4bbd489bd828d
Parents: bf2ad71 63cef5a
Author: Steve Varnau <sv...@apache.org>
Authored: Wed Nov 8 00:18:49 2017 +0000
Committer: Steve Varnau <sv...@apache.org>
Committed: Wed Nov 8 00:18:49 2017 +0000

----------------------------------------------------------------------
 core/sqf/build-scripts/genverhdr.ksh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------