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 b3a1619457fa6424570c90c0eaacbbf39fd9662c (commit) via d34db57b6b260d905bd6746f22650d0ee32c8cbb (commit) via aef1c88f3bbfb2ec14c3cdc3914686f121e4d7d5 (commit) via 788fcee0dc191e19c116671cea5d92ab321e2615 (commit) via b6f89f03afcb6e1e6aa5d1c437db1df54a4baaca (commit) from 26441cf65ca10d4bf218203df5db5e8a7270787b (commit) - Log ----------------------------------------------------------------- commit b3a1619457fa6424570c90c0eaacbbf39fd9662c Author: Dan McGee <dan@archlinux.org> Date: Mon Sep 3 08:14:20 2007 -0500 Add new mirror Signed-off-by: Dan McGee <dan@archlinux.org> commit d34db57b6b260d905bd6746f22650d0ee32c8cbb Author: Matthias Gorissen <matthias@archlinux.de> Date: Sat Sep 1 07:03:38 2007 +0200 Update German translation Signed-off-by: Dan McGee <dan@archlinux.org> commit aef1c88f3bbfb2ec14c3cdc3914686f121e4d7d5 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sat Sep 1 14:12:39 2007 +0200 libalpm/remove.c : avoid duplicated packages in removal list. Suppose a package foo depends on foo1, foo2, ..., foon. Doing pacman -Rc foo1 foo2 ... foon added foo n times to the removal list, because what checkdeps return is something like : foo1 is requiredby foo foo2 is requiredby foo ... foon is requiredby foo Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 788fcee0dc191e19c116671cea5d92ab321e2615 Author: Nagy Gabor <ngaba@petra.hos.u-szeged.hu> Date: Thu Aug 30 14:31:38 2007 -0400 Update po/hu.po Signed-off-by: Dan McGee <dan@archlinux.org> commit b6f89f03afcb6e1e6aa5d1c437db1df54a4baaca Author: Travis Willard <travis@archlinux.org> Date: Sun Aug 26 22:42:17 2007 -0400 separate local from sync dbs on filesystem Introduce two new methods into the API - alpm_db_register_sync and alpm_db_register_local, which replace the functionality of alpm_db_register. db_register_local always returns the local DB, and db_register_sync will always try to register a sync DB. This conceptually separates the local DB from sync DBs in the code. Also updated the pacman frontend to use the new functions. In addition, this changes the location of all sync DBs in the filesystem from $DBPATH/$REPO to $DBPATH/sync/$REPO, This removes the silly limitation that a sync DB couldn't be named 'local', along with structurally separating sync DBs and the local DB in the filesystem. Signed-off-by: Travis Willard <travis@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: etc/pacman.d/mirrorlist.in | 1 + lib/libalpm/alpm.h | 6 +- lib/libalpm/db.c | 117 +++++-- lib/libalpm/db.h | 3 +- lib/libalpm/po/de.po | 37 +-- lib/libalpm/remove.c | 8 +- po/de.po | 97 ++----- po/hu.po | 772 ++++++++++++++++++++++---------------------- src/pacman/pacman.c | 10 +- 9 files changed, 513 insertions(+), 538 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ 26441cf65ca10d4bf218203df5db5e8a7270787b \ b3a1619457fa6424570c90c0eaacbbf39fd9662c