[kernel] r22042 - dists/sid/linux/debian/bin
    Ben Hutchings 
    benh at moszumanska.debian.org
       
    Thu Nov  6 00:15:27 UTC 2014
    
    
  
Author: benh
Date: Thu Nov  6 00:15:27 2014
New Revision: 22042
Log:
check-patches.sh: Check for patches not yet forwarded and not Debian-specific
Modified:
   dists/sid/linux/debian/bin/check-patches.sh
Modified: dists/sid/linux/debian/bin/check-patches.sh
==============================================================================
--- dists/sid/linux/debian/bin/check-patches.sh	Thu Nov  6 00:02:29 2014	(r22041)
+++ dists/sid/linux/debian/bin/check-patches.sh	Thu Nov  6 00:15:27 2014	(r22042)
@@ -20,3 +20,7 @@
 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
    
    
More information about the Kernel-svn-changes
mailing list