Skip to content

E3-617: Removed references to startup/EpicsHostArch

Simon Rose requested to merge e3_617_remove_startup_dir into master

Having removed the copystartup directive from e3-base in https://gitlab.esss.lu.se/e3/e3-base/-/merge_requests/15, we should clean up require a bit too and remove the references there to files that no longer exist.

Note that these weren't doing anything anyhow:

$ find /epics/ -name EpicsHostArch*
/epics/base-7.0.3.1/lib/perl/EpicsHostArch.pl
/epics/base-7.0.3.1/startup/EpicsHostArch
/epics/base-7.0.4/lib/perl/EpicsHostArch.pl
/epics/base-7.0.4/startup/EpicsHostArch
/epics/base-7.0.5/startup/EpicsHostArch
/epics/base-7.0.5/lib/perl/EpicsHostArch.pl

Note that the path in question is startup/EpicsHostArch (no .pl), so we were always hitting the second branch regardless.

Merge request reports