[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.4.3-288-gba97a22

Dan McGee dan at archlinux.org
Sat Jan 29 13:22:03 EST 2011


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  ba97a22ce10df2966a9e1117b48a84b93eae0538 (commit)
       via  ce089e1b975e99f6a35c159f51d0dbe7c0ddcca3 (commit)
       via  ef86da97f54a90ee4ba3ba8ea7963135e7bae8ed (commit)
       via  9b876fff09f2af10cba6824bec03d8fe3e167b5b (commit)
       via  272f7cf25e9a12268f23a6018000625630026434 (commit)
       via  f95080884ca4b9a952ef02057c0c62cf2228f79e (commit)
      from  7f93f0620c44a811aa7989f6d2ed1bf4ba275d62 (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 ba97a22ce10df2966a9e1117b48a84b93eae0538
Merge: ce089e1 272f7cf
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jan 29 12:16:11 2011 -0600

    Merge branch 'maint'

commit ce089e1b975e99f6a35c159f51d0dbe7c0ddcca3
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jan 29 11:23:55 2011 -0600

    pactest: pass entire test to rule.check()
    
    We were piecemeal passing fields from the test object in and it was getting
    out of hand, and future work would have added yet another argument. Instead,
    just pass the entire test object and entrust the rule to get what it needs.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ef86da97f54a90ee4ba3ba8ea7963135e7bae8ed
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Jan 28 17:41:15 2011 -0600

    Remove need to explicitly register the local DB
    
    Perform the cheap struct and string setup of the local DB at handle
    initialization time to match the teardown we do when releasing the handle.
    If the local DB is not needed, all real initialization is done lazily after
    DB paths and other things have been configured anyway.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 9b876fff09f2af10cba6824bec03d8fe3e167b5b
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Jan 28 17:34:06 2011 -0600

    Ignore known but unused package descfile fields
    
    We explicitly place 'pkgbase' (and used to place 'force') fields inside
    PKGINFO files, so ignore them silently instead of printing an error for
    them. Also make the error message for unknown keys actually contain the key.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 etc/pacman.conf.in       |    2 +-
 lib/libalpm/alpm.c       |    4 ++++
 lib/libalpm/alpm.h       |    2 --
 lib/libalpm/be_local.c   |    7 +------
 lib/libalpm/be_package.c |    8 ++++++--
 lib/libalpm/db.c         |   15 ---------------
 lib/libalpm/po/de.po     |    2 +-
 src/pacman/database.c    |    4 ++--
 src/pacman/pacman.c      |    9 ---------
 src/pacman/query.c       |   11 +++++++++--
 src/pacman/remove.c      |    2 --
 src/pacman/sync.c        |   11 ++++++-----
 src/util/pactree.c       |    2 +-
 src/util/testdb.c        |    2 +-
 test/pacman/pmrule.py    |   22 +++++++++++-----------
 test/pacman/pmtest.py    |    2 +-
 16 files changed, 44 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list