You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by as...@apache.org on 2019/03/04 15:47:04 UTC

[oozie] branch master updated: OOZIE-3442 Check and eliminate builds/runHudsonCIBuild.sh (nobigo via asalamon74)

This is an automated email from the ASF dual-hosted git repository.

asalamon74 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git


The following commit(s) were added to refs/heads/master by this push:
     new 99adb8c  OOZIE-3442 Check and eliminate builds/runHudsonCIBuild.sh (nobigo via asalamon74)
99adb8c is described below

commit 99adb8ce3b6979ac469c766319d1edc1ee85a0f5
Author: Andras Salamon <as...@apache.org>
AuthorDate: Mon Mar 4 16:46:21 2019 +0100

    OOZIE-3442 Check and eliminate builds/runHudsonCIBuild.sh (nobigo via asalamon74)
---
 builds/runHudsonCIBuild.sh | 40 ----------------------------------------
 release-log.txt            |  1 +
 2 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/builds/runHudsonCIBuild.sh b/builds/runHudsonCIBuild.sh
deleted file mode 100755
index be8af0e..0000000
--- a/builds/runHudsonCIBuild.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#      http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-# To run build in hudson, the default env variables should be defined in the environment. If not, please do the exports before
-# invoking this script.
-# export WORKSPACE=PATH_TO_WORKSPACE
-# export TOOLS_HOME=PATH_TO_COMMON_LIBRAARY_HOME
-# export OOZIE_GIT_REPO=git://github.com/apache/oozie.git
-
-# You can also explicitly change JAVA_HOME or M3_HOME below.
-
-export JAVA_HOME=${TOOLS_HOME}/java/latest
-export M3_HOME=${TOOLS_HOME}/maven/apache-maven-3.0.3
-export PATH=$JAVA_HOME/bin:$M3_HOME/bin:$PATH
-
-#Please uncomment these lines if the git repo needs to download
-#git clone -o origin $OOZIE_GIT_REPO $WORKSPACE
-#cd $WORKSPACE
-
-M2DIR=`mktemp -d /tmp/oozie-m2.XXXXX`
-bin/mkdistro.sh $1 -Dmaven.repo.local=$M2DIR
-EXIT=$?
-rm -rf $M2DIR
-exit $EXIT
\ No newline at end of file
diff --git a/release-log.txt b/release-log.txt
index 451378e..10f64a6 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3442 Check and eliminate builds/runHudsonCIBuild.sh (nobigo via asalamon74)
 OOZIE-1702 [build] Fix Javadoc warnings (dionusos via kmarton)
 OOZIE-3395 amend [build] Migration from FindBugs to SpotBugs (kmarton via asalamon74)
 OOZIE-3440 [action] Oozie Spark action replaces path symlink # to %23 (dionusos via asalamon74)