[kernel-team] 31/47: Add Steven Rostedt's and Ubuntu's unofficial stable branches

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:30:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit 716a384b66e49e025cb7382f600ee9f861ad2809
Author: Ben Hutchings <benh at debian.org>
Date:   Sun Sep 15 15:51:49 2013 +0000

    Add Steven Rostedt's and Ubuntu's unofficial stable branches
    
    svn path=/people/benh/; revision=20631
---
 scripts/benh/git-check-in-stable | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/scripts/benh/git-check-in-stable b/scripts/benh/git-check-in-stable
index 30a47cc..e636ee4 100755
--- a/scripts/benh/git-check-in-stable
+++ b/scripts/benh/git-check-in-stable
@@ -8,10 +8,11 @@ set -eu
 PAGER=cat
 
 needle="$1"
-git for-each-ref 'refs/remotes/stable/linux-*' |
+git for-each-ref 'refs/remotes/stable/linux-*.y' \
+                 'refs/remotes/stable-rt/v*-stable' \
+                 'refs/remotes/ubuntu/linux-*.y' |
 while read commit dummy ref; do
-    version=${ref#refs/remotes/stable/linux-}
-    version=${version%.y}
+    version="$(echo "$ref" | sed -r 's at .*/(linux-|v)(.*)(-stable|\.y)@\2@')"
     if [ "$version" = 2.6.11 ]; then
 	continue # 2.6.11 is pre-history
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list