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 7bb9c4098b29d7bcc82ff9e9a823d2adc44cc881 (commit) via e8806748ec6efdf62fd1210873dc2fd38cccdf2a (commit) via 619d1fcf7f6a834d6bf5eda846ce39cc2ca5a8f3 (commit) via 6d00025c18e837f57a4f78ee232fe3d8f244f143 (commit) via 3cf0ee98c02e1f40954f0c2c508e16d33ca299ca (commit) via 68200676d2828f159d5dbdf184c3ad7de42c66d6 (commit) via d7675e393ff3cecb5408c243898ebaae80c5988d (commit) via ee43e75ed2e8b852f1ae140d8a619a39a90d8481 (commit) via 839bb562693d83aa61e996b492b731ff452a2bcd (commit) via f16c7a4343c2e82d7ead0423c70495de5441b1ef (commit) via 4fa6f262a66336240b6e792955dcd38f04753bf2 (commit) via 8152077f6d923f5ff432175a3f86f232fd75919f (commit) from aba58e95abbeef2a9145ec702338def1e4912898 (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 7bb9c4098b29d7bcc82ff9e9a823d2adc44cc881 Merge: e8806748ec6efdf62fd1210873dc2fd38cccdf2a 6d00025c18e837f57a4f78ee232fe3d8f244f143 Author: Dan McGee <dan@archlinux.org> Date: Sat Aug 8 11:23:38 2009 -0500 Merge branch 'maint' commit e8806748ec6efdf62fd1210873dc2fd38cccdf2a Author: Dan McGee <dan@archlinux.org> Date: Sat Aug 8 11:23:21 2009 -0500 Fix nonsensical replace Signed-off-by: Dan McGee <dan@archlinux.org> commit 619d1fcf7f6a834d6bf5eda846ce39cc2ca5a8f3 Author: Dan McGee <dan@archlinux.org> Date: Sat Aug 8 11:22:52 2009 -0500 Pass all xsltproc-opts in one argument Signed-off-by: Dan McGee <dan@archlinux.org> commit 3cf0ee98c02e1f40954f0c2c508e16d33ca299ca Author: Xavier Chantry <shiningxc@gmail.com> Date: Sat Aug 8 15:20:24 2009 +0200 dload.c : only call fwrite once I assume the loop was never iterated more than once, because the write location was not updated at each loop iteration (buffer instead of buffer + nwritten), yet we never had reports of corrupted download. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 68200676d2828f159d5dbdf184c3ad7de42c66d6 Author: Allan McRae <allan@archlinux.org> Date: Fri Aug 7 16:40:04 2009 +1000 Be consistent with naming of handle_deps function All other "dep" functions (check_deps, resolve_deps, remove_deps) have underscores separating words. Being consistent, convert handledeps to handle_deps. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit d7675e393ff3cecb5408c243898ebaae80c5988d Author: Xavier Chantry <shiningxc@gmail.com> Date: Fri Aug 7 16:58:01 2009 +0200 dload.c : change the way to check for mtimes libfetch supports checking mtime so we do not need to do it manually. when the databases are already up-to-date, initiating a connection with fetchXGet and closing it right after with fetchIO_close took a very long time (up to 10min!) on some network. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/Makefile.am | 4 ++-- etc/makepkg.conf.in | 2 +- lib/libalpm/dload.c | 32 +++++++++++++++++--------------- lib/libalpm/util.c | 4 ++-- scripts/makepkg.sh.in | 14 +++++++------- scripts/repo-add.sh.in | 2 +- src/pacman/sync.c | 26 +++++++++++++++++--------- 7 files changed, 47 insertions(+), 37 deletions(-) hooks/post-receive -- The official pacman repository