Dont pull packages from aur when not necessary.
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
4abe3cd155
commit
3ad9f4c9f7
@ -11,7 +11,6 @@ trigger:
|
||||
- tag
|
||||
|
||||
steps:
|
||||
|
||||
- name: Update Repository
|
||||
image: registry.gitlab.com/geraldwuhoo/docker-aurutils:latest
|
||||
pull: always
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user