[BEAM-1755] Add a directory with build-specific scripts to clear up the Python SDK dir#5400
[BEAM-1755] Add a directory with build-specific scripts to clear up the Python SDK dir#5400pabloem merged 3 commits intoapache:masterfrom
Conversation
|
Run Python PostCommit |
1 similar comment
|
Run Python PostCommit |
|
Makes sense to me; you could also call the folder |
|
I think it makes sense to have all of them in a single place, so new ones will not be reimplemented. WDYT? |
|
Giving folders meaningful names could be more mnemonic as it to the purpose of the content in the folder, but I don't have a strong opinion on this; in fact I have a scripts folder on my dev box that serves a similar purpose. Your call. |
|
And, thanks for the ping, I missed the previous update. |
|
It seems like with this change, you would still need to run scripts with the current directory as |
|
I've added code in all scripts to check and switch their current directory. PTAL. |
|
Run Python PostCommit |
|
LGTM |
…he Python SDK dir (apache#5400) * Moving Python Bash scripts to own directory
r: @tvalentyn
This is just a proposal. Let me know if you think it makes sense.