[kernel] r19074 - in dists/sid/linux/debian: . bin

Ben Hutchings benh at alioth.debian.org
Sun Jun 3 22:21:00 UTC 2012


Author: benh
Date: Sun Jun  3 22:20:59 2012
New Revision: 19074

Log:
test-patches: Recognise the rt featureset automatically

Also update the example featureset and flavour names.

Modified:
   dists/sid/linux/debian/bin/test-patches
   dists/sid/linux/debian/changelog

Modified: dists/sid/linux/debian/bin/test-patches
==============================================================================
--- dists/sid/linux/debian/bin/test-patches	Sun Jun  3 22:19:13 2012	(r19073)
+++ dists/sid/linux/debian/bin/test-patches	Sun Jun  3 22:20:59 2012	(r19074)
@@ -8,7 +8,7 @@
 kernelabi="$(uname -r)"
 ff="${kernelabi#+([^-])-@(trunk|+([0-9]))-}"
 if [ "x$ff" != "x$kernelabi" ]; then
-    flavour="${ff#@(openvz|vserver|xen)-}"
+    flavour="${ff#@(openvz|rt|vserver|xen)-}"
     if [ "x$flavour" != "x$ff" ]; then
 	featureset="${ff%-$flavour}"
     else
@@ -33,9 +33,9 @@
     echo >&2 "Usage: $0 [<options>] <patch>..."
     cat >&2 <<EOF
 Options:
-     -f <flavour>     specify the 'flavour' of kernel to build, e.g. 686
+     -f <flavour>     specify the 'flavour' of kernel to build, e.g. 686-pae
      -j <jobs>        specify number of compiler jobs to run in parallel
-     -s <featureset>  specify an optional featureset to apply, e.g. xen
+     -s <featureset>  specify an optional featureset to apply, e.g. rt
 EOF
     exit 2
 fi

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sun Jun  3 22:19:13 2012	(r19073)
+++ dists/sid/linux/debian/changelog	Sun Jun  3 22:20:59 2012	(r19074)
@@ -15,6 +15,7 @@
   * README.source: Update description of patch system to match current usage
   * linux-patch-debian: Remove; it is no longer necessary for GPL compliance
     and does not work with our current patch management
+  * test-patches: Recognise the rt featureset automatically
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 02 Jun 2012 20:31:53 +0100
 



More information about the Kernel-svn-changes mailing list