From f5c72e2a7d84213480c13d371c8ab88fd7c73244 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 9 Nov 2017 14:28:08 +0100 Subject: archPackagesUpdate: report-installed-packages at end of package() for i686 --- archPackagesUpdate | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/archPackagesUpdate b/archPackagesUpdate index 5bb301ea..601b296e 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -478,6 +478,19 @@ then rm -f ${paket}-*-${arch}.pkg.tar.xz* rm -rf --one-file-system src pkg + # report installed packages at end of package() function - if the build process succeeded, + # these packages should work + echo ' + if [ "$(uname -m)" = "i686" ]; then + eval "$( + declare -f package | \ + sed '"'"' + $ i sudo report-installed-packages archlinux-reports@eckner.net buildmaster@archlinux32.org + '"'"' + )" + fi + ' >> PKGBUILD + if [ "${arch}" = 'i686' ]; then # 32-bit is built in chroot /opt/arch32 ( -- cgit v1.2.3-54-g00ecf