tengu-alt commented on code in PR #282:
URL: https://github.com/apache/cassandra-website/pull/282#discussion_r1741873403
##########
site-content/process-native-protocol-specs-in-docker.sh:
##########
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# Exit immediately if a command exits with a non-zero status.
+set -e
+
+# Variables
+GO_VERSION="1.20.6"
+GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
+GITHUB_REPO_PARSER="https://github.com/martin-sucha/cqlprotodoc.git" #
Replace with the actual parser repo URL
Review Comment:
> Thanks @martin-sucha. That's all the approval/consent we need.
>
> @tengu-alt , are you willing (and got the time) to include the contents of
the repo in the folder `cqlprotodoc` and adjust accordingly, in this PR ?
(don't include its LICENSE file, add to its readme a sentence about where it
comes from)
Sure! I will do it.
--
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]