You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/10/11 15:35:13 UTC

[1/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Repository: hbase
Updated Branches:
  refs/heads/branch-1 ed7beacf9 -> 9050402ff
  refs/heads/branch-1.2 ff29edc85 -> 6b9dfb9aa
  refs/heads/branch-1.3 171f8f066 -> 1e1836c2f
  refs/heads/branch-1.4 0b1ae1c53 -> bd690be7a
  refs/heads/branch-2 c84c39902 -> a074269ee
  refs/heads/branch-2.0 a06000895 -> 5b6b85aed
  refs/heads/branch-2.1 e726a89f5 -> c9c743648
  refs/heads/master eec1479f7 -> 42d7ddc67


HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/42d7ddc6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/42d7ddc6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/42d7ddc6

Branch: refs/heads/master
Commit: 42d7ddc6780e7b875069c3703fc68619708e1614
Parents: eec1479
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 09:11:32 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:29:07 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/42d7ddc6/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index bbff87c..b333afb 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -80,7 +80,8 @@ pipeline {
               if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
                 YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
                 echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-                if [ ! -d "${YETUS_DIR}" ]; then
+                if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
+                  rm -rf "${YETUS_DIR}"
                   "${WORKSPACE}/component/dev-support/jenkins-scripts/cache-apache-project-artifact.sh" \
                       --working-dir "${WORKSPACE}/downloads-yetus" \
                       --keys 'https://www.apache.org/dist/yetus/KEYS' \


[8/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>
(cherry picked from commit 5b6b85aed657edc0e476e6c7ddb4d8dcb0283d54)


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

Branch: refs/heads/branch-1.2
Commit: 6b9dfb9aaeaf69843c17294378c6660963499155
Parents: ff29edc
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 10:32:12 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:34:40 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6b9dfb9a/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index a32137a..606ff8c 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -64,8 +64,9 @@ echo "Ensure we have a copy of Apache Yetus."
 if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
   YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
   echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-  if [ ! -d "${YETUS_DIR}" ]; then
+  if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
     echo "New download of Apache Yetus version ${YETUS_RELEASE}."
+    rm -rf "${YETUS_DIR}"
     rm -rf "${WORKSPACE}/.gpg"
     mkdir -p "${WORKSPACE}/.gpg"
     chmod -R 700 "${WORKSPACE}/.gpg"


[3/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>
(cherry picked from commit 42d7ddc6780e7b875069c3703fc68619708e1614)


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

Branch: refs/heads/branch-2.1
Commit: c9c7436482099ff29ad7f765094fdc3b1e69ac55
Parents: e726a89
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 09:11:32 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:30:33 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c9c74364/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 58d414e..0abb366 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -80,7 +80,8 @@ pipeline {
               if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
                 YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
                 echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-                if [ ! -d "${YETUS_DIR}" ]; then
+                if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
+                  rm -rf "${YETUS_DIR}"
                   "${WORKSPACE}/component/dev-support/jenkins-scripts/cache-apache-project-artifact.sh" \
                       --working-dir "${WORKSPACE}/downloads-yetus" \
                       --keys 'https://www.apache.org/dist/yetus/KEYS' \


[4/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5b6b85ae
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5b6b85ae
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5b6b85ae

Branch: refs/heads/branch-2.0
Commit: 5b6b85aed657edc0e476e6c7ddb4d8dcb0283d54
Parents: a060008
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 10:32:12 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:32:12 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5b6b85ae/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index bc445a1..b89961f 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -64,8 +64,9 @@ echo "Ensure we have a copy of Apache Yetus."
 if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
   YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
   echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-  if [ ! -d "${YETUS_DIR}" ]; then
+  if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
     echo "New download of Apache Yetus version ${YETUS_RELEASE}."
+    rm -rf "${YETUS_DIR}"
     rm -rf "${WORKSPACE}/.gpg"
     mkdir -p "${WORKSPACE}/.gpg"
     chmod -R 700 "${WORKSPACE}/.gpg"


[2/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>
(cherry picked from commit 42d7ddc6780e7b875069c3703fc68619708e1614)


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

Branch: refs/heads/branch-2
Commit: a074269ee07ad08d68d53c10c946f826f8de7fe0
Parents: c84c399
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 09:11:32 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:29:53 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a074269e/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 58d414e..0abb366 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -80,7 +80,8 @@ pipeline {
               if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
                 YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
                 echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-                if [ ! -d "${YETUS_DIR}" ]; then
+                if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
+                  rm -rf "${YETUS_DIR}"
                   "${WORKSPACE}/component/dev-support/jenkins-scripts/cache-apache-project-artifact.sh" \
                       --working-dir "${WORKSPACE}/downloads-yetus" \
                       --keys 'https://www.apache.org/dist/yetus/KEYS' \


[7/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>
(cherry picked from commit 5b6b85aed657edc0e476e6c7ddb4d8dcb0283d54)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1e1836c2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1e1836c2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1e1836c2

Branch: refs/heads/branch-1.3
Commit: 1e1836c2f07eb440f3dc4568f3194826b9a69b6d
Parents: 171f8f0
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 10:32:12 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:34:14 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1e1836c2/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 0abeae0..c2313e2 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -64,8 +64,9 @@ echo "Ensure we have a copy of Apache Yetus."
 if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
   YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
   echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-  if [ ! -d "${YETUS_DIR}" ]; then
+  if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
     echo "New download of Apache Yetus version ${YETUS_RELEASE}."
+    rm -rf "${YETUS_DIR}"
     rm -rf "${WORKSPACE}/.gpg"
     mkdir -p "${WORKSPACE}/.gpg"
     chmod -R 700 "${WORKSPACE}/.gpg"


[5/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>
(cherry picked from commit 5b6b85aed657edc0e476e6c7ddb4d8dcb0283d54)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9050402f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9050402f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9050402f

Branch: refs/heads/branch-1
Commit: 9050402ff2093b7c5425db5c640314fd91df16fb
Parents: ed7beac
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 10:32:12 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:33:03 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9050402f/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 0abeae0..c2313e2 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -64,8 +64,9 @@ echo "Ensure we have a copy of Apache Yetus."
 if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
   YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
   echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-  if [ ! -d "${YETUS_DIR}" ]; then
+  if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
     echo "New download of Apache Yetus version ${YETUS_RELEASE}."
+    rm -rf "${YETUS_DIR}"
     rm -rf "${WORKSPACE}/.gpg"
     mkdir -p "${WORKSPACE}/.gpg"
     chmod -R 700 "${WORKSPACE}/.gpg"


[6/8] hbase git commit: HBASE-21103 nightly job should make sure cached yetus will run.

Posted by bu...@apache.org.
HBASE-21103 nightly job should make sure cached yetus will run.

Signed-off-by: Mike Drob <md...@apache.org>
(cherry picked from commit 5b6b85aed657edc0e476e6c7ddb4d8dcb0283d54)


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

Branch: refs/heads/branch-1.4
Commit: bd690be7a1f2ac979a2a9cca3e08aa2ec630c79e
Parents: 0b1ae1c
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Oct 11 10:32:12 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Oct 11 10:33:45 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/bd690be7/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 0abeae0..c2313e2 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -64,8 +64,9 @@ echo "Ensure we have a copy of Apache Yetus."
 if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
   YETUS_DIR="${WORKSPACE}/yetus-${YETUS_RELEASE}"
   echo "Checking for Yetus ${YETUS_RELEASE} in '${YETUS_DIR}'"
-  if [ ! -d "${YETUS_DIR}" ]; then
+  if ! "${YETUS_DIR}/bin/test-patch" --version >/dev/null 2>&1 ; then
     echo "New download of Apache Yetus version ${YETUS_RELEASE}."
+    rm -rf "${YETUS_DIR}"
     rm -rf "${WORKSPACE}/.gpg"
     mkdir -p "${WORKSPACE}/.gpg"
     chmod -R 700 "${WORKSPACE}/.gpg"