From fabcba14d984da7fa81b0eae756fab80d98c7a84 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 17 Jul 2024 23:16:58 +0200 Subject: [PATCH] [CI/CD] Commented out the generation of the Arch platypush-git package. See https://aur.archlinux.org/packages/platypush-git#comment-982845 If the PKGBUILD uses a dynamic `pkgver()` function, then `*-git` packages shouldn't be updated unless there are some changes in the PKGBUILD file itself. See https://aur.archlinux.org/packages/platypush-git#comment-982845 --- .drone.yml | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index b868bc8c87..2245d86a03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -115,28 +115,31 @@ steps: ### ### Update the Arch git package +### Note: This is probably no longer required, as the platypush-git PKGBUILD +### #now includes a dynamic pkgver() function. +### See https://aur.archlinux.org/packages/platypush-git#comment-982845 ### -- name: update-arch-git-package - image: python:3.11-alpine - environment: - WORKDIR: /tmp/workdir - SSH_PUBKEY: - from_secret: ssh_pubkey - SSH_PRIVKEY: - from_secret: ssh_privkey - - when: - branch: - - master - event: - - push - - depends_on: - - update-components-cache - - commands: - - . .drone/update-arch-git-package.sh +# - name: update-arch-git-package +# image: python:3.11-alpine +# environment: +# WORKDIR: /tmp/workdir +# SSH_PUBKEY: +# from_secret: ssh_pubkey +# SSH_PRIVKEY: +# from_secret: ssh_privkey +# +# when: +# branch: +# - master +# event: +# - push +# +# depends_on: +# - update-components-cache +# +# commands: +# - . .drone/update-arch-git-package.sh ### ### Update the Arch stable package @@ -345,7 +348,7 @@ steps: - push depends_on: - - update-arch-git-package + # - update-arch-git-package - update-rpm-repo - update-apt-repo