From 3ad9f4c9f7cf5fdea8f1169062c76114527f6a55 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 21 Aug 2023 16:37:17 +0200 Subject: [PATCH] Dont pull packages from aur when not necessary. --- .drone.yml | 1 - entrypoint.sh | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 14c35be..e8bd9e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ trigger: - tag steps: - - name: Update Repository image: registry.gitlab.com/geraldwuhoo/docker-aurutils:latest pull: always diff --git a/entrypoint.sh b/entrypoint.sh index 1efa372..04c8825 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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