Skip to content

Commit 481f035

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 8ca34a8 commit 481f035

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
@@ -925,11 +925,6 @@ RUN if [ "$WITH_GIT" = "True" ]; then \
925925
echo "migrid version: ${MIG_SVN_REPO} trunk ${MIG_SVN_REV}" > ./active-migrid-version.txt; \
926926
fi;
927927

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

934929
#------------------------- next stage -----------------------------#
935930
FROM --platform=linux/$ARCH download_mig AS install_mig

0 commit comments

Comments
 (0)