Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] python 2.5 upgrade

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] python 2.5 upgrade
  • Date: Wed, 8 Nov 2006 15:37:26 +0100

On Wednesday 08 November 2006 15:25, Flavien Bridault wrote:
> Le mercredi 08 novembre 2006 à 15:19 +0100, Jaka Kranjc a écrit :
> > On Wednesday 08 November 2006 14:59, Flavien Bridault wrote:
> > > Ok it seems my methode catches everything. So before committing the
> > > stuff, I would like to be sure that I can remove all the TRIGGERS that
> > > contains "on_cast python cast_self" ? The UP_TRIGGERS research does
> > > find these spells, but I just wanted to know if those TRIGGERS were
> > > only intended for minor updates (2.4->2.5) or was it also for
> > > maintenance releases (2.5->2.5.1) or anything else ?
> >
> > I see only check_self triggers in python TRIGGERS.

check_self will not detect an error, since the python2.4 files will still be
present

> >
> > on_cast gettext check_self
> > on_dispel pygtk2 check_self
> > on_dispel pygobject check_self
>
> /libs/libxml2/TRIGGERS
> if grep -q libxml2:python:on /var/state/sorcery/depends; then
> on_cast python cast_self
> fi
> ./libs/libxslt/TRIGGERS
> if grep -q libxslt:python:on /var/state/sorcery/depends; then
> on_cast python cast_self
> fi
> ./news/straw/TRIGGERS
> on_cast python cast_self
> ./kernels/pylirc/TRIGGERS
> on_cast python cast_self
> ./database/postgresql/TRIGGERS
> on_cast python cast_self
>
> for i in $(grep $SPELL $DEPENDS_STATUS);
> do if [ $(echo $i | cut -d: -f1) = "$SPELL" ] && [ $(echo $i | cut -d:
> -f2) == "linux-pam" ] && [ $(echo $i | cut -d: -f3 ) = "on" ] ;
> then on_cast linux-pam cast_self
> fi
> done
>
>
> ./video/freevo/TRIGGERS
> on_cast python cast_self
> ./utils/pyxdg/TRIGGERS
> on_cast python cast_self
> ./graphics-libs/pil/TRIGGERS
> on_cast python cast_self
> ./chat-irc/xchat/TRIGGERS
> on_cast perl cast_self
> on_cast python cast_self
> ./chat-irc/xchat-gnome/TRIGGERS
> on_cast perl cast_self
> on_cast python cast_self
> ./gnome2-libs/vte/TRIGGERS
> if grep -q vte:pygtk2:on /var/state/sorcery/depends; then
> on_cast python cast_self
> fi
> ./python-devel/egenix-mx-base/TRIGGERS
> on_cast python cast_self
> ./python-devel/mmpython/TRIGGERS
> on_cast python cast_self
> ./python-devel/mercurial/TRIGGERS
> on_cast python cast_self
> ./python-devel/adns-python/TRIGGERS
> on_cast python cast_self
> ./python-devel/xmpppy/TRIGGERS
> on_cast python cast_self
> ./python-devel/pyserial/TRIGGERS
> on_cast python cast_self
> ./python-devel/python-irclib/TRIGGERS
> on_cast python cast_self
>
> > _______________________________________________
> > SM-Discuss mailing list
> > SM-Discuss AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/sm-discuss

--
Regards, Treeve

Attachment: pgpxRzZCCvmoC.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page