[Pkg-zope-developers] dzhandle patch

Fabio Tranchitella kobold@kobold.it
Tue, 29 Mar 2005 11:37:59 +0200


--ffoCPvUAPMgSXi6H
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Thanks, I'll include this patch on my repository.
Any news about an arch repository on alioth? :)

Fabio

On Tue, Mar 29, 2005 at 11:31:47AM +0200, martin f krafft wrote:
> I believe the following corrects a small logic error in the dzhandle
> script:
>=20
> --- /usr/sbin/dzhandle  Mon Mar 28 20:15:47 2005
> +++ /usr/local/sbin/dzhandle  Tue Mar 29 11:28:03 2005
> @@ -1270,7 +1270,7 @@
>          self.technique =3D None
>          if len(self.args) > 1:
>              self.technique =3D self.args[1]
> -            if not self.technique in ('manual', 'all'):
> +            if not self.technique in addon_techniques:
>                  self.error("unknown addon technique `%s'" % self.techniq=
ue)
>          elif len(self.args) > 2:
>              self.error('<instance> [<addon technique>]')

--=20
Fabio Tranchitella                         http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_____________________________________________________________________
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564

--ffoCPvUAPMgSXi6H
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCSSH3K/juK3+WFWQRAkG1AKCWc2+q9Wnq944TPABbCjdJrmZ+EgCeM+a/
Cc1Gai2GIjx+zj2QD2GXHAI=
=PtMg
-----END PGP SIGNATURE-----

--ffoCPvUAPMgSXi6H--