Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved module dependencies #36

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    e3030fa View commit details
    Browse the repository at this point in the history
  2. Replace string partition calls w/ split for RHEL5 python2 compatibility.

    Needed so LCLS iocReleaseCreateDb.py, written for python 2.6 on RHEL6, can be used
    for PCDS RHEL5 IOC buids using python 2.4.
    bhill-slac committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ced054c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7148f6a View commit details
    Browse the repository at this point in the history
  4. Switch module dependency creation to version_utils.py from eco_tools.

    Also bump up max # of dependencies from 20 to 30.
    bhill-slac committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    329fccb View commit details
    Browse the repository at this point in the history
  5. Remove obsolete code in iocReleaseCreateDb.py.

    Also don't generate ioc version in iocRelease.db as it's already available via :APP_DIR
    bhill-slac committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    43f3f72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b4e201 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    628d7d3 View commit details
    Browse the repository at this point in the history