You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/09/18 06:39:58 UTC

[GitHub] [phoenix] chrajeshbabu commented on a change in pull request #882: PHOENIX-5032 add Apache Yetus to Phoenix

chrajeshbabu commented on a change in pull request #882:
URL: https://github.com/apache/phoenix/pull/882#discussion_r489582800



##########
File path: dev/docker/Dockerfile.yetus
##########
@@ -0,0 +1,16 @@
+FROM apache/yetus:0.12.0
+
+#####
+# Update SpotBugs
+#####
+RUN rm -rf /opt/spotbugs \
+    && git clone https://github.com/stoty/spotbugs.git \
+    && cd spotbugs \
+    && git checkout PHOENIX-1161-backport \

Review comment:
       is this branch also correct?

##########
File path: dev/docker/Dockerfile.yetus
##########
@@ -0,0 +1,16 @@
+FROM apache/yetus:0.12.0
+
+#####
+# Update SpotBugs
+#####
+RUN rm -rf /opt/spotbugs \
+    && git clone https://github.com/stoty/spotbugs.git \

Review comment:
       isnt it should be https://github.com/spotbugs/spotbugs.git?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org