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 3ddbdc4c1d3130896240452d99dc20f68aeb1ee0 (commit) via 504e6ebb878379512128323d8df6a0361f10edcf (commit) via 9dd016001eafb69991661d4d8bda91906d51ed78 (commit) via a24c323abadd7802a38d162a0015bbc4dc82f75d (commit) via 9a6361d31f17e86028ec801525978ce7c802c860 (commit) via dd5bc808ea513ff0a6131ec3e75b02fb138302c5 (commit) from aa48be72235edc7245f1099ae0f7fc2ff4c71f7f (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 3ddbdc4c1d3130896240452d99dc20f68aeb1ee0 Author: Nathan Jones <nathanj@insightbb.com> Date: Tue Jan 8 15:34:34 2008 -0500 Documentation updates Document the following: * -R can take a group * -S can take a group and provision I also split up the -S description into multiple paragraphs because it was getting too large. Signed-off-by: Nathan Jones <nathanj@insightbb.com> [Dan: added some feedback from the ML, rewrapped lines] Signed-off-by: Dan McGee <dan@archlinux.org> commit 504e6ebb878379512128323d8df6a0361f10edcf Author: Dan McGee <dan@archlinux.org> Date: Tue Jan 8 15:52:49 2008 -0600 NEWS: fix note about ABS Signed-off-by: Dan McGee <dan@archlinux.org> commit 9dd016001eafb69991661d4d8bda91906d51ed78 Author: Dan McGee <dan@archlinux.org> Date: Tue Jan 8 15:49:52 2008 -0600 Remove upgradedelay and all code associated with it It wasn't even implemented correctly, and it really doesn't have a use if packagers just do their job correctly anyway for a distro. Let's not try to solve a problem with the wrong solution now. Signed-off-by: Dan McGee <dan@archlinux.org> commit a24c323abadd7802a38d162a0015bbc4dc82f75d Author: Dan McGee <dan@archlinux.org> Date: Tue Jan 8 13:29:41 2008 -0600 Remove unused date element from pmpkg_t struct We had an unused date element in the pmpkg_t struct (not builddate or installdate). Kill it off and fix the one function that was using it. Signed-off-by: Dan McGee <dan@archlinux.org> commit 9a6361d31f17e86028ec801525978ce7c802c860 Author: Chantry Xavier <shiningxc@gmail.com> Date: Tue Jan 8 19:58:52 2008 +0100 Update NEWS with versioned conflicts and new DEP_MOD operators. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit dd5bc808ea513ff0a6131ec3e75b02fb138302c5 Author: Dan McGee <dan@archlinux.org> Date: Tue Jan 8 09:10:45 2008 -0600 makepkg: Fix issues with --asroot and building dependencies The --asroot option was not passed to recursive calls of makepkg. In addition, a 'cd' call was done only on the fakeroot branch instead of both fakeroot and root branches. Move it outside the conditional. Noticed-by: Karolina Lindqvist <karolina.lindqvist@kramnet.se> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 4 +++- README | 1 - doc/pacman.8.txt | 25 +++++++++++++++++++------ lib/libalpm/alpm.h | 3 --- lib/libalpm/handle.c | 14 -------------- lib/libalpm/handle.h | 1 - lib/libalpm/package.c | 22 ---------------------- lib/libalpm/package.h | 2 -- scripts/makepkg.sh.in | 7 ++++--- src/pacman/pacman.c | 5 ----- 10 files changed, 26 insertions(+), 58 deletions(-) hooks/post-receive -- The official pacman repository