mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
DLAGENTS: Fix verifier git in-progress abortion
Signed-off-by: shadichy <shadichy@blisslabs.org>
This commit is contained in:
parent
03256be1cb
commit
aaaa03dac2
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -82,10 +82,9 @@ verify_dest() {
|
|||
|
||||
# Abort any in-progress tasks
|
||||
git am --abort ||
|
||||
git apply --abort ||
|
||||
git merge --abort ||
|
||||
git rebase --abort ||
|
||||
git cherrypick --abort || :
|
||||
git cherry-pick --abort || :
|
||||
|
||||
# Update the existing shallow clone
|
||||
update_src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue