proud-dentist-22844
11/07/2023, 8:24 PM./pants
script means for me and for the StackStorm project.
What do people normally do when transitioning projects?
• Remove ./pants
and checking the get-pants.sh
script into the repo instead
• Replace ./pants
with a shim script that calls the pants
bin on the path, downloading it if needed
• Remove ./pants
and just change dev docs to explain how to install scie-pants before doing anything else with the repo
• Something else?gorgeous-winter-99296
11/07/2023, 8:46 PMproud-dentist-22844
11/07/2023, 8:50 PM~/bin
-> ~/.local/bin
in my copy.broad-processor-92400
11/07/2023, 9:22 PM./pants
script with a reminder for devs to update their workflow:
#!/usr/bin/env bash
# FIXME: remove this in November 2023 or something, once we don't need the reminder any more
cat 1>&2 <<EOF
This ./pants script is no longer supported, use the pants launcher instead, like:
pants $@
EOF
exit 1
Speaking of which, I'm gonna go remove it now. It's been long enough.broad-processor-92400
11/07/2023, 9:24 PMproud-dentist-22844
11/07/2023, 9:26 PM