mcvsubbu commented on a change in pull request #7024:
URL: https://github.com/apache/incubator-pinot/pull/7024#discussion_r646817962



##########
File path: compatibility-verifier/checkoutAndBuild.sh
##########
@@ -18,18 +18,23 @@
 # under the License.
 #
 
-
-# get a temporary directory in case the workingDir is not provided by user
-TMP_DIR=$(mktemp -d 2>/dev/null || mktemp -d -t 'mytmpdir')
-cmdName=`baseName $0`
-source `dirname $0`/utils.inc
+cmdName=`basename $0`
+cmdDir=`dirname $0`
+source ${cmdDir}/utils.inc
 
 # get usage of the script
 function usage() {
-  echo "Usage: $cmdName -o olderCommit -n newerCommit [-w workingDir]"
+  echo "This command sets up the two builds to test compatibility in the 
working directory"
+  echo "Usage: $cmdName [-o olderCommit] [-n newerCommit] -w workingDir"

Review comment:
       It is, but there is so much material printed, that it will get lost. The 
easiest way is for the user to just cd to the right directory under the working 
dir and get the commit versions/tags/ etc.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to