summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-05-07 14:48:27 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-05-07 14:48:27 -0400
commitc23fb17173713c44646a72ecd4445cbcd28356b1 (patch)
tree3bef56c22dd549e44d41854d154ea719fb2d7d04
parentc7d3d5a5a8079ba3d8777ce93f648455ce4bb87d (diff)
downloadlongterm-queue-2.6.34-c23fb17173713c44646a72ecd4445cbcd28356b1.tar.gz
teach analyse script about 3.x kernels
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rwxr-xr-xscripts/analyse2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/analyse b/scripts/analyse
index c81f517..048ebd1 100755
--- a/scripts/analyse
+++ b/scripts/analyse
@@ -100,7 +100,7 @@ while [ $i -lt $DOTS ] ; do
STABLE=""
PARENT=`cat $THIS/$j/parent | sed 's/\(^.\{8\}\).*/\1/'`
LEN=`cat $THIS/$j/parent|wc -c`
- TAG=`cat $THIS/$j/tag-contains | grep -v v2.6.[123][0-9][\.-]|head -n1`
+ TAG=`cat $THIS/$j/tag-contains | grep -v v2\.6\.[123][0-9][\.-]| grep -v v3\.[0-9]*[\.-] | head -n1`
# this will round up a X-rcN release to a yet unreleased "X"
if [ -z "$TAG" ]; then
TAG=`cat $THIS/$j/tag-contains | head -n1`