Index: openacs-4/packages/acs-admin/www/install/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/install.tcl,v diff -u -r1.13.2.5 -r1.13.2.6 --- openacs-4/packages/acs-admin/www/install/install.tcl 6 Oct 2023 12:09:19 -0000 1.13.2.5 +++ openacs-4/packages/acs-admin/www/install/install.tcl 24 Aug 2024 16:59:58 -0000 1.13.2.6 @@ -95,7 +95,12 @@ || ![apm_package_supports_rdbms_p -package_key $package_key] || [string match "*-portlet" $package_key] || ($channel ne $current_channel && [info exists current_repository($package_key)]) - } continue + } { + if {[dict get $version maturity] == 0} { + ns_log notice "install: do not offer to install $package_key with maturity 0" + } + continue + } if { $package_type eq "" || [dict get $version package.type] eq $package_type } { #