Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

  • Should ACS forward the cbStop callback to the receivers when coming from the unexpected StartState / StopState states?
  • ACS wants to change lib/python/site-packages for the official lib/pythonX.Y/site-packages
    • bash_profile.acs would use:

      Code Block
      python -c 'import os, sys; print(os.path.join("lib", "python%d.%d" % sys.version_info[:2], "site-packages"))'
    • If needed an env variable could be set with that info. For instance PYTHON_SITE_PACKAGES_SUFFIX
    • It simplifies several things when installing packages using pip to INTROOT/INTLIST/ACSROOT without resorting to special tricks
  • RHEL upgrade scheme
    • Starting with RHEL 9 the delivery cycle is going to be faster (~3 years)

Short Term (2022OCT)

...