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 3a814ee6bca9ee24a868c0dc032b321048a53e08 (commit) via 424129e8d1e91987a9799a49391f1271b069c5cf (commit) via 27955a0fee16f817b5569e0bc29bc1498a87ea68 (commit) from 1bfae7d14a7bdad777e82912c5c6883deb11aee5 (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 3a814ee6bca9ee24a868c0dc032b321048a53e08 Author: Ethan Sommer <e5ten.arch@gmail.com> Date: Tue Nov 5 20:29:11 2019 -0500 makepkg: replaces sed in-place with built in substitution Reads PKGBUILD into an array and replaces the pkgver and pkgrel with bash parameter substitution, then uses shell redirection to write to to the file. Because shell redirection follows symlinks, this accomplishes the same thing as the previous default of using the GNU-specific --follow-symlinks sed flag. Removes SEDPATH and SEDINPLACEFLAGS from the build systems as they are not used elsewhere. Signed-off-by: Ethan Sommer <e5ten.arch@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 424129e8d1e91987a9799a49391f1271b069c5cf Author: morganamilo <morganamilo@gmail.com> Date: Tue Nov 5 23:08:26 2019 +0000 pacman: clarify error when alpm fails to init Currently pacman is hard coded to print the dbpath, then the error alpm returned. Even though the error could really be caused by anything. So instead just print the arugemnts given to alpm and not assume the resulting error message is releated to either path. Fixes FS#59595 Signed-off-by: morganamilo <morganamilo@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 27955a0fee16f817b5569e0bc29bc1498a87ea68 Author: Allan McRae <allan@archlinux.org> Date: Tue Nov 5 15:25:52 2019 +1000 Move update-copyright into build-aux This is a useful function to update all our copyright years. Move it into build-aux so that it is not lost in the switch to meson. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 7 +------ build-aux/edit-script.sh.in | 2 -- build-aux/update-copyright | 8 ++++++++ configure.ac | 11 ----------- meson.build | 11 ----------- meson_options.txt | 3 --- scripts/Makefile.am | 2 -- scripts/makepkg.sh.in | 8 +++++--- src/pacman/conf.c | 4 ++-- 9 files changed, 16 insertions(+), 40 deletions(-) create mode 100755 build-aux/update-copyright hooks/post-receive -- The official pacman repository