[kernel] r19985 - dists/sid/linux/debian/patches/features/all/rt

Ben Hutchings benh at alioth.debian.org
Sun Apr 28 19:21:19 UTC 2013


Author: benh
Date: Sun Apr 28 19:21:19 2013
New Revision: 19985

Log:
[rt] Make genpatch.py also run convert-series

Modified:
   dists/sid/linux/debian/patches/features/all/rt/genpatch.py

Modified: dists/sid/linux/debian/patches/features/all/rt/genpatch.py
==============================================================================
--- dists/sid/linux/debian/patches/features/all/rt/genpatch.py	Sun Apr 28 19:18:28 2013	(r19984)
+++ dists/sid/linux/debian/patches/features/all/rt/genpatch.py	Sun Apr 28 19:21:19 2013	(r19985)
@@ -31,6 +31,8 @@
     for name in old_series:
         print 'Obsoleted patch', os.path.join(patch_dir, name)
 
+    subprocess.check_call([os.path.join(patch_dir, 'convert-series')])
+
 if __name__ == '__main__':
     if len(sys.argv) != 3:
         print >>sys.stderr, "Usage: %s REPO RT-VERSION" % sys.argv[0]



More information about the Kernel-svn-changes mailing list