martin-sucha commented on code in PR #282:
URL: https://github.com/apache/cassandra-website/pull/282#discussion_r1740905549


##########
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:
   Yes, it is better to copy it under `github.com/apache` (I'll leave up to you 
to which repo). I'm willing to donate the cqlprotodoc code to the Apache 
software foundation and change the licence to Apache license, Version 2.0.



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

Reply via email to