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 95cb4b6874424c7109df0f8cebefc17d3756d65f (commit) via d0d6c58c0579ec4d6ada9a9f91acc93215ca2773 (commit) via bc24c002fedc9a554c1fd6a9650f548ee55bd49c (commit) via b4317a740ac2d4f5e4d1aa56a97171c52be70d02 (commit) via a2cd48960e33043f75c81e0ecbc2d33b20b695fe (commit) from 19e07eb8e84dd117061a600abdd9c8fed7391a07 (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 95cb4b6874424c7109df0f8cebefc17d3756d65f Merge: b4317a740ac2d4f5e4d1aa56a97171c52be70d02 d0d6c58c0579ec4d6ada9a9f91acc93215ca2773 Author: Dan McGee <dan@archlinux.org> Date: Mon Sep 14 22:10:20 2009 -0500 Merge branch 'maint' commit b4317a740ac2d4f5e4d1aa56a97171c52be70d02 Author: Xavier Chantry <shiningxc@gmail.com> Date: Thu Jul 16 14:55:45 2009 +0200 Change the interface for target loading -int alpm_trans_sysupgrade(int enable_downgrade); -int alpm_trans_sync(char *target); -int alpm_trans_add(char *target); -int alpm_trans_remove(char *target); +int alpm_sync_sysupgrade(int enable_downgrade); +int alpm_sync_target(char *target); +int alpm_sync_dbtarget(char *db, char *target); +int alpm_add_target(char *target); +int alpm_remove_target(char *target); * functions renaming * add new sync_dbtarget which allows to specify the db * repo/ syntax handling is moved to frontend ( should implement FS#15141) * group handling is moved to backend ( see http://www.archlinux.org/pipermail/pacman-dev/2009-June/008847.html ) ----------------------------------------------------------------------- Summary of changes: lib/libalpm/add.c | 29 ++++++--- lib/libalpm/add.h | 1 - lib/libalpm/alpm.h | 10 ++- lib/libalpm/be_package.c | 2 + lib/libalpm/remove.c | 42 +++++++----- lib/libalpm/remove.h | 2 - lib/libalpm/sync.c | 164 +++++++++++++++++++++++++++++++++------------- lib/libalpm/sync.h | 3 - lib/libalpm/trans.c | 94 -------------------------- src/pacman/remove.c | 49 +++----------- src/pacman/sync.c | 76 +++++++--------------- src/pacman/upgrade.c | 2 +- 12 files changed, 207 insertions(+), 267 deletions(-) hooks/post-receive -- The official pacman repository