fixup! Update git packages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-03-27 04:52:34 +02:00
parent 1a6e790616
commit d755aa9e94
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -43,6 +43,10 @@ git clone --recursive https://git.tobiasmanske.de/archlinux-repo/package_sources
cd packages cd packages
git submodule update --remote --merge # Make sure we are up to date if something is linked as a submodule 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' \; find . -name PKGBUILD -execdir sh -c 'makepkg --printsrcinfo > .SRCINFO' \;
# Build all packages defined in our git # 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 #paclist custom | awk '{print $1}' | xargs -r aur sync --noconfirm
aur sync -u -S --noview --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 ## Upload to repo
mcli mirror --overwrite /repo s3/repo/x86_64 mcli mirror --overwrite /repo s3/repo/x86_64