[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-93-g2268981

Dan McGee dan at archlinux.org
Mon Feb 23 21:48:48 EST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".

The branch, master has been updated
       via  2268981ebf562a7dda1e788dbd931e48adf9fabb (commit)
       via  9d661240fe77127fbede95066f38f12cad598e2d (commit)
       via  f57f8d33862050acc8d131710c100ba47877e675 (commit)
       via  02685504012a4880e599b15f1060f6bd0bf48797 (commit)
       via  a309a016bfed9f67452f2a6556fb4391fd55b34e (commit)
       via  c8a41b7d6da7f820754a07cb085687ea5e110f85 (commit)
       via  c590ac0997b5c82ddf9115191e9ac5c79efde227 (commit)
      from  1c4633ea2cbc01cfd7929509724951615827c482 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2268981ebf562a7dda1e788dbd931e48adf9fabb
Merge: 9d661240fe77127fbede95066f38f12cad598e2d a309a016bfed9f67452f2a6556fb4391fd55b34e
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Feb 23 20:40:27 2009 -0600

    Merge branch 'maint'

commit 9d661240fe77127fbede95066f38f12cad598e2d
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Feb 23 20:40:00 2009 -0600

    Update pactest to use hashlib
    
    The md5 module is deprecated in favor of hashlib.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit f57f8d33862050acc8d131710c100ba47877e675
Author: Bryan Ischo <bryan at ischo.com>
Date:   Sun Feb 22 23:25:32 2009 +1300

    Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages
    
    Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages,
    except for packages explicitly listed for sync by the user.  This
    eliminates many unnecessary prompts when IgnorePkg/IgnoreGroup is
    used.
    
    Signed-off-by: Bryan Ischo <bryan at ischo.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 02685504012a4880e599b15f1060f6bd0bf48797
Author: Bryan Ischo <bryan at ischo.com>
Date:   Sun Feb 22 23:25:31 2009 +1300

    Enabled new interactive prompt and updated some tests
    
    Enabled a new prompt to ask the user if they'd like to remove
    unresolvable packages from the transaction rather than failing it.
    
    Many pactest tests that used to fail now return success codes, because
    pacman now issues a prompt allowing the user to cancel rather than
    failing many transactions, and the pactest scripts always choose to
    cancel with no error rather than failing.  The only net effect is that
    the return status of pacman is now 0 in cases where it used to be
    nonzero.
    
    Signed-off-by: Bryan Ischo <bryan at ischo.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c8a41b7d6da7f820754a07cb085687ea5e110f85
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Wed Feb 18 17:15:39 2009 +0100

    repo-add : remove realpath usage
    
    Rework slightly db_write_entry so that $pkgfile is no longer referenced
    from the temporary dir. This means $pkgfile can be a relative path and does
    not need to be converted with realpath anymore.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c590ac0997b5c82ddf9115191e9ac5c79efde227
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Wed Feb 18 16:39:31 2009 +0100

    repo-add : remove the need of realpath for REPO_DB_FILE
    
    REPO_DB_FILE does not need to be an absolute path anymore so no need to
    call realpath.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 lib/libalpm/alpm.h            |    3 +-
 lib/libalpm/deps.c            |   36 ++++++++++++++-----
 lib/libalpm/deps.h            |    2 +-
 lib/libalpm/sync.c            |   28 +++++++++++----
 pactest/tests/ignore001.py    |   17 +++++++++
 pactest/tests/ignore002.py    |   35 +++++++++++++++++++
 pactest/tests/ignore003.py    |   35 +++++++++++++++++++
 pactest/tests/ignore004.py    |   46 +++++++++++++++++++++++++
 pactest/tests/ignore005.py    |   46 +++++++++++++++++++++++++
 pactest/tests/provision020.py |    2 +-
 pactest/tests/provision022.py |    2 +-
 pactest/tests/sync1008.py     |    2 +-
 pactest/tests/sync300.py      |    2 +-
 pactest/util.py               |    6 ++--
 scripts/makepkg.sh.in         |    2 -
 scripts/repo-add.sh.in        |   76 +++++++++++++++++++----------------------
 src/pacman/callback.c         |   27 ++++++++++-----
 17 files changed, 289 insertions(+), 78 deletions(-)
 create mode 100644 pactest/tests/ignore001.py
 create mode 100644 pactest/tests/ignore002.py
 create mode 100644 pactest/tests/ignore003.py
 create mode 100644 pactest/tests/ignore004.py
 create mode 100644 pactest/tests/ignore005.py


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list