BCDA-APS / bluesky_training

Bluesky training, including instrument package
https://bcda-aps.github.io/bluesky_training/
Other
11 stars 0 forks source link

rename #156

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

The two shell scripts qserver.sh and run_qstarter_py.sh have names that seem to mean the same thing. One is called from the other and it's a constant question which one is the outer script. Rename the inner script so this confusion goes away.

which script purpose
outer qserver.sh manage the queueserver process (start, stop, restart, status)
inner run_qstarter_py.sh call start-re-manager with the installation-specific settings

Rename run_qstarter_py.sh to _run_qs.sh. Make any docstrings obvious about this confusion.