File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -935,8 +935,8 @@ RUN if [ -e "$MIG_ROOT/envhelp/scripts/expand_indexurls.py" ]; then \
935935 "$MIG_ROOT/envhelp/scripts/expand_indexurls.py" --staged; fi
936936
937937# In a per-feature requirements file future, we will have something generic
938- # across the features here. For now, perform one-off logic to install the
939- # migrid UX package we depend upon .
938+ # across the features here. For now, perform one-off logic to arrange for a
939+ # package of migrid UX that we can install; then do so .
940940
941941USER root
942942ENV FEATURE_MIGUX="$MIG_ROOT/mig/install/requirements/migux-requirements.txt"
@@ -947,6 +947,9 @@ RUN if [ -e "$FEATURE_MIGUX" ]; then \
947947 fi
948948USER $USER
949949
950+ RUN if [ -e "$MIG_ROOT/mig/install/postinstall/migux-postinstall" ]; then \
951+ "$MIG_ROOT/mig/install/postinstall/migux-postinstall"; fi
952+
950953# NOTE: we manually need to enable modern grid_webdavs.py here for now.
951954# Replace any existing symlink with one to the 3.x script.
952955RUN rm -f ${MIG_ROOT}/mig/server/grid_webdavs.py ; \
You can’t perform that action at this time.
0 commit comments