[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.4.0-82-g693ebbd
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 693ebbd16bc1560ec3ec166d9944e44583141259 (commit) via 0223a028e0835b6e09e2654e62ce5fd462370ffb (commit) via d14a98db25c3dd1843510a1608064dda913ea230 (commit) via a8dcfeccfcd0fc78554e6dad7ae07d53034363e1 (commit) via 90c45f7bbe6811a2f32ef81e57bce8237d491e9f (commit) via 9fbf5d9336455649528843efe9a551291dafb257 (commit) from 8d88f0c897e5dd531a2c74dd2bca56db56a3c63d (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 693ebbd16bc1560ec3ec166d9944e44583141259 Author: Jonathan Conder <j@skurvy.no-ip.org> Date: Thu Aug 19 00:07:21 2010 +1200 use execv to avoid using sh just to run ldconfig Signed-off-by: Jonathan Conder <j@skurvy.no-ip.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 0223a028e0835b6e09e2654e62ce5fd462370ffb Author: Jonathan Conder <j@skurvy.no-ip.org> Date: Thu Aug 19 00:07:18 2010 +1200 redirect scriptlet stderr synchronously through alpm Fixes FS#18770, and hopefully an occasional deadlock in my frontend as well. For simplicity it redirects all scriptlet output through SCRIPTLET_INFO, and all callbacks in the child process have been replaced for thread-safety. Signed-off-by: Jonathan Conder <j@skurvy.no-ip.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit d14a98db25c3dd1843510a1608064dda913ea230 Merge: a8dcfec 90c45f7 Author: Dan McGee <dan@archlinux.org> Date: Fri Aug 27 11:19:05 2010 -0500 Merge branch 'maint' commit a8dcfeccfcd0fc78554e6dad7ae07d53034363e1 Author: Dan McGee <dan@archlinux.org> Date: Fri Aug 27 10:52:05 2010 -0500 makepkg: remove trailing quote mark in regex Regular expressions in bash should not be quoted. Glad this was in the documentation and I didn't have to go to #bash to ask... Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/trans.c | 5 ++- lib/libalpm/util.c | 98 +++++++++++++++++++++++++++++------------------- lib/libalpm/util.h | 2 +- po/zh_CN.po | 2 +- scripts/makepkg.sh.in | 2 +- test/pacman/pmtest.py | 5 ++- 6 files changed, 70 insertions(+), 44 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org