[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.1.1-75-g5fc3056e
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 5fc3056e6a89bda51d48fe6273fe5e6e2ae986d9 (commit) via e1b9dc6bea9585701637e0ed14f24cb5b20cf341 (commit) via 71f837e45ea56eb7457759fbb31164f62c10a112 (commit) via 83a16d30416cd853898e3cbb9dd57d700a85ddb4 (commit) via 363664e47dd99e8f9593ecf98d73544617fb72fd (commit) via fbc6d8b42811d6d0507ec9dcc33e729cdcc54029 (commit) via 6e819c819a319b47a35c598200ea4a0cf35b517a (commit) via b95ba13df15217f4cad40fcde8f6b5fe7ff1118a (commit) from 44cfc09511aa7c67eb09ee5ceec5cf6f23f7f9c9 (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 5fc3056e6a89bda51d48fe6273fe5e6e2ae986d9 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Nov 13 23:14:31 2018 -0500 scripts: make repo-add utilize a wrapper as well Now that repo-add uses libmakepkg, it needs to have $LIBRARY set before testing it in-tree. [Allan: fix "make distcheck"] Signed-off-by: Allan McRae <allan@archlinux.org> commit e1b9dc6bea9585701637e0ed14f24cb5b20cf341 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Nov 13 21:28:21 2018 -0500 autotools: be more accurate in comments when generating processed scripts Instead of assuming all scripts are .sh.in and leaving a comment to that effect, just take the input file directly. This depends on the first dependency for the target being the source of the script. Signed-off-by: Allan McRae <allan@archlinux.org> commit 71f837e45ea56eb7457759fbb31164f62c10a112 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sat Nov 3 20:46:42 2018 -0400 scripts: fix some inaccurate Makefile targets, and be more templated All of our scripts depend on the same pattern .sh.in, and since commit b5d62d2c91a2caf5c18945921cdf12af6f36b2d4, they also all (not just makepkg itself) depend on libmakepkg. There's no real reason to include separate targets for them just to establish dependency rules. While we are at it, fix a longstanding bug where generated wrapper scripts did not depend on wrapper.sh.in (which due to moving to .lib, requires we regenerate the script too), by making the shared target pattern depend on it. All our generated scripts now require the wrapper, even repo-add which now uses libmakepkg. Signed-off-by: Allan McRae <allan@archlinux.org> commit 83a16d30416cd853898e3cbb9dd57d700a85ddb4 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Nov 13 22:46:36 2018 -0500 scripts: fix repo-remove/elephant Makefile targets repo-remove and repo-elephant don't care whether repo-add.sh.in is updated... but they do require the repo-add target to be up to date, so use that instead. As a bonus, use the same rule for both of them. commit 363664e47dd99e8f9593ecf98d73544617fb72fd Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sun Nov 4 23:24:39 2018 -0500 meson: be more accurate in comments when generating processed scripts Instead of assuming all scripts are .sh.in and leaving a comment to that effect, just take the input file directly. Signed-off-by: Allan McRae <allan@archlinux.org> commit fbc6d8b42811d6d0507ec9dcc33e729cdcc54029 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sun Oct 21 17:36:53 2018 -0400 build-aux: rm annoying and useless file tap-driver.sh is added to the build tree by autoreconf, and contains upstream modifications as such. This results in dirty working trees. It was originally added in commit 403c175dbc84a8198b92bbe76f66eade613cff48 which made the testsuite use automake, but as far as I can tell, never served any purpose. Signed-off-by: Allan McRae <allan@archlinux.org> commit 6e819c819a319b47a35c598200ea4a0cf35b517a Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Fri Nov 16 19:47:31 2018 -0800 add missing tests to meson.build Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b95ba13df15217f4cad40fcde8f6b5fe7ff1118a Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Fri Nov 16 19:47:32 2018 -0800 common/ini: remove unnecessary alpm include Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: build-aux/edit-script.sh.in | 2 +- build-aux/tap-driver.sh | 652 -------------------------------------------- scripts/Makefile.am | 36 +-- src/common/ini.c | 3 +- test/pacman/meson.build | 2 + 5 files changed, 13 insertions(+), 682 deletions(-) delete mode 100755 build-aux/tap-driver.sh hooks/post-receive -- The official pacman repository
participants (1)
-
Allan McRae