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