[pacman-dev] [GIT] pacman branch, master now at R_3_0_0-152-g7bd2ff6

Dan McGee dan at archlinux.org
Thu May 31 02:52:46 EDT 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  7bd2ff685188d0d9b6ab6c6f43f6d28811936881 (commit)
      from  722db4535ae6690d8834ffebf3a0de3a880188f9 (commit)

- Log -----------------------------------------------------------------
commit 7bd2ff685188d0d9b6ab6c6f43f6d28811936881
Author: Dan McGee <dan at archlinux.org>
Date:   Thu May 31 02:51:28 2007 -0400

    Move DB and cache dirs away from there dependence on ROOTDIR
    
    This change allows us to use all autoconf specified paths, most notably
    $(localstatedir). It is quite a change and touches a lot of files, as
    all references to the DB and cache were done with the ROOTDIR as a prefix.
    
    * add --lock command-line option to pacman to specify the location of the
      lockfile (this can now be specified at configure time by setting the
      $localstatedir path).
    * Rip quite a few settings out of configure.ac as they are now picked by
      setting the paths during configure or make.
    * Fix bug with /tmp fallback for sync downloads not working correctly
      (related to root location, now the system tmp dir is used).
    * Simplified the parameters to some libalpm functions, and added get/set
      for the new lockfile option.
    * Renamed several of the DEFS to names without the PM_ prefix.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 configure.ac            |   62 +++++++++-------------------------------------
 lib/libalpm/Makefile.am |   12 +++++++-
 lib/libalpm/alpm.c      |   30 ++++++++++-------------
 lib/libalpm/alpm.h      |    3 ++
 lib/libalpm/db.c        |   18 ++++++++-----
 lib/libalpm/db.h        |    2 +-
 lib/libalpm/handle.c    |   19 +++++++++++---
 lib/libalpm/handle.h    |    1 +
 lib/libalpm/md5driver.c |    2 +-
 lib/libalpm/package.c   |    6 ++--
 lib/libalpm/server.c    |    2 +-
 lib/libalpm/sync.c      |   27 ++++++++++----------
 lib/libalpm/util.c      |    6 +++-
 lib/libalpm/util.h      |    4 +-
 pactest/pmtest.py       |    9 +++++-
 pactest/util.py         |    2 +-
 src/pacman/Makefile.am  |   10 ++++++-
 src/pacman/add.c        |    3 +-
 src/pacman/callback.c   |    2 +-
 src/pacman/pacman.c     |   20 ++++++++++----
 src/pacman/query.c      |    5 ++-
 src/pacman/remove.c     |    3 +-
 src/pacman/sync.c       |   29 ++++++++-------------
 src/pacman/util.c       |    4 +-
 src/pacman/util.h       |    4 +-
 25 files changed, 142 insertions(+), 143 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  722db4535ae6690d8834ffebf3a0de3a880188f9 \
  7bd2ff685188d0d9b6ab6c6f43f6d28811936881




More information about the pacman-dev mailing list