[damned-lies] fix: remove both mod_session and mod_ldap as unused



commit 91e308f90b5bdc09cb37c67769a7755021c76e6b
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon May 9 15:06:24 2022 +0200

    fix: remove both mod_session and mod_ldap as unused
    
    See 
https://gitlab.gnome.org/Infrastructure/openshift-images/damned-lies/-/commit/65f66bcf890a7eefaddca766559874cfc0da414b

 containers/build_buildah_runtime.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/containers/build_buildah_runtime.sh b/containers/build_buildah_runtime.sh
index b53f9042..b0fb4f58 100755
--- a/containers/build_buildah_runtime.sh
+++ b/containers/build_buildah_runtime.sh
@@ -18,7 +18,7 @@ declare -r CURRENT_VCS_REF_NAME
 set -e
 
 declare -r PYTHON_PACKAGES="python python-setuptools python-pip python-lxml python3-mysqlclient 
python3-pillow python3-pyicu"
-declare -r HTTPD_PACKAGES="httpd mod_ldap mod_session mod_wsgi"
+declare -r HTTPD_PACKAGES="httpd mod_wsgi"
 declare -r INTERNATIONALISATION_TOOLS="gettext intltool itstool libicu-devel enchant yelp-tools"
 declare -r VCS="git subversion"
 declare -r BUILD_UTILITIES="automake autoconf make glibc-langpack-en"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]