Dont pull packages from aur when not necessary.
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Tobias Manske 2023-08-21 16:37:17 +02:00
parent 4abe3cd155
commit 3ad9f4c9f7
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 0 additions and 7 deletions

View File

@ -11,7 +11,6 @@ trigger:
- tag
steps:
- name: Update Repository
image: registry.gitlab.com/geraldwuhoo/docker-aurutils:latest
pull: always

View File

@ -73,12 +73,6 @@ git clone --recursive https://git.tobiasmanske.de/archlinux-repo/package_sources
cd packages
touch buildqueue
## OBTAIN PACKAGES TO BUILD
git submodule update --remote --merge &>/dev/null # Make sure we are up to date if something is linked as a submodule
#
# find . -name PKGBUILD -execdir sh -c 'makepkg --printsrcinfo > .SRCINFO || echo "Failed to build $(pwd)"' \;
# Obtain version of downloaded packages which didnt fail
while read -r i; do
aur srcver --no-prepare --jobs=4 "$i" || true