check-patches.sh: Check for patches not yet forwarded and not Debian-specific

svn path=/dists/sid/linux/; revision=22042
This commit is contained in:
Ben Hutchings 2014-11-06 00:15:27 +00:00
parent 7c1cf09644
commit 0c43c4d115
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ echo
echo "Patches without Origin or Forwarded header"
echo "=========================================="
xargs egrep -L '^(Origin|Forwarded):' < $TMPDIR/used || test $? = 1
echo
echo "Patches to be forwarded"
echo "======================="
xargs egrep -l '^Forwarded: no' < $TMPDIR/used | grep -v ^debian/patches/debian/ || test $? = 1