[pacman-dev] [GIT] pacman branch, master now at v3.0.0-253-g7daa670
Dan McGee
dan at archlinux.org
Wed Jun 27 23:39:10 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 7daa6708d2afc710bebbb2dc30f4371f9d67120c (commit)
via 7bdb904af5b664c1d6e47977f21f0e6bc3f8e3b0 (commit)
via ad691001e20272b794d2ed574b556f520e3555c0 (commit)
from 1e56e41d638fcdddc291d9a8ea183b40f4802aae (commit)
- Log -----------------------------------------------------------------
commit 7daa6708d2afc710bebbb2dc30f4371f9d67120c
Author: Dan McGee <dan at archlinux.org>
Date: Wed Jun 27 23:25:04 2007 -0400
Remove lockfile configuration from frontend, make it job of libalpm
I previously introduced some patches to make just about every path in
pacman/libalpm configurable; doing this with the lockfile seemed a bit too
far and we really should just place the lockfile where it belongs- with the
DB that needs locking.
More details in this thread:
http://archlinux.org/pipermail/pacman-dev/2007-June/008499.html
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 7bdb904af5b664c1d6e47977f21f0e6bc3f8e3b0
Author: Dan McGee <dan at archlinux.org>
Date: Wed Jun 27 22:58:21 2007 -0400
pacman.c: make parseconfig a bit more robust
Don't let parseconfig overwrite settings that parseargs already made.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit ad691001e20272b794d2ed574b556f520e3555c0
Author: Dan McGee <dan at archlinux.org>
Date: Wed Jun 27 22:12:59 2007 -0400
Remove scriptlet START and DONE commands that we don't use
The scriptlet calling had some unneeded complexity for the time being
which we aren't using here. Let's get rid of it until we find a good way
to implement it correctly.
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Diffstat:
configure.ac | 1 -
etc/pacman.conf.in | 1 -
lib/libalpm/Makefile.am | 5 -----
lib/libalpm/alpm.h | 5 +----
lib/libalpm/handle.c | 17 +++++++----------
lib/libalpm/trans.c | 33 +--------------------------------
lib/libalpm/util.c | 9 +++------
lib/libalpm/util.h | 4 ----
pactest/pmtest.py | 5 ++---
pactest/util.py | 2 +-
scripts/pacman-optimize.in | 2 +-
src/pacman/Makefile.am | 1 -
src/pacman/callback.c | 14 --------------
src/pacman/pacman.c | 35 +++++++++++++++++------------------
14 files changed, 33 insertions(+), 101 deletions(-)
hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
1e56e41d638fcdddc291d9a8ea183b40f4802aae \
7daa6708d2afc710bebbb2dc30f4371f9d67120c
More information about the pacman-dev
mailing list