[kernel] r20025 - in dists/sid/linux: . debian/patches/features/all/rt
Ben Hutchings
benh at alioth.debian.org
Sat May 4 20:44:05 UTC 2013
Author: benh
Date: Sat May 4 20:44:04 2013
New Revision: 20025
Log:
Add script to regenerate rt patch series from git
Added:
dists/sid/linux/debian/patches/features/all/rt/genpatch.py
- copied, changed from r19981, dists/sid/linux/debian/patches/features/all/rt/genpatch.py
Modified:
dists/sid/linux/ (props changed)
Copied and modified: dists/sid/linux/debian/patches/features/all/rt/genpatch.py (from r19981, dists/sid/linux/debian/patches/features/all/rt/genpatch.py)
==============================================================================
--- dists/sid/linux/debian/patches/features/all/rt/genpatch.py Sun Apr 28 19:00:37 2013 (r19981, copy source)
+++ dists/sid/linux/debian/patches/features/all/rt/genpatch.py Sat May 4 20:44:04 2013 (r20025)
@@ -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