[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-178-gf250b03
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 f250b034b407d45bb08c7b713b01d25e0bb2b6ee (commit) via ef500b44ce45255da16e18b8e9aa4d43fab359b8 (commit) via 04d5c4294ab5d35cceb149d7c94a4bf3aa6d7a85 (commit) from aa579b843899ccba093f83faa942599ce1110c24 (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 f250b034b407d45bb08c7b713b01d25e0bb2b6ee Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Wed Jun 10 20:22:04 2009 +0200 Enable remove progressbar with -S (conflict resolving) $ sudo pacman -S mc Old output: *********** :: mc conflicts with mc-mp. Remove mc-mp? [Y/n] y ... (1/1) checking for file conflicts [################] 100% (1/1) installing mc [################] 100% New output: *********** :: mc conflicts with mc-mp. Remove mc-mp? [Y/n] y ... (1/1) checking for file conflicts [################] 100% (1/1) removing mc-mp [################] 100% (1/1) installing mc [################] 100% Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> commit ef500b44ce45255da16e18b8e9aa4d43fab359b8 Author: Allan McRae <allan@archlinux.org> Date: Tue Jun 9 14:11:15 2009 +1000 makepkg: fix variable backup/restore for splitpkg The backup and restore of variables that can be overridden while making split packages only dealt with the first element, not the whole array (FS#15010). Adjust the bash voodoo to fix it... Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 04d5c4294ab5d35cceb149d7c94a4bf3aa6d7a85 Author: Allan McRae <allan@archlinux.org> Date: Sat Jun 13 23:54:23 2009 +1000 makepkg: fix PKGBUILD sanity check If PKGBUILD was good, the "insane" variable was not defined and so the if statement failed. Simplify and fix this check. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/sync.c | 1 + scripts/makepkg.sh.in | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org