mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 14:41:20 +00:00
release.sh git grep should be started in quiet mode to avoid opening less or vim
This commit is contained in:
parent
a32781257e
commit
e3cf5e2c31
@ -10,7 +10,7 @@ if test ! -f "$PKGDIR_REL/debian/changelog"; then
|
||||
abort 1 "Cannot find $PKGDIR_REL/debian/changelog. Did you run ./new-package.sh before?"
|
||||
fi
|
||||
|
||||
if git grep FIXME -- "$PKGDIR_REL" :^"$PKGDIR_REL/debian/*.debcargo.hint" :^"$PKGDIR_REL/debian/changelog"; then
|
||||
if git grep --quiet FIXME -- "$PKGDIR_REL" :^"$PKGDIR_REL/debian/*.debcargo.hint" :^"$PKGDIR_REL/debian/changelog"; then
|
||||
abort 1 "FIXMEs remain in $PKGDIR_REL, fix and commit those first."
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user