[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.1.1-84-gb109d709
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 b109d7096b3f3f3244b7bb3796be658393eff98a (commit) via 77b8ca70322a121a2efb5318042e664246d3ec0e (commit) via d73fed4e134a1912df7bbc6a50c2287023ea1c4a (commit) from b67ec905205d96ca6801626a65149724f47f36f0 (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 b109d7096b3f3f3244b7bb3796be658393eff98a Author: Eli Schwartz <eschwartz@archlinux.org> Date: Mon Dec 10 23:47:58 2018 -0500 meson: add trailing slashes to directory components in configuration defines This matches what we currently do in the autotools build configuration, and ensures that the default pacman-conf definitions for unspecified values consistently end with the trailing directory slashes. This has ramifications for thirdparty tools that up to now, have relied on this slash being there. Those tools should be fixed to prevent breaking when custom locations are set, but this is no reason not to fix it on our end as well. An extra trailng slash should never cause harm. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 77b8ca70322a121a2efb5318042e664246d3ec0e Author: Eli Schwartz <eschwartz@archlinux.org> Date: Mon Dec 10 01:15:19 2018 -0500 meson: install the directories needed for successful pacman operation This was neglected in the initial meson port. We need these directories to exist in order to bootstrap a new installation. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit d73fed4e134a1912df7bbc6a50c2287023ea1c4a Author: Eli Schwartz <eschwartz@archlinux.org> Date: Mon Dec 10 01:15:18 2018 -0500 meson: remove useless mkdir -p directories are created by install_dir within the subdir custom_target installation targets. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: meson.build | 15 ++++++++++++--- scripts/libmakepkg/meson.build | 7 ------- 2 files changed, 12 insertions(+), 10 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Allan McRae