[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.2.1-4-gb543c05
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, maint has been updated via b543c055b9607161e6bd47b9d3709243057c8771 (commit) via b8f2d713e00c453efab035f467d63508897f08ea (commit) via eb21e9eb93a0e479e846ee5e415c9fdf7d74797b (commit) via 92b8c09000ac34e4740deb1e02eaf0cd852cdb0a (commit) from 068f8cec42057751f528b19cece37db13ae92541 (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 b543c055b9607161e6bd47b9d3709243057c8771 Author: Ivy Foster <joyfulgirl@archlinux.us> Date: Fri Mar 20 19:19:56 2015 -0500 Make get_pkg_arch treat arch as an array We use the get_pkg_arch function with the package name parameter in two places: 1) checking if the package is already built 2) installing build packages Currently this failed when a package override for "arch" was an array, despite all our documentation stating that it is indeed an array. This change makes these two places fail if there is package override for arch that is not an array - i.e. of the form arch='i686'. Signed-off-by: Ivy Foster <joyfulgirl@archlinux.us> Signed-off-by: Allan McRae <allan@archlinux.org> commit b8f2d713e00c453efab035f467d63508897f08ea Author: Allan McRae <allan@archlinux.org> Date: Wed Mar 25 15:26:36 2015 +1000 Update PKGBUILD-split.proto allowed overrides Commit 8a02abcf194 disallowed overridding pkgver/pkgrel/epoch. Update the split package prototype to refelct this change. Signed-off-by: Allan McRae <allan@archlinux.org> commit eb21e9eb93a0e479e846ee5e415c9fdf7d74797b Author: Christian Hesse <mail@eworm.de> Date: Wed Mar 25 13:55:34 2015 +0100 fix source package signing with SRCPKGDIR set Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/index.txt | 2 ++ proto/PKGBUILD-split.proto | 3 --- scripts/makepkg.sh.in | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org