Skip to content

Commit 46fe5d5

Browse files
committed
Also drop the tiny adjustment to link in the wsgidav 3.x version of the webdavs
service here after merging ucphhpc/migrid-sync#504
1 parent 8ff4071 commit 46fe5d5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile.rocky9

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -923,11 +923,6 @@ RUN if [ "$WITH_GIT" = "True" ]; then \
923923
echo "migrid version: ${MIG_SVN_REPO} trunk ${MIG_SVN_REV}" > ./active-migrid-version.txt; \
924924
fi;
925925

926-
# NOTE: we manually need to enable modern grid_webdavs.py here for now.
927-
# Replace any existing symlink with one to the 3.x script.
928-
RUN rm -f ${MIG_ROOT}/mig/server/grid_webdavs.py ; \
929-
ln -s grid_webdavs-3.x.py ${MIG_ROOT}/mig/server/grid_webdavs.py;
930-
931926

932927
#------------------------- next stage -----------------------------#
933928
FROM --platform=linux/$ARCH download_mig AS install_mig

0 commit comments

Comments
 (0)