Skip to content

Commit 1bd24bc

Browse files
committed
aur_pre_build: enforce checking AUR maintainers
1 parent 9e94c0b commit 1bd24bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lilac2/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ def aur_pre_build(
525525
# systems (e.g. Travis CI)
526526
import pyalpm
527527

528+
if not maintainers:
529+
raise Exception('Please fill in trusted AUR maintainers')
530+
528531
if name is None:
529532
name = os.path.basename(os.getcwd())
530533

0 commit comments

Comments
 (0)