rpms/kernel/devel/scripts rebase.sh,1.24.6.1,1.24.6.2

myoung myoung at fedoraproject.org
Thu Sep 3 20:02:41 UTC 2009


Author: myoung

Update of /cvs/pkgs/rpms/kernel/devel/scripts
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29138/scripts

Modified Files:
      Tag: private-myoung-dom0-branch
	rebase.sh 
Log Message:
Update pvops patch to try stack protector on i686 again



Index: rebase.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/rebase.sh,v
retrieving revision 1.24.6.1
retrieving revision 1.24.6.2
diff -u -p -r1.24.6.1 -r1.24.6.2
--- rebase.sh	25 Feb 2009 21:26:03 -0000	1.24.6.1
+++ rebase.sh	3 Sep 2009 20:02:41 -0000	1.24.6.2
@@ -29,12 +29,12 @@ else
 fi
 
 # Is there a new snapshot or prepatch ?
-NEW=`curl -s http://www.kernel.org/kdist/finger_banner | grep "snapshot for the stable"`
+NEW=`curl -s http://www.kernel.org/kdist/finger_banner | grep "latest snapshot 2.6 version"`
 if [ -z "$NEW" ] ; then
-  NEW=`curl -s http://www.kernel.org/kdist/finger_banner | grep "prepatch for the stable"`
+  NEW=`curl -s http://www.kernel.org/kdist/finger_banner | grep "latest mainline 2.6 version"`
   if [ -z "$NEW" ] ; then
     if [ "$OLDRC" -ne 0 ] ; then
-      NEW=`curl -s http://www.kernel.org/kdist/finger_banner | grep "stable version of the Linux kernel is"`
+      NEW=`curl -s http://www.kernel.org/kdist/finger_banner | grep "latest stable 2.6." | head -n1`
     else
       echo "No new rc or git snapshot of stable branch".
       exit 0




More information about the fedora-extras-commits mailing list