You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the python wheel allows testing newer versions of podman-hpc easily, however the newly installed version is not fully independent and uses the centrally installed hook_tool. Ideally these installations would be completely independent, and the hook tool could also be tested without RPM install.
I think the right way to do this is to save write all settings and paths into the python lib siteconfig directory, rather than hard coding them into the siteconfig.py file. We could then have a get/set interface to change per installation.
This can interact with/be used by the podman-hpc info subcommand.
The text was updated successfully, but these errors were encountered:
Installing the python wheel allows testing newer versions of
podman-hpc
easily, however the newly installed version is not fully independent and uses the centrally installedhook_tool
. Ideally these installations would be completely independent, and the hook tool could also be tested without RPM install.I think the right way to do this is to save write all settings and paths into the python lib siteconfig directory, rather than hard coding them into the
siteconfig.py
file. We could then have a get/set interface to change per installation.This can interact with/be used by the
podman-hpc info
subcommand.The text was updated successfully, but these errors were encountered: