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:
Aurel Canciu 2020-12-03 12:22:21 +02:00
parent b6f30ae3e1
commit 116ccd6b3b
No known key found for this signature in database
GPG key ID: AB25339971E6F81E
5 changed files with 5 additions and 5 deletions

View file

@ -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)