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:
[email protected]


Reply via email to