public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: Matt Turner <mattst88@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Cc: Brian Dolbec <dolsen@gentoo.org>
Subject: Re: [gentoo-catalyst] [PATCH 1/4] Initial rearrangement of the python directories
Date: Fri, 13 Dec 2013 21:22:00 -0800	[thread overview]
Message-ID: <CAEdQ38EAfPLAmhgca-h1-mhNaVujvo=w+rh8e9AJR1vAbaeBHw@mail.gmail.com> (raw)
In-Reply-To: <1386991211-9296-2-git-send-email-dolsen@gentoo.org>

On Fri, Dec 13, 2013 at 7:20 PM, Brian Dolbec <dolsen@gentoo.org> 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 <catalyst@gentoo.org>
> +# Release Engineering Team <releng@gentoo.org>
> +# Andrew Gaffney <agaffney@gentoo.org>
> +# Chris Gianelloni <wolf31o2@wolf31o2.org>
> +# $Id$

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

> +
> +
> +from __future__ import print_function
> +
> +import sys
> +
> +__maintainer__="Catalyst <catalyst@gentoo.org>"
> +__version__="2.0.12.2"

Wrong version.

Does catalyst still function immediately after this commit?


  reply	other threads:[~2013-12-14  5:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-14  3:20 [gentoo-catalyst] rewrite-on-master patches, round-2 Brian Dolbec
2013-12-14  3:20 ` [gentoo-catalyst] [PATCH 1/4] Initial rearrangement of the python directories Brian Dolbec
2013-12-14  5:22   ` Matt Turner [this message]
2013-12-14  5:48     ` W. Trevor King
2013-12-14 12:12     ` Brian Dolbec
2013-12-14 14:17   ` Dylan Baker
2013-12-14 16:42     ` Brian Dolbec
2013-12-14 23:57     ` W. Trevor King
2013-12-14  3:20 ` [gentoo-catalyst] [PATCH 2/4] move catalyst_support, builder, catalyst_lock out of modules, into the catalyst's base namespace Brian Dolbec
2013-12-14  3:20 ` [gentoo-catalyst] [PATCH 3/4] rename the modules subpkg to targets, it better reflects what it contains Brian Dolbec
2013-12-14  3:20 ` [gentoo-catalyst] [PATCH 4/4] rename files directory to etc to better reflect the directories contents Brian Dolbec
2013-12-15  4:39   ` W. Trevor King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEdQ38EAfPLAmhgca-h1-mhNaVujvo=w+rh8e9AJR1vAbaeBHw@mail.gmail.com' \
    --to=mattst88@gentoo.org \
    --cc=dolsen@gentoo.org \
    --cc=gentoo-catalyst@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox