Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ca2999a81dfc16e362779b2e80ecd172 > files > 26

mash-0.5.22-1.fc15.noarch.rpm

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Oct 5 13:10:28 2009 -0400

    0.5.9

 mash.py   |    2 +-
 mash.spec |    8 +++++++-
 setup.py  |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Oct 2 15:57:52 2009 -0700

    Set the dist_tags and content_tags when making metadata.
    
    Also add the dist tag for rawhide to the rawhide config

 configs/rawhide.mash |    2 ++
 mash/__init__.py     |    9 +++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Oct 2 15:57:51 2009 -0700

    Add functions to define the distro_tags and content_tags when making metadata
    
    Don't use these flags when on older createrepo systems.

 mash/metadata.py |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Oct 2 15:57:50 2009 -0700

    Add config items for distro_tags and content_tags, new metadata about repos

 mash/config.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Aug 27 11:28:53 2009 -0400

    Allow glibc-static as a devel package.
    
    *-devel would be a bit much, though.

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Aug 10 15:32:18 2009 -0400

    Add F12 key.

 configs/rawhide.mash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Jul 17 11:06:17 2009 -0400

    Add oprofile multilib bits. (trac #2002)

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Jul 17 10:31:38 2009 -0400

    Use copy2 here as well.

 mash/metadata.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Ricky Zhou <ricky@fedoraproject.org>
Date:   Thu Jul 16 15:10:00 2009 -0400

    Use a copy function that copies metadata as well.

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jul 6 14:03:33 2009 -0400

    Support making ancient yum-arch metadata where necessary.
    
    E.g., EPEL 4.

 mash/__init__.py |    1 +
 mash/config.py   |    2 ++
 mash/metadata.py |   36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

Author: Dennis Gilmore <dgilmore@redhat.com>
Date:   Fri Jun 26 10:30:53 2009 -0500

    do not print mail when using --nomail

 utils/spam-o-matic |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 29 13:53:25 2009 -0400

    update changelog for 0.5.8

 ChangeLog |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 29 13:53:21 2009 -0400

    0.5.8

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 29 13:50:14 2009 -0400

    With the new wine directory whitelist, we don't need to whitelist wine-arts (which doesn't exist these days anyway.)

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 29 13:46:17 2009 -0400

    noarch packages can have debuginfo, too. (#508746)

 mash/__init__.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 29 13:36:52 2009 -0400

    update changelog for 0.5.7

 ChangeLog |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 29 13:36:27 2009 -0400

    0.5.7

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jun 23 11:30:20 2009 -0400

    update changelog for 0.5.7

 ChangeLog |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jun 23 11:08:44 2009 -0400

    When using the previous path for deltas, add in the rpm path as well.
    
    Otherwise, for each arch, we iterate over all arches and source packages
    looking for matches. This isn't very efficient.

 mash.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 22 17:01:16 2009 -0400

    Add wine multilib bits. (trac #1939)

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 22 13:50:51 2009 -0400

    0.5.6

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 22 13:50:03 2009 -0400

    Handle new yum arch-setting API. (<skvidal@fedoraproject.org>)

 mash/__init__.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 22 13:05:43 2009 -0400

    More gtk multilib. (#507165)

 mash/multilib.py |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Jun 10 14:51:50 2009 -0400

    Set the transaction flags to not do various things, because that makes it slower.

 mash/metadata.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 8 10:21:50 2009 -0400

    update changelog for 0.5.5

 ChangeLog |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 8 10:21:41 2009 -0400

    0.5.5

 mash.py   |    4 +++-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 8 10:16:42 2009 -0400

    Fix handling of delta_dirs in config files, and arch interpolations therein.

 mash.py          |    2 +-
 mash/__init__.py |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 7 13:31:13 2009 -0400

    Normalize -o option so it handles relative paths. (#499645)

 mash.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 6 14:46:37 2009 -0400

    update changelog for 0.5.4

 ChangeLog |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 6 14:46:21 2009 -0400

    0.5.4

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 6 14:30:01 2009 -0400

    Allow specifying the hash algorithm for createrepo to use.

 mash/__init__.py |    1 +
 mash/config.py   |    2 ++
 mash/metadata.py |   10 ++++++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 6 14:29:47 2009 -0400

    Remove old configs; we don't need to ship these in the base package.

 configs/f7-updates-testing.mash |   16 ----------------
 configs/f7-updates.mash         |   16 ----------------
 configs/f8-updates-testing.mash |   16 ----------------
 configs/f8-updates.mash         |   16 ----------------
 configs/f9-updates-testing.mash |   16 ----------------
 configs/f9-updates.mash         |   16 ----------------
 6 files changed, 0 insertions(+), 96 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 27 14:38:40 2009 -0400

    update changelog for 0.5.3

 ChangeLog |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 27 14:38:25 2009 -0400

    0.5.3

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 27 14:37:57 2009 -0400

    Key deltas off of the 'comps' attribute, to avoid deltas for source & debuginfo packages.

 mash/__init__.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 27 14:25:39 2009 -0400

    When copying over old drpms, check that the sig matches the current version of the package. (releng #1637)

 mash/metadata.py |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Apr 17 15:13:08 2009 -0400

    update changelog for 0.5.2

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Apr 17 15:12:08 2009 -0400

    update to 0.5.2

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Apr 17 14:58:00 2009 -0400

    Set max rpm size for deltarpms, so we don't crash the compose box. (#496242)

 mash/metadata.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Apr 16 13:45:40 2009 -0400

    update changelog for 0.5.1

 ChangeLog |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Apr 16 13:45:28 2009 -0400

    0.5.1

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Apr 16 13:40:32 2009 -0400

    Further deltarpm fixes.
    
    Allow lists of directories to delta against, either via -d command line
    option, or delta_dirs config file option. Default to any directory passed
    in with -p if neither is set.
    
    Copy in prior deltas from the previous directory if they still match
    the package set, so that we don't lose all deltas if we recompose with
    the same content.
    
    Pass the delta flag on the second post-multilib createrepo call as well,
    to make sure that the metadata ends up in repomd.xml.

 mash.py          |    7 ++++++
 mash/__init__.py |    8 +++---
 mash/config.py   |    2 +
 mash/metadata.py |   59 ++++++++++++++++++++++++++++++++++++++++-------------
 4 files changed, 57 insertions(+), 19 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Apr 16 13:38:10 2009 -0400

    Rework Qt/KDE plugins support (#495947)

 mash/multilib.py |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Apr 15 12:11:24 2009 -0400

    update changelog for 0.5.0

 ChangeLog |  442 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 436 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Apr 15 12:11:00 2009 -0400

    0.5.0

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Apr 15 12:09:01 2009 -0400

    Remove pyc files with 'make clean'.

 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Apr 15 12:08:28 2009 -0400

    Enable deltas for rawhide.

 configs/rawhide.mash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Apr 15 10:36:09 2009 -0400

    Use 'deltapath' to distinguish it more from the previous (repodata) path.

 mash/metadata.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Apr 15 00:13:28 2009 -0400

    Initial deltarpm support.

 mash/__init__.py |    6 ++++--
 mash/config.py   |    2 ++
 mash/metadata.py |   12 ++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 14 23:40:52 2009 -0400

    Fix typo.

 mash/multilib.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Mon Mar 9 22:32:54 2009 -0700

    Add the F11 Test key to the rawhide config

 configs/rawhide.mash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Mar 9 11:11:41 2009 -0400

    Add a blacklist for the runtime method, add tomcat-native to it.
    
    https://fedorahosted.org/rel-eng/ticket/1320

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Feb 25 17:03:06 2009 -0500

    Add lmms-vst.

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Feb 12 10:57:14 2009 -0500

    Add more multilib - KDE/QT style plugins. (#485242)

 mash/multilib.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 8 13:14:43 2009 -0500

    0.4.9

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 8 11:23:28 2009 -0500

    Catch when koji claims there are signed packages, but they aren't written out.
    
    Otherwise we'll fall back to the unsigned ones, and bad things happen.

 mash/__init__.py |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Jan 7 15:50:04 2009 -0500

    Add xine-lib plugins (#446140)

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 23:31:32 2008 -0500

    0.4.8

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 23:12:00 2008 -0500

    Fix debuginfo exclusion.
    
    Where it broke before:
    
    - debuginfo_path specified ending with '/
    - debuginfo_path of a form other than 'debug'

 mash/__init__.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 17:38:35 2008 -0500

    Fix --skip-stat with old createrepo.

 mash/metadata.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 16:57:25 2008 -0500

    Use os.path.join for saner pathnames.
    
    Also, make it a tad more legible.

 mash/__init__.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 16:57:13 2008 -0500

    Go back to old tagging paradigm.

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 15:22:45 2008 -0500

    Move copying of metadata to update from to the metadata class.
    
    This is so we can use the new update_from support in createrepo.

 mash/__init__.py |   13 ++++++-------
 mash/metadata.py |   39 ++++++++++++++++++++++++++++++++++-----
 2 files changed, 40 insertions(+), 12 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 00:57:37 2008 -0500

    0.4.7

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 18 00:56:41 2008 -0500

    Fix noarch excludearch/exclusivearch handling.
    
    We now actually put noarch packages in the tree. Progress!

 mash/__init__.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Dec 17 15:05:14 2008 -0500

    0.4.6

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Dec 17 14:40:40 2008 -0500

    Use the correct path for the old repodata that we're copying.
    
    Also, wrap it in try/except, so we don't fall over completely.

 mash/__init__.py |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Tue Dec 16 19:39:20 2008 -0800

    Fix an issue where spam-o-matic was trying to email the owners
    of virtual provides, and this wasn't working.  Go back to old
    behaviour of only mailing explicit package names.

 utils/spam-o-matic |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 21:53:43 2008 -0500

    0.4.5

 mash.py   |    2 +-
 mash.spec |    8 ++++++--
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 21:51:59 2008 -0500

    Move metadata generation to a meta-class that can work with both old and new createrepo.

 mash/__init__.py |   29 +++++------------
 mash/metadata.py |   93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 21 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 21:29:57 2008 -0500

    Fix typo.

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 21:29:08 2008 -0500

    Fix mismatch between koji type and yum type that was causing false cache misses.

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 16:18:30 2008 -0500

    0.4.4

 mash.py   |    2 +-
 mash.spec |    4 ++--
 setup.py  |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 16:17:57 2008 -0500

    Fix excludearch/exclusivearch logic.

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 15:55:30 2008 -0500

    Remove extraneous 'continue'.

 mash/__init__.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 14:52:38 2008 -0500

    Remove RELEASE from tag.

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 14:51:30 2008 -0500

    Actually do something on 'tag'.

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 14:50:19 2008 -0500

    0.4.3

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 14:45:01 2008 -0500

    Use logger consistently.

 mash/__init__.py |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 14:41:41 2008 -0500

    Rework checking of source rpms for ExcludeArch/ExclusiveArch for noarch packages.
    
    Instead of reading *every* source RPM, only do it for those that pertain
    to noarch packages. Furthermore, fix it so we don't read the same source
    RPM multiple times for each key that it happens to be signed with (oops).

 mash/__init__.py |   58 +++++++++++++++++++++++------------------------------
 1 files changed, 25 insertions(+), 33 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 13:46:37 2008 -0500

    Allow passing of a previous tree, to be used with createrepo --update.

 mash.py          |    7 ++++++-
 mash/__init__.py |    3 +++
 mash/config.py   |    1 +
 3 files changed, 10 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 11 18:44:01 2008 -0500

    Minor clean up.

 mash.py |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 13:44:21 2008 -0500

    Differentiate output directory from a work directory.
    
    This will be used later for createrepo output.

 mash.py          |   10 +++++-----
 mash/__init__.py |   17 +++++++++--------
 mash/config.py   |    2 ++
 3 files changed, 16 insertions(+), 13 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 11:31:19 2008 -0500

    Clarify output message

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Dec 16 11:00:55 2008 -0500

    Fix a few tracebacks in the error path.

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Dec 11 18:22:55 2008 -0500

    Add a little more createrepo logging.

 mash/__init__.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Dec 5 14:09:54 2008 -0500

    Some more multilib devel blacklisting, including php. (#342851)

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Dec 5 14:07:19 2008 -0500

    Mark gstreamer plugins as multilib (#252173)

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Mon Dec 1 16:58:26 2008 -0800

    Handle noarch packages with ExclusiveArch better
    
    ExclusiveArch also has to contain 'noarch' for noarch packages, however
    'noarch' is a compat arch for every arch, therefor we thought any
    noarch package that has ExclusiveArch was suitable for every arch.  This
    was wrong, we need to filter 'noarch' out of the ExclusiveArches when checking.

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Oct 29 11:54:55 2008 -0400

    Fall back to the unsigned path when checking ExcludeArch/ExclusiveArch, as well.

 mash/__init__.py |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Oct 15 11:33:18 2008 -0400

    update changelog for 0.4.2

 ChangeLog |   87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Oct 15 11:32:13 2008 -0400

    0.4.2

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Oct 15 11:30:22 2008 -0400

    Rather than require a new createrepo, wrap unique_md_filenames in try/except.

 mash/__init__.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Merge: 6955d5f df50ca5
Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Oct 15 11:27:29 2008 -0400

    Merge branch 'master' of ssh://git.fedorahosted.org/git/mash

Author: Jesse Keating <jkeating@redhat.com>
Date:   Wed Oct 15 08:26:06 2008 -0700

    Enable unique repodata file names, should help with proxies and such.

 mash/__init__.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Oct 9 10:59:45 2008 -0400

    Remove obsolete treediff.
    
    Fixes #466162, sort of.

 utils/treediff |   97 --------------------------------------------------------
 1 files changed, 0 insertions(+), 97 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Mon Oct 6 14:43:42 2008 -0700

    Don't try to send a mail directly to the dep, let the resolver figure
    out the package that owns the dep and send the mail there instead.

 utils/spam-o-matic |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Oct 6 11:21:34 2008 -0400

    Add a kernel multilib policy. <dennis@ausil.us>
    
    For sparc we really only want the 64 bit kernel in the 32 bit tree;
    everything else can live in the 64 bit tree.

 mash/__init__.py |    1 +
 mash/multilib.py |   11 +++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Oct 1 11:02:44 2008 -0400

    Fix base multilib and packages with no key. (<dennis@ausil.us>)

 mash/__init__.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 25 13:58:43 2008 -0400

    Rename the actual output directory back. <jkeating@redhat.com>)

 configs/rawhide.mash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 15 14:33:36 2008 -0400

    update changelog for 0.4.1

 ChangeLog |  110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 109 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 15 14:33:06 2008 -0400

    Update to 0.4.1.

 configs/rawhide.mash |    2 +-
 mash.py              |    2 +-
 mash.spec            |    5 ++++-
 setup.py             |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 15 14:31:52 2008 -0400

    Call it 'rawhide'.

 configs/{development.mash => rawhide.mash} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 15 14:27:59 2008 -0400

    Handle not having any keys in the configuration better.

 mash/config.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 15 14:27:52 2008 -0400

    Update keys.

 configs/development.mash        |    2 +-
 configs/f8-updates-testing.mash |    2 +-
 configs/f8-updates.mash         |    2 +-
 configs/f9-updates-testing.mash |    2 +-
 configs/f9-updates.mash         |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Jul 25 01:52:55 2008 -0400

    Remove koji import, no longer needed.

 utils/spam-o-matic |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Jul 25 01:51:41 2008 -0400

    Use the new aliases set up to contact the package watchers.
    
    This should speed things up and be more accurate than just the koji owner.

 utils/spam-o-matic |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Jul 25 14:32:30 2008 -0400

    Timestamping by hand is dumb. Set up a proper logger.

 mash.py          |    4 --
 mash/__init__.py |   85 +++++++++++++++++++----------------------------------
 mash/config.py   |    2 -
 3 files changed, 31 insertions(+), 60 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Jul 25 14:31:18 2008 -0400

    Make the hashed directory. Will cause empty dirs in cache if we're using
    file://, but not much we can do about that right now.

 mash/__init__.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Jul 25 12:31:31 2008 -0400

    Hash cached packages by name, otherwise you may end up with 25000 files in a directory.

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Jul 23 22:23:42 2008 -0400

    Typo fix.

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Jul 23 22:18:51 2008 -0400

    One more place for timestamping.

 mash/__init__.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:40:20 2008 -0400

    update changelog for 0.4.0

 ChangeLog |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:39:49 2008 -0400

    Bump to 0.4.0.

 mash.py   |    2 +-
 mash.spec |    9 +++++++--
 setup.py  |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:39:36 2008 -0400

    Make the cache dir if it doesn't exist.

 mash/__init__.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:27:21 2008 -0400

    Add caching for HTTP repositories.
    
    This involves:
    1) removing symlink support, as it's rather pointless
    2) use the cache for ExcludeArch/ExclusiveArch source rpm checking
    3) Filter the package list by key before doing any sorting, to avoid checking
       both the signed and unsigned versions of source RPMs

 configs/mash.conf |    1 -
 mash/__init__.py  |  177 ++++++++++++++++++++++++++++++++++-------------------
 mash/config.py    |    4 +-
 3 files changed, 116 insertions(+), 66 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:25:30 2008 -0400

    Add more timestamping points.

 mash/__init__.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:24:30 2008 -0400

    Add support for profiling via timestamping.

 mash.py          |    4 ++++
 mash/__init__.py |   23 +++++++++++++++++++++++
 mash/config.py   |    2 ++
 3 files changed, 29 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jul 22 23:18:01 2008 -0400

    Remove dead code.

 mash/__init__.py |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 16 14:51:24 2008 -0400

    update changelog for 0.3.7

 ChangeLog |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 16 14:51:06 2008 -0400

    0.3.7

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 16 14:49:14 2008 -0400

    add f9 updates configs

 configs/f9-updates-testing.mash |   16 ++++++++++++++++
 configs/f9-updates.mash         |   16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 29 22:42:41 2008 -0400

    update changelog for 0.3.6

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 29 22:42:35 2008 -0400

    0.3.6

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 29 22:40:26 2008 -0400

    adjust to current qt path

 mash/multilib.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 14 17:04:23 2008 -0400

    update changelog for 0.3.5

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 14 17:04:17 2008 -0400

    0.3.5

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Apr 14 17:03:24 2008 -0400

    add pulseaudio-utils. *sigh*

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Apr 11 09:44:16 2008 -0400

    update changelog for 0.3.4

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Apr 11 09:44:08 2008 -0400

    0.3.4-1

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Apr 11 09:41:01 2008 -0400

    ship alsa plugins as multilib (#338211)

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 1 00:10:23 2008 -0400

    update changelog for 0.3.3

 ChangeLog |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 1 00:10:16 2008 -0400

    0.3.3

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Apr 1 00:09:05 2008 -0400

    add gtk modules (accessiblity, bug-buddy (#439949))

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Mar 24 13:06:54 2008 -0400

    fix changelog parsing <ville.skytta@iki.fi>

 utils/treediff |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Feb 22 11:11:45 2008 -0500

    update changelog for 0.3.2

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Feb 22 11:11:38 2008 -0500

    update to 0.3.2

 mash.py   |    2 +-
 mash.spec |    5 +++--
 setup.py  |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Feb 22 11:11:07 2008 -0500

    -- fix typo that broke handling of unsigned packages

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Feb 22 11:02:29 2008 -0500

    update changelog for 0.3.1

 ChangeLog |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 88 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Feb 22 11:02:10 2008 -0500

    update to 0.3.1

 mash.py   |    2 +-
 mash.spec |   10 +++++++++-
 setup.py  |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Feb 20 15:16:38 2008 -0500

    fix yum api usage (#433555, <peter@pramberger.at>)

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Feb 20 14:58:53 2008 -0500

    fix noarch w/o src.rpm logic (#433551, <peter@pramberger.at>)

 mash/__init__.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 21:04:31 2008 -0500

    Tell createrepo to be quiet.

 mash/__init__.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 20:56:02 2008 -0500

    Don't re-generate repoview after multilib solving.

 mash/__init__.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 20:37:09 2008 -0500

    Add a 'use_repoview' option that allows us to toggle repoview generation.

 configs/f7-updates-testing.mash |    1 +
 configs/f7-updates.mash         |    1 +
 configs/f8-updates-testing.mash |    1 +
 configs/f8-updates.mash         |    1 +
 configs/mash.conf               |    1 +
 mash/__init__.py                |   22 +++++++++++++---------
 mash/config.py                  |    2 ++
 7 files changed, 20 insertions(+), 9 deletions(-)

Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 07:19:40 2008 -0500

    Fix our "failsafe" shutil.copyfile call, incase os.link fails.

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 07:17:15 2008 -0500

    s/false/False/

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 07:16:55 2008 -0500

    Remove some unnecessary modules

 mash/__init__.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 17 16:35:20 2008 -0500

    update changelog for 0.3.0

 ChangeLog |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 17 16:35:18 2008 -0500

    fix build

 mash.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 17 16:33:14 2008 -0500

    update changelog for 0.3.0

 ChangeLog |   76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 76 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 17 16:33:07 2008 -0500

    Update to 0.3.0

 mash.py   |    2 +-
 mash.spec |    9 ++++++---
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jan 17 16:31:11 2008 -0500

    use new createrepo API

 mash/__init__.py |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat Jan 12 10:34:14 2008 -0500

    repodir is now a URL

 configs/mash.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Jan 11 17:01:51 2008 -0500

    Use URLs for repodir; allows working with remote koji

 mash/__init__.py |   79 ++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 50 insertions(+), 29 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Dec 21 18:10:28 2007 -0500

    re-enable repoview

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Merge: 2817d9f 5a9f0e0
Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Dec 21 18:07:44 2007 -0500

    Merge branch 'master' of git://git.fedoraproject.org/git/hosted/mash

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Nov 19 16:32:54 2007 -0500

    update changelog for 0.2.10

 ChangeLog |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Nov 19 16:32:48 2007 -0500

    update to 0.2.10

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Nov 16 15:31:10 2007 -0500

    handle non Packages/ repositories better (#350391)

 configs/development.mash |    1 +
 mash/__init__.py         |   27 ++++++++++++---------------
 mash/config.py           |    4 ++++
 3 files changed, 17 insertions(+), 15 deletions(-)

Merge: 8738d26 616ddb8
Author: Jesse Keating <jkeating@redhat.com>
Date:   Tue Nov 13 10:05:58 2007 -0500

    Merge branch 'master' of git://git.fedoraproject.org/git/hosted/mash

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Nov 9 16:00:15 2007 -0500

    update changelog for 0.2.9

 ChangeLog |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 51 insertions(+), 9 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Nov 9 15:59:51 2007 -0500

    bump to 0.2.9

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Nov 9 15:58:29 2007 -0500

    use the pkgsack, not yumLocalPackage. Speeds things up
    quite a bit (suggested by ffesti)

 mash/__init__.py |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Nov 9 13:05:01 2007 -0500

    handle noarch excludearch for packages w/o source rpms (<rob.myers@gtri.gatech.edu>)

 mash/__init__.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Oct 22 14:46:36 2007 -0400

    add f8 configs from lmacken

 configs/f8-updates-testing.mash |   15 +++++++++++++++
 configs/f8-updates.mash         |   15 +++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 25 15:35:36 2007 -0400

    update changelog for 0.2.8

 ChangeLog |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 25 15:34:48 2007 -0400

    whitelist libflashsupport (#305541)

 mash.py          |    2 +-
 mash.spec        |    5 ++++-
 mash/multilib.py |    2 +-
 setup.py         |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Sep 21 15:36:37 2007 -0400

    update changelog for 0.2.7

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Sep 21 15:36:30 2007 -0400

    bump to 0.2.7

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Fri Sep 21 15:36:34 2007 -0400

    Disable repoview for now, not working

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 15:06:02 2007 -0400

    update changelog for 0.2.6

 ChangeLog |   66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 15:05:33 2007 -0400

    update to 0.2.6

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 15:03:22 2007 -0400

    fix syntax

 mash/__init__.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 14:54:34 2007 -0400

    make forking mandatory. kill the machine. kill it dead!

 configs/mash.conf |    1 -
 mash/__init__.py  |   49 +++++++++++++++++--------------------------------
 mash/config.py    |    2 --
 3 files changed, 17 insertions(+), 35 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 14:38:45 2007 -0400

    move repoview to the createrepo call

 mash/__init__.py |   47 ++++++++++++++++++++++++-----------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 14:25:29 2007 -0400

    wire up the config options

 mash/config.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Merge: f8b1067 89123b5
Author: Jesse Keating <jkeating@redhat.com>
Date:   Thu Sep 20 11:58:08 2007 -0400

    Merge branch 'master' of git://git.fedoraproject.org/git/hosted/mash

Merge: a46665e 89123b5
Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 20 10:07:04 2007 -0400

    Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/mash

Author: Jesse Keating <jkeating@redhat.com>
Date:   Thu Sep 20 09:49:11 2007 -0400

    Patch from jens to fix gtkimm multilib.

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Jesse Keating <jkeating@redhat.com>
Date:   Wed Sep 19 16:39:29 2007 -0400

    Set up the config file stuff correctly.

 mash/config.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 18 11:48:01 2007 -0400

    update changelog for 0.2.5

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 18 11:47:55 2007 -0400

    update to 0.2.5

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 18 11:41:09 2007 -0400

    move valgrind to whitelist (#294761)

 mash/multilib.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 17 16:15:27 2007 -0400

    update changelog for 0.2.4

 ChangeLog |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Sep 17 16:14:53 2007 -0400

    - repoview support (<jkeating@redhat.com>)

 configs/development.mash        |    2 ++
 configs/f7-updates-testing.mash |    2 ++
 configs/f7-updates.mash         |    2 ++
 mash.py                         |    2 +-
 mash.spec                       |    5 ++++-
 mash/__init__.py                |   12 +++++++++++-
 setup.py                        |    2 +-
 7 files changed, 23 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 6 10:24:20 2007 -0400

    update changelog for 0.2.3

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 6 10:24:14 2007 -0400

    bump to 0.2.3

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Sep 6 10:23:20 2007 -0400

    blacklist some tea (#271761)

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 4 15:06:16 2007 -0400

    update changelog for 0.2.2

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 4 15:06:09 2007 -0400

    update to 0.2.2

 mash.py   |    2 +-
 mash.spec |    5 +++--
 setup.py  |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 4 15:04:47 2007 -0400

    move kernel bits around (#247321)

 mash/multilib.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 4 11:25:47 2007 -0400

    update changelog for 0.2.1

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 4 11:25:43 2007 -0400

    0.2.1

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Sep 4 11:12:29 2007 -0400

    add nspluginwrapper to the whitelist

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Aug 28 22:40:19 2007 -0400

    update changelog for 0.2.0

 ChangeLog |   71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Aug 28 22:40:07 2007 -0400

    update to 0.2.0

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Aug 28 22:36:59 2007 -0400

    further multilib cleanups

 mash/multilib.py |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Aug 28 22:32:35 2007 -0400

    handle gtk2 engines correctly <drago01@gmail.com>

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Aug 28 22:31:26 2007 -0400

    handle gtk engines more correctly (<drago01@gmail.com>)

 mash/multilib.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Aug 28 22:30:19 2007 -0400

    use new paths that pungi has (<jkeating@redhat.com>)

 configs/development.mash |    2 +-
 mash/__init__.py         |    8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Aug 3 16:10:15 2007 -0400

    clarify license

 mash.py          |   13 +++++++++++++
 mash/arch.py     |   12 ++++++++++++
 mash/config.py   |   12 ++++++++++++
 mash/multilib.py |   12 ++++++++++++
 setup.py         |    2 +-
 5 files changed, 50 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jul 26 09:58:27 2007 -0400

    nuke extra newline

 utils/spam-o-matic |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jul 23 14:17:54 2007 -0400

    update changelog for 0.1.19

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jul 23 14:17:37 2007 -0400

    update to 0.1.19

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jul 23 14:16:43 2007 -0400

    use python mailer, point at localhost

 utils/spam-o-matic |   38 ++++++++++++++++++++++----------------
 1 files changed, 22 insertions(+), 16 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 21 13:28:45 2007 -0400

    update changelog for 0.1.18

 ChangeLog |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 21 13:28:37 2007 -0400

    update to 0.1.18

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 21 12:29:47 2007 -0400

    add sasl2 plugins (#245176)

 mash/multilib.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 7 02:57:59 2007 -0400

    update changelog for 0.1.17

 ChangeLog |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 7 02:57:18 2007 -0400

    oops, let spam-o-matic mail

 utils/spam-o-matic |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 7 02:48:40 2007 -0400

    update changelog for 0.1.17

 ChangeLog |   71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 7 02:48:18 2007 -0400

    update to 0.1.17

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Jun 7 01:54:24 2007 -0400

    initial port to koji & rawhide

 utils/spam-o-matic |  254 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 254 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Jun 6 15:58:37 2007 -0400

    revert - this is best done outside mash

 configs/development.mash |    1 -
 mash/__init__.py         |   13 +++++--------
 mash/config.py           |    2 --
 3 files changed, 5 insertions(+), 11 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed Jun 6 14:37:26 2007 -0400

    use normpath

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 4 21:04:30 2007 -0400

    add a show_broken_deps config parameter - if so, dump the depcheck
    output

 configs/development.mash |    1 +
 mash/__init__.py         |   16 ++++++++++------
 mash/config.py           |    2 ++
 3 files changed, 13 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 4 20:29:03 2007 -0400

    kill extraneous print

 mash.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon Jun 4 18:08:37 2007 -0400

    exclude debuginfo in createrepo

 mash/__init__.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 22:30:41 2007 -0400

    update changelog for 0.1.16

 ChangeLog |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 22:30:35 2007 -0400

    update to 0.1.16

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 22:29:15 2007 -0400

    silence the 'can't open log file' message
    
    fix architecture handling - solve ppc deps as if we're a ppc64

 mash/__init__.py |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 20:52:21 2007 -0400

    update changelog for 0.1.15

 ChangeLog |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 20:52:12 2007 -0400

    update to 0.1.15

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 20:50:04 2007 -0400

    commented out depchecking

 mash/__init__.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 31 20:45:54 2007 -0400

    Catch errors properly, propagate them all the way back and return an
    error if anything fails.
    Handle the case where a package has signature in koji's signature
    cache but no signed RPMs.

 mash.py          |    7 +++++--
 mash/__init__.py |   27 ++++++++++++++++++++++-----
 2 files changed, 27 insertions(+), 7 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 19:03:23 2007 -0400

    change name to match configs

 configs/f7-updates-testing.mash |    2 +-
 configs/f7-updates.mash         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 15:31:56 2007 -0400

    update changelog for 0.1.14

 ChangeLog |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 15:28:36 2007 -0400

    update to 0.1.14

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 15:27:38 2007 -0400

    add use_sqlite to determine whether we pass -d to createrepo

 configs/mash.conf |    1 +
 mash/__init__.py  |    4 +++-
 mash/config.py    |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 15:16:59 2007 -0400

    we run with older yum. we're just slow

 mash.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 15:14:18 2007 -0400

    fix error

 mash.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 13:59:24 2007 -0400

    update changelog

 ChangeLog |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 13:58:53 2007 -0400

    update to 0.1.13

 mash.py   |    2 +-
 mash.spec |    7 ++++++-
 setup.py  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 13:58:20 2007 -0400

    add updates config files

 configs/f7-updates-testing.mash |   13 +++++++++++++
 configs/f7-updates.mash         |   13 +++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 13:58:01 2007 -0400

    allow source RPM path to be configurable
    pass -d again in createrepo

 configs/development.mash |    1 +
 mash/__init__.py         |    4 ++--
 mash/config.py           |    2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 12:26:11 2007 -0400

    use arch in the repo name, to further avoid the chances of collision

 mash/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 12:25:52 2007 -0400

    use os.path.join (<lmacken@redhat.com>)

 mash.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 04:26:42 2007 -0400

    fix directory cleanup (<lmacken@redhat.com>)

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 00:23:11 2007 -0400

    turn off sqlite for now

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 30 00:14:24 2007 -0400

    import yum later

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 29 23:16:21 2007 -0400

    update changelog

 ChangeLog |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 29 23:15:57 2007 -0400

    update to 1.1.12
    fork when calling koji to cut down on memory

 mash.py          |   13 +++++++++++--
 mash.spec        |    6 +++++-
 mash/__init__.py |   10 ++++++----
 setup.py         |    2 +-
 4 files changed, 23 insertions(+), 8 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Mon May 28 03:31:18 2007 -0400

    use  /tmp for createrepo cache, yum cruft
    exec createrepo (save some memory)

 mash/__init__.py |   54 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 29 insertions(+), 25 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat May 26 23:32:57 2007 -0400

    update changelog

 ChangeLog |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat May 26 23:31:57 2007 -0400

    update to 0.1.11

 mash.py   |    2 +-
 mash.spec |    5 ++++-
 setup.py  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat May 26 23:28:15 2007 -0400

    fix typo

 mash/config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat May 26 03:41:14 2007 -0400

    wire up fork/no-fork as a config option.

 configs/mash.conf |    1 +
 mash/__init__.py  |    8 ++++----
 mash/config.py    |    2 ++
 3 files changed, 7 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat May 26 03:20:59 2007 -0400

    run depsolving/multilib in parallel too. get dep errors

 mash/__init__.py |  129 ++++++++++++++++++++++++++++++++----------------------
 1 files changed, 76 insertions(+), 53 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Sat May 26 01:55:47 2007 -0400

    fork off the entire write files/createrepo process

 mash/__init__.py |   45 +++++++++++++++++++++++++--------------------
 1 files changed, 25 insertions(+), 20 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 24 21:50:16 2007 -0400

    update changelog

 ChangeLog |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 24 21:45:19 2007 -0400

    bump release to 0.1.10

 mash.py   |    2 +-
 mash.spec |    6 +++++-
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 24 21:43:17 2007 -0400

    blacklist any kernels not selected elsewhere, not just kernel-xen

 mash/multilib.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 24 21:03:26 2007 -0400

    update to point to dist-rawhide

 configs/development.mash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 24 17:19:10 2007 -0400

    work with existing paths

 mash/__init__.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Merge: b0093eb d7e19b6
Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 24 12:54:05 2007 -0400

    Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/mash

Author: Jesse Keating <jkeating at redhat dot com>
Date:   Thu May 24 11:43:24 2007 -0400

    We don't want kernel-xen to be multilib either.

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 23 22:43:28 2007 -0400

    switch URL to something valid

 mash.spec |    2 +-
 setup.py  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 23 17:38:04 2007 -0400

    add ChangeLog

 ChangeLog |  472 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 472 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 23 17:32:11 2007 -0400

    update to 0.1.9

 mash.py   |    2 +-
 mash.spec |    7 +++++--
 setup.py  |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 23 17:32:05 2007 -0400

    remove #! to pacify rpmlint

 mash/__init__.py |    1 -
 mash/config.py   |    1 -
 mash/multilib.py |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 23 17:29:55 2007 -0400

    add a very brief readme

 README |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 23 17:17:35 2007 -0400

    add wine to multilib whitelist

 mash/multilib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 22 13:33:19 2007 -0400

    tone down the debuglevel

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 18 21:06:27 2007 -0400

    bump release to 0.1.8

 mash.py   |    2 +-
 mash.spec |    7 +++++--
 setup.py  |    4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 18 21:02:30 2007 -0400

    various spec-related cleanups

 TODO      |    2 ++
 mash.spec |   10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 18 18:02:58 2007 -0400

    pass -d to createrepo

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 16 16:13:10 2007 -0400

    fix exclude debug statement to print the right arch

 mash/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Wed May 16 01:17:51 2007 -0400

    add treediff. bump release.

 MANIFEST.in    |    1 +
 mash.py        |    2 +-
 mash.spec      |    4 +-
 setup.py       |    4 +-
 utils/treediff |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 103 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 22:11:10 2007 -0400

    fix i686-debuginfo-on-i386 problem

 mash/__init__.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 17:47:23 2007 -0400

    bump release

 mash.py   |    2 +-
 mash.spec |    2 +-
 setup.py  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 03:06:57 2007 -0400

    don't ship comps in the srpm dir

 mash/__init__.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 02:58:51 2007 -0400

    fix

 mash/__init__.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 02:45:58 2007 -0400

    bump release

 Makefile  |    2 +-
 mash.py   |    2 +-
 mash.spec |    2 +-
 setup.py  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 02:45:17 2007 -0400

    actually wire up the compsfile option

 MANIFEST          |   14 --------------
 configs/mash.conf |    2 +-
 mash/__init__.py  |    5 ++++-
 3 files changed, 5 insertions(+), 16 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 02:24:34 2007 -0400

    syntax fix
    require koji

 mash.py   |    2 +-
 mash.spec |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 01:26:40 2007 -0400

    clean up some noise

 MANIFEST |    2 --
 Makefile |    3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue May 15 01:20:29 2007 -0400

    support passing a comps file
    bump version

 MANIFEST       |    1 +
 mash.py        |    8 +++++++-
 mash.spec      |    2 +-
 mash/config.py |    2 ++
 setup.py       |    2 +-
 5 files changed, 12 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 11 16:10:37 2007 -0400

    bump

 mash.spec |    2 +-
 setup.py  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 11 16:10:19 2007 -0400

    fix -o
    more debugging

 mash.py          |    4 +++-
 mash/__init__.py |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 11 15:08:08 2007 -0400

    fix final output

 MANIFEST |    1 +
 mash.py  |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 11 13:45:55 2007 -0400

    bump to 0.1.2

 mash.py   |    2 +-
 mash.spec |    2 +-
 setup.py  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 11 13:45:14 2007 -0400

    DOH. take 2.

 mash.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri May 11 13:33:14 2007 -0400

    all arches!

 configs/development.mash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 23:20:58 2007 -0400

    typok

 MANIFEST         |    2 +-
 mash/__init__.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 22:48:58 2007 -0400

    bump version

 mash.py   |    2 +-
 mash.spec |    2 +-
 setup.py  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 22:47:20 2007 -0400

    fix kernel handling:
    
    - add anything that provides kernel, kernel-devel in the prefer64 case
    - never add kernel-devel in devel multilib

 mash/multilib.py |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 22:29:01 2007 -0400

    oops, add this

 MANIFEST |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 22:26:18 2007 -0400

    various packaging fixes. bump version.

 AUTHORS                       |    2 ++
 configs/mash.conf             |    3 +--
 mashbin => mash.py            |   39 ++++++++++++++++++---------------------
 mash.spec                     |    3 ++-
 mash/{mash.py => __init__.py} |    0
 setup.py                      |    4 ++--
 6 files changed, 25 insertions(+), 26 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 21:53:56 2007 -0400

    move the koji root to the config file
    
    make mashbin into a usable frontend, well, sort of

 configs/mash.conf |    1 +
 mash/config.py    |    2 ++
 mash/mash.py      |    3 +--
 mashbin           |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 4 files changed, 46 insertions(+), 9 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 20:28:11 2007 -0400

    merge in current fixes

 configs/mash.conf |    2 +-
 mash/mash.py      |    2 +-
 mash/multilib.py  |    7 +++++--
 3 files changed, 7 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu May 10 20:26:43 2007 -0400

    merge in jkeating's changes

 configs/development.mash |    4 +-
 configs/mash.conf        |    5 ++-
 mash/mash.py             |   69 ++++++++++++++++++++++++++++++++++-----------
 mash/multilib.py         |   14 ++++++--
 4 files changed, 67 insertions(+), 25 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 15:33:08 2007 -0400

    no tag

 Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 15:28:26 2007 -0400

    not my homedir

 configs/mash.conf |    2 +-
 setup.py          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 15:27:24 2007 -0400

    final bits of changes. seems to work

 configs/development.mash |    2 +-
 configs/mash.conf        |    2 +-
 mash/mash.py             |   38 ++++++++++++++++++++++----------------
 mash/multilib.py         |   14 ++++++++------
 mashbin                  |    2 +-
 5 files changed, 33 insertions(+), 25 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 13:37:10 2007 -0400

    more fixes

 MANIFEST.in |    3 ++-
 mash.spec   |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 13:35:10 2007 -0400

    switch name back

 configs/development.mash |    2 +-
 mashbin                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 13:34:29 2007 -0400

    further fixes

 Makefile                 |    4 ++--
 configs/development.mash |    2 +-
 mash.spec                |   44 ++++++++++++++++++++++++++++++++++++++++++++
 mash/mash.py             |   19 +++++++++++--------
 mashbin                  |    4 ++--
 setup.py                 |    1 +
 6 files changed, 61 insertions(+), 13 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 13:10:28 2007 -0400

    clean up, run createrepo

 TODO         |    2 --
 mash/mash.py |   32 ++++++++++++++++++++++++++++----
 2 files changed, 28 insertions(+), 6 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 13:00:03 2007 -0400

    fix multilib handling - have devel inherit from runtime, etc.

 mash/multilib.py |   46 +++++++++++++++++++++++++++++++++-------------
 1 files changed, 33 insertions(+), 13 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Fri Mar 16 12:40:15 2007 -0400

    multlib stuff. mostly working

 configs/development.mash |    6 +-
 mash/config.py           |   18 +++++----
 mash/mash.py             |   94 +++++++++++++++++++++++++++++++++++++++++++++-
 mash/multilib.py         |   59 +++++++++++++++++++++++++++++
 mashbin                  |   18 +++++++++
 5 files changed, 183 insertions(+), 12 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Mar 15 14:26:28 2007 -0400

    works now. on to multilib

 configs/development.mash |    3 +-
 configs/mash.conf        |    1 +
 mash/arch.py             |    4 +-
 mash/config.py           |   17 ++++++--
 mash/mash.py             |  101 +++++++++++++++++++++++++---------------------
 5 files changed, 73 insertions(+), 53 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Mar 15 11:55:34 2007 -0400

    add createrepo, clean up package dumping. Now, to actually *test* it!

 TODO           |    1 -
 mash/config.py |    1 +
 mash/mash.py   |  173 ++++++++++++++++++++++++++++++++++++--------------------
 3 files changed, 113 insertions(+), 62 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Mar 15 11:13:28 2007 -0400

    simple config parser

 TODO                     |    1 -
 configs/development.mash |    6 ++--
 configs/mash.conf        |    3 +-
 mash/config.py           |   59 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 64 insertions(+), 5 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Mar 15 10:26:11 2007 -0400

    yesterday's updates

 configs/development.mash |    2 ++
 configs/mash.conf        |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Thu Mar 15 10:25:56 2007 -0400

    yesterday's work

 COPYING      |  339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 MANIFEST.in  |    6 +
 Makefile     |   44 ++++++++
 TODO         |    4 +
 mash/arch.py |   20 ++++
 mash/mash.py |  137 +++++++++++++++++++++++
 setup.py     |   14 +++
 7 files changed, 564 insertions(+), 0 deletions(-)

Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Mar 13 17:27:06 2007 -0400

    initial config files

 configs/development.mash |    9 +++++++++
 configs/mash.conf        |    4 ++++
 2 files changed, 13 insertions(+), 0 deletions(-)