Using bash instead of sh in generate.sh?

2022-10-26 Thread Derek Chen-Becker
I don't think this quite rises to the level of a CEP, but I wanted to get input on this. I'm working on the CircleCI build tooling and the generate.sh script uses "/bin/sh" for its execution. There are a couple of things that could be cleaned up and simplified if we used bash instead. I'm all for m

[DISCUSS] WIP pull request for CASSANDRA-17773

2022-10-26 Thread Claude Warren, Jr via dev
Greetings, I have created a pull request [1] as a work in progress for CASSANDRA-17773. The idea here is to move the boiler plate include of cassandra.in.sh and cassandra-env.sh into one sourced script that also provides a function (verify_env) to verify that required variables are set. verify_e