makepkg is so annoying
This commit is contained in:
parent
f1650f611d
commit
d388377937
1 changed files with 2 additions and 4 deletions
|
@ -28,13 +28,11 @@ runs:
|
||||||
|
|
||||||
chmod 777 .
|
chmod 777 .
|
||||||
sudo -u user PACMAN="sudo -u user -- yay" makepkg -s --noconfirm
|
sudo -u user PACMAN="sudo -u user -- yay" makepkg -s --noconfirm
|
||||||
|
sudo -u user makepkg --printsrcinfo >>.SRCINFO.new
|
||||||
'
|
'
|
||||||
|
|
||||||
- name: Ensure .SRCINFO is up to date
|
- name: Ensure .SRCINFO is up to date
|
||||||
uses: docker://docker.io/library/archlinux:base-devel
|
run: diff -u .SRCINFO .SRCINFO.new
|
||||||
with:
|
|
||||||
entrypoint: bash
|
|
||||||
args: -c 'makepkg --printsrcinfo >>.SRCINFO.new && diff -u .SRCINFO{,.new}'
|
|
||||||
|
|
||||||
- name: Mirror to the AUR
|
- name: Mirror to the AUR
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue