fix: return only built packages from task

Since the last updates makepkg --packagelist also adds debug packages
which causes errors
This commit is contained in:
2024-02-09 17:37:50 +02:00
parent f68e48fb47
commit 14721913a4
2 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,7 @@ mv dist/ahriman-*.tar.gz package/archlinux
chmod +777 package/archlinux # because fuck you that's why
cd package/archlinux
sudo -u nobody -- makepkg -cf --skipchecksums --noconfirm
sudo -u nobody -- makepkg --packagelist | pacman -U --noconfirm -
sudo -u nobody -- makepkg --packagelist | grep -v -- -debug- | pacman -U --noconfirm -
# create machine-id which is required by build tools
systemd-machine-id-setup