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 f385242f99a732c321aea4fe39b7c7b3fcc8d17f (commit) via 5fcc9ae7f4cb4044ed0a7e4c7b06567256d5f36a (commit) via 442b91a5dd522596f55caec40e0026ef65ac2479 (commit) via deff57ce8bc2dbe77a9a597505c67ac891718dc0 (commit) via 7370fd595bc0447e7c17135e3a27cc3ae64015d4 (commit) via 4c27a776bd6287d6022a014d4d87ebe6ec6c75f9 (commit) via 7a8ba5a978024228fa3b068fd77d778b44f47ae0 (commit) via 7df0d048d1617df2c5472fd2edd6858b3117d52f (commit) from 9519d22df7cef5b5a48a7d1ebee44a9e935e02b7 (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 f385242f99a732c321aea4fe39b7c7b3fcc8d17f Merge: 5fcc9ae7f4cb4044ed0a7e4c7b06567256d5f36a 442b91a5dd522596f55caec40e0026ef65ac2479 Author: Dan McGee <dan@archlinux.org> Date: Sun Apr 5 21:12:28 2009 -0500 Merge commit 'allan/working' commit 5fcc9ae7f4cb4044ed0a7e4c7b06567256d5f36a Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Sun Mar 22 17:13:29 2009 +0100 Document --debug After some irc/forum experiences, I decided to document this option. However, I left the debug-level undocumented (--debug=2). Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> commit 442b91a5dd522596f55caec40e0026ef65ac2479 Author: Allan McRae <allan@archlinux.org> Date: Mon Mar 30 17:41:34 2009 +1000 makepkg: run tidy_install with no package() function After the splitpkg implementation, the tidy_install function was not being called in PKGBUILDs with only the build() function. Signed-off-by: Allan McRae <allan@archlinux.org> commit deff57ce8bc2dbe77a9a597505c67ac891718dc0 Author: Allan McRae <allan@archlinux.org> Date: Sun Mar 29 16:49:57 2009 +1000 makepkg: do not bail on failure to install built package Fixes FS#13417. Do no exit makepkg on a failure to install the built package(s). This allows clean-up to still occur. Signed-off-by: Allan McRae <allan@archlinux.org> commit 7370fd595bc0447e7c17135e3a27cc3ae64015d4 Author: Allan McRae <allan@archlinux.org> Date: Thu Mar 26 01:29:15 2009 +1000 makepkg: adjust log clean-up for new filenames The log files now have -build or -package at the end and there are separate log files for each *_package() function. Alter clean_up() to deal with this. Also, move glob outside quotes so this actually works. Signed-off-by: Allan McRae <allan@archlinux.org> commit 4c27a776bd6287d6022a014d4d87ebe6ec6c75f9 Author: Allan McRae <allan@archlinux.org> Date: Wed Mar 25 23:52:27 2009 +1000 makepkg: adjust install_package for split packages Install all created packages when using the install option with package splitting. Signed-off-by: Allan McRae <allan@archlinux.org> commit 7a8ba5a978024228fa3b068fd77d778b44f47ae0 Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 14 23:51:58 2009 +1000 Refactor testing for color message output Signed-off-by: Allan McRae <allan@archlinux.org> commit 7df0d048d1617df2c5472fd2edd6858b3117d52f Author: Allan McRae <allan@archlinux.org> Date: Fri Mar 6 18:28:47 2009 +1000 makepkg: add pkgbase variable The pkgbase variable is added to improve informational output and source package naming when using split packages. Defaults to ${pkgname[0]} if not set. Also: - move splitpkg detection to after pkgname presence is verified - add "cd" line to package_foo() functions in splitpkg proto Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: PKGBUILD-split.proto | 7 +++- doc/pacman.8.txt | 6 +++- scripts/makepkg.sh.in | 93 +++++++++++++++++++++++++++++++++---------------- src/pacman/pacman.c | 1 + 4 files changed, 74 insertions(+), 33 deletions(-) hooks/post-receive -- The official pacman repository