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 c419277dd2633b19a2a989f5b2a11cd9b4f4375b (commit) from 3e9c590480d7ec8fe576cf0a2216e1d3cb61db77 (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 c419277dd2633b19a2a989f5b2a11cd9b4f4375b Author: Chantry Xavier <shiningxc@gmail.com> Date: Sat Aug 25 00:10:40 2007 +0200 Remove duplicated get_upgrades function, use sysupgrade instead. The alpm_get_upgrades was exactly the same as find_replacements + _alpm_sync_sysupgrade, except that it automatically made the eventual replacements, without asking the user : Replace %s with %s/%s? [Y/n] The replace question, asked in find_replacements. can now be skipped by using a NULL trans argument, so that we get the same behavior as with alpm_get_upgrades. So alpm_db_get_upgrades() can now be replaced by alpm_sync_sysupgrade(db_local, syncdbs). Signed-off-by: Chantry Xavier <shiningxc@gmail.com> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/alpm.h | 4 +- lib/libalpm/db.c | 144 --------------------------------- lib/libalpm/sync.c | 221 ++++++++++++++++++++++++++++++--------------------- lib/libalpm/sync.h | 4 +- lib/libalpm/trans.c | 3 +- src/pacman/query.c | 8 ++- 6 files changed, 142 insertions(+), 242 deletions(-) hooks/post-receive -- The official pacman repository