Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ae3d0458d129e725c1fe33c656a0da98dcdc3608)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ae3d0458d129e725c1fe33c656a0da98dcdc3608)
  • Date: Thu, 18 Sep 2008 10:01:02 -0500

On Sep 17, Elisamuel Resto [scm AT sourcemage.org] wrote:
> --- a/python-pypi/moinmoin/DEPENDS
> +++ b/python-pypi/moinmoin/DEPENDS
> @@ -7,7 +7,11 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]];
> then
> fi &&
>
> if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
> - suggest_depends mod_wsgi "" "" "for a faster server (reccomended
> w/apache)"
> + config_query_list APACHE_PYMOD "For a faster server (mod_wsgi
> recommended)" none mod_wsgi mod_python &&
> +
> + if [[ "${APACHE_PYMOD}" != "none" ]]; then
> + depends ${APACHE_PYMOD}
> + fi
> fi &&

This still has the effect that if they previously were using mod_python,
that choice is dropped and they have to choose again, otherwise their
config will not work. Prefs are supposed to be remembered between casts...
if possible it'd be good to try to preserve the past choice here.

Attachment: pgpIfGy43iavF.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page