On Fri, Dec 13, 2013 at 7:20 PM, Brian Dolbec <[email protected]> wrote:
> New minimal start script, moving the original catalyst script to 
> catalyst/main.py.
> Add __init__.py's to modules and arch sub-pkgs.
> Update the module loading paths for the new locations.
> Fix catalyst_support import to new location and specify imported modules.
> ---
>  arch/alpha.py                            |   75 --
>  arch/amd64.py                            |   83 --
>  arch/arm.py                              |  133 ---
>  arch/hppa.py                             |   40 -
>  arch/ia64.py                             |   16 -
>  arch/mips.py                             |  464 --------
>  arch/powerpc.py                          |  124 ---
>  arch/s390.py                             |   33 -
>  arch/sh.py                               |  116 --
>  arch/sparc.py                            |   42 -
>  arch/x86.py                              |  153 ---

We're missing m68k.py. Looks like it was missed in rebase.

> diff --git a/bin/catalyst b/bin/catalyst
> new file mode 100755
> index 0000000..a4e55db
> --- /dev/null
> +++ b/bin/catalyst
> @@ -0,0 +1,46 @@
> +#!/usr/bin/python -OO
> +
> +# Maintained in full by:
> +# Catalyst Team <[email protected]>
> +# Release Engineering Team <[email protected]>
> +# Andrew Gaffney <[email protected]>
> +# Chris Gianelloni <[email protected]>
> +# $Id$

Let's remove agaffney, wolf31o2 and the $Id$ tag.

> +
> +
> +from __future__ import print_function
> +
> +import sys
> +
> +__maintainer__="Catalyst <[email protected]>"
> +__version__="2.0.12.2"

Wrong version.

Does catalyst still function immediately after this commit?

Reply via email to