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 26e3db423abeb4cb5704f89dc0fc50a767f19b47 (commit) via 466b79bf8f9a9b3f37a1a754b40320df9f2f1b4e (commit) via 358cc5804a2df873180e6d9ef2420ab3247f8437 (commit) via 6949ab97613de3622a4c392a3d33080164eec794 (commit) via 65662315b6d180f7066f6578c55a9feec7250114 (commit) via 64d36db5f45db15997c6a3987d6f4b0ce147df27 (commit) from e0afe6e94a71a6aeb964e9624c2df4f4a2821704 (commit) - Log ----------------------------------------------------------------- commit 26e3db423abeb4cb5704f89dc0fc50a767f19b47 Merge: 466b79bf8f9a9b3f37a1a754b40320df9f2f1b4e 64d36db5f45db15997c6a3987d6f4b0ce147df27 Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 4 23:32:38 2007 -0400 Merge branch 'alpm.c_cleanup' into frontend_config Conflicts: lib/libalpm/alpm.c commit 466b79bf8f9a9b3f37a1a754b40320df9f2f1b4e Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 4 15:39:00 2007 -0400 Fix up outstanding parseconfig issues The db variable was left unset when calling alpm_db_register, leading to a failure to ever register a sync db. Also added a check to ensure DBPath was set when trying to register a database. Signed-off-by: Dan McGee <dan@archlinux.org> commit 358cc5804a2df873180e6d9ef2420ab3247f8437 Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 4 12:51:23 2007 -0400 Rip alpm_parse_config out of libalpm Switch over to the new frontend parseconfig. * Fix a few issues in parseconfig * Remove unused callback upon database registration * Remove conf file related errors from error.c/alpm.h Signed-off-by: Dan McGee <dan@archlinux.org> commit 6949ab97613de3622a4c392a3d33080164eec794 Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 4 12:12:13 2007 -0400 Move three config options out of the backend Move chomp, usecolor, and showsize out of the backend and into the pacman frontend as they are pacman-specific options and not related to the behavior of libalpm. Signed-off-by: Dan McGee <dan@archlinux.org> commit 65662315b6d180f7066f6578c55a9feec7250114 Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 4 12:01:53 2007 -0400 Add a parseconfig to the pacman frontend that compiles Warning: this compiles but may not work as intended quite yet. :) Signed-off-by: Dan McGee <dan@archlinux.org> commit 64d36db5f45db15997c6a3987d6f4b0ce147df27 Author: Dan McGee <dan@archlinux.org> Date: Sun Jun 3 23:57:38 2007 -0400 Move functions out of alpm.c to where they belong alpm.h is the only "publically viewable" file, so there is no reason to have functions in alpm.c that belong in package.c, db.c, etc. Move the functions where they belong and leave only the library init functions in alpm.c. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: lib/libalpm/alpm.c | 1115 +---------------------------------------------- lib/libalpm/alpm.h | 25 +- lib/libalpm/be_files.c | 1 - lib/libalpm/db.c | 449 +++++++++++++++++++- lib/libalpm/db.h | 2 +- lib/libalpm/error.c | 9 - lib/libalpm/handle.c | 57 +-- lib/libalpm/handle.h | 12 +- lib/libalpm/log.c | 42 ++ lib/libalpm/md5driver.c | 14 + lib/libalpm/package.c | 195 ++++++++- lib/libalpm/server.c | 14 + lib/libalpm/sha1.c | 13 + lib/libalpm/trans.c | 166 +++++++ src/pacman/callback.c | 3 +- src/pacman/conf.h | 4 + src/pacman/pacman.c | 225 ++++++++++- src/pacman/query.c | 4 +- src/pacman/sync.c | 2 +- src/pacman/util.c | 59 +++- src/pacman/util.h | 2 +- 21 files changed, 1210 insertions(+), 1203 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ e0afe6e94a71a6aeb964e9624c2df4f4a2821704 \ 26e3db423abeb4cb5704f89dc0fc50a767f19b47