You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aj...@apache.org on 2016/12/05 17:35:53 UTC

[1/3] yetus git commit: YETUS-468 Stage version 0.4.0

Repository: yetus
Updated Branches:
  refs/heads/YETUS-468 9740b6401 -> 74d9f02cb


YETUS-468 Stage version 0.4.0


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

Branch: refs/heads/YETUS-468
Commit: e9c0081e73de4f08c6065c880bc7ffb82d6e717e
Parents: 9740b64
Author: Ajay Yadava <aj...@apache.org>
Authored: Tue Nov 1 17:28:14 2016 -0400
Committer: Ajay Yadava <aj...@apache.org>
Committed: Tue Nov 1 17:28:14 2016 -0400

----------------------------------------------------------------------
 VERSION                                                           | 2 +-
 audience-annotations-component/audience-annotations-jdiff/pom.xml | 2 +-
 audience-annotations-component/audience-annotations/pom.xml       | 2 +-
 audience-annotations-component/pom.xml                            | 2 +-
 yetus-project/pom.xml                                             | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/e9c0081e/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 10145c2..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.0-SNAPSHOT
+0.4.0

http://git-wip-us.apache.org/repos/asf/yetus/blob/e9c0081e/audience-annotations-component/audience-annotations-jdiff/pom.xml
----------------------------------------------------------------------
diff --git a/audience-annotations-component/audience-annotations-jdiff/pom.xml b/audience-annotations-component/audience-annotations-jdiff/pom.xml
index d8723ba..c2ea895 100644
--- a/audience-annotations-component/audience-annotations-jdiff/pom.xml
+++ b/audience-annotations-component/audience-annotations-jdiff/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
     <relativePath>../../yetus-project</relativePath>
   </parent>
   <artifactId>audience-annotations-jdiff</artifactId>

http://git-wip-us.apache.org/repos/asf/yetus/blob/e9c0081e/audience-annotations-component/audience-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/audience-annotations-component/audience-annotations/pom.xml b/audience-annotations-component/audience-annotations/pom.xml
index 78ed43f..89e6c31 100644
--- a/audience-annotations-component/audience-annotations/pom.xml
+++ b/audience-annotations-component/audience-annotations/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
     <relativePath>../../yetus-project</relativePath>
   </parent>
   <artifactId>audience-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/yetus/blob/e9c0081e/audience-annotations-component/pom.xml
----------------------------------------------------------------------
diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml
index 2daba34..d1b806d 100644
--- a/audience-annotations-component/pom.xml
+++ b/audience-annotations-component/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
     <relativePath>../yetus-project</relativePath>
   </parent>
   <artifactId>audience-annotations-component</artifactId>

http://git-wip-us.apache.org/repos/asf/yetus/blob/e9c0081e/yetus-project/pom.xml
----------------------------------------------------------------------
diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml
index f09d1ee..b258b74 100644
--- a/yetus-project/pom.xml
+++ b/yetus-project/pom.xml
@@ -30,7 +30,7 @@
   </parent>
   <groupId>org.apache.yetus</groupId>
   <artifactId>yetus-project</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.4.0</version>
   <description>Project-wide definitions for Apache Yetus</description>
   <name>Apache Yetus Project</name>
   <packaging>pom</packaging>


[2/3] yetus git commit: YETUS-470 FIX: user_plugin directory is not copied over properly

Posted by aj...@apache.org.
YETUS-470 FIX: user_plugin directory is not copied over properly

In docker mode, test-patch.sh doesn't copy the correct directory over.

Signed-off-by: Kengo Seki <se...@apache.org>


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

Branch: refs/heads/YETUS-468
Commit: d7e954385ab076f731e6c61ec618e8db10710082
Parents: e9c0081
Author: sacharya <sa...@cloudera.com>
Authored: Sat Nov 19 16:50:39 2016 -0600
Committer: Ajay Yadava <aj...@apache.org>
Committed: Mon Dec 5 12:33:48 2016 -0500

----------------------------------------------------------------------
 precommit/test-patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/d7e95438/precommit/test-patch.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.sh b/precommit/test-patch.sh
index d7dd3d7..25294a4 100755
--- a/precommit/test-patch.sh
+++ b/precommit/test-patch.sh
@@ -1533,7 +1533,7 @@ function copytpbits
   if [[ -n "${USER_PLUGIN_DIR}"
     && -d "${USER_PLUGIN_DIR}"  ]]; then
     yetus_debug "copying '${USER_PLUGIN_DIR}' over to ${PATCH_DIR}/precommit/user-plugins"
-    cp -pr "${USER_PLUGIN_DIR}/*" \
+    cp -pr "${USER_PLUGIN_DIR}"/. \
       "${PATCH_DIR}/precommit/user-plugins"
   fi
   # Set to be relative to ${PATCH_DIR}/precommit


[3/3] yetus git commit: YETUS-469 Allow running docker as root.

Posted by aj...@apache.org.
YETUS-469 Allow running docker as root.

Made the error for user/group permissions to be non fatal.
The error will still be seen on the console. However, it wont be fatal.

Signed-off-by: Sean Busbey <bu...@apache.org>


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

Branch: refs/heads/YETUS-468
Commit: 74d9f02cb8e583ec3629e1a267cd549bd6d1da15
Parents: d7e9543
Author: sacharya <sa...@cloudera.com>
Authored: Sat Nov 19 16:43:48 2016 -0600
Committer: Ajay Yadava <aj...@apache.org>
Committed: Mon Dec 5 12:34:05 2016 -0500

----------------------------------------------------------------------
 precommit/core.d/docker.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/74d9f02c/precommit/core.d/docker.sh
----------------------------------------------------------------------
diff --git a/precommit/core.d/docker.sh b/precommit/core.d/docker.sh
index 2dae49d..e933883 100755
--- a/precommit/core.d/docker.sh
+++ b/precommit/core.d/docker.sh
@@ -552,9 +552,9 @@ FROM ${baseimagename}
 LABEL org.apache.yetus=""
 LABEL org.apache.yetus.testpatch.patch="tp-${DOCKER_ID}"
 LABEL org.apache.yetus.testpatch.project=${PROJECT_NAME}
-RUN groupadd --non-unique -g ${GROUP_ID} ${USER_NAME}
-RUN useradd -g ${GROUP_ID} -u ${USER_ID} -m ${USER_NAME}
-RUN chown -R ${USER_NAME} /home/${USER_NAME}
+RUN groupadd --non-unique -g ${GROUP_ID} ${USER_NAME} || true
+RUN useradd -g ${GROUP_ID} -u ${USER_ID} -m ${USER_NAME} || true
+RUN chown -R ${USER_NAME} /home/${USER_NAME} || true
 ENV HOME /home/${USER_NAME}
 USER ${USER_NAME}
 PatchSpecificDocker