Codebase list rust-stfu8 / 89c70e9
release.sh: abort if FIXMEs remain (but overlook *.debcargo.hint and changelog) Ximin Luo 5 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77
88 if test ! -f "$PKGDIR_REL/debian/changelog"; then
99 abort 1 "Cannot find $PKGDIR_REL/debian/changelog. Did you run ./new-package.sh before?"
10 fi
11
12 if git grep FIXME -- "$PKGDIR_REL" :^"$PKGDIR_REL/debian/*.debcargo.hint" :^"$PKGDIR_REL/debian/changelog"; then
13 abort 1 "FIXMEs remain in $PKGDIR_REL, fix and commit those first."
1014 fi
1115
1216 git diff --quiet --cached || \