From d755aa9e9404a1e541c6ce79701cd6a101e8d496 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 27 Mar 2023 04:52:34 +0200 Subject: [PATCH] fixup! Update git packages --- entrypoint.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7ca6590..c06a522 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -43,6 +43,10 @@ git clone --recursive https://git.tobiasmanske.de/archlinux-repo/package_sources cd packages git submodule update --remote --merge # Make sure we are up to date if something is linked as a submodule +# +# Rebuild all git packages +paclist rad4day | awk '{print $1}' | grep -e "-git$" | aur fetch - + find . -name PKGBUILD -execdir sh -c 'makepkg --printsrcinfo > .SRCINFO' \; # Build all packages defined in our git @@ -57,8 +61,6 @@ aur build -S --noconfirm -a queue --no-sync --margs -s #paclist custom | awk '{print $1}' | xargs -r aur sync --noconfirm aur sync -u -S --noview --noconfirm -# Rebuild all git packages -paclist rad4day | awk '{print $1}' | grep -e "-git$" | xargs -r aur sync -S --noview --noconfirm ## Upload to repo mcli mirror --overwrite /repo s3/repo/x86_64