azotcsit commented on a change in pull request #62:
URL: https://github.com/apache/cassandra-builds/pull/62#discussion_r797835261
##########
File path: build-scripts/cassandra-artifacts.sh
##########
@@ -18,6 +18,11 @@ command -v docker >/dev/null 2>&1 || { echo >&2 "docker
needs to be installed";
[ -f "build.xml" ] || { echo >&2 "build.xml must exist"; exit 1; }
[ -d "${cassandra_builds_dir}" ] || { echo >&2 "cassandra-builds directory
must exist"; exit 1; }
+# print debug information on versions
+ant -version
Review comment:
Here are outputs from my local:
```
Apache Ant(TM) version 1.10.11 compiled on July 10 2021
pip 20.3.3 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)
virtualenv 20.0.17 from /usr/lib/python3/dist-packages/virtualenv/__init__.py
Docker version 20.10.11, build dea9396e18
```
##########
File path: build-scripts/cassandra-test.sh
##########
@@ -10,6 +10,10 @@ command -v ant >/dev/null 2>&1 || { echo >&2 "ant needs to
be installed"; exit 1
command -v git >/dev/null 2>&1 || { echo >&2 "git needs to be installed"; exit
1; }
[ -f "build.xml" ] || { echo >&2 "build.xml must exist"; exit 1; }
+# print debug information on versions
Review comment:
Here are outputs from my local:
```
Apache Ant(TM) version 1.10.11 compiled on July 10 2021
git version 2.25.1
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]