Rename flux-git to flux-scm to prevent collision
A flux-git package already exists in AUR Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pkgbase = flux-git
|
||||
pkgbase = flux-scm
|
||||
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
|
||||
pkgver = ${PKGVER}
|
||||
pkgrel = ${PKGREL}
|
||||
@@ -16,4 +16,4 @@ pkgbase = flux-git
|
||||
source = git+https://github.com/fluxcd/flux2.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = flux-git
|
||||
pkgname = flux-scm
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Aurel Canciu <aurelcanciu@gmail.com>
|
||||
# Maintainer: Hidde Beydals <hello@hidde.co>
|
||||
|
||||
pkgname=flux-git
|
||||
pkgname=flux-scm
|
||||
pkgver=${PKGVER}
|
||||
pkgrel=${PKGREL}
|
||||
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
|
||||
@@ -58,11 +58,11 @@ publishers:
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add <(echo "{{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}")
|
||||
.github/aur/flux-bin/publish.sh {{ .Version }}
|
||||
- name: aur-pkg-git
|
||||
- name: aur-pkg-scm
|
||||
cmd: |
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add <(echo "{{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}")
|
||||
.github/aur/flux-git/publish.sh {{ .Version }}
|
||||
.github/aur/flux-scm/publish.sh {{ .Version }}
|
||||
- name: aur-pkg-go
|
||||
cmd: |
|
||||
eval $(ssh-agent -s)
|
||||
|
||||
Reference in New Issue
Block a user