rpms/kernel/devel/scripts check-TODO.sh,1.2,1.2.6.1

Michael Young myoung at fedoraproject.org
Thu Jun 4 19:35:34 UTC 2009


Author: myoung

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

Modified Files:
      Tag: private-myoung-dom0-branch
	check-TODO.sh 
Log Message:
Update pvops kernel to rc8



Index: check-TODO.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/check-TODO.sh,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -u -p -r1.2 -r1.2.6.1
--- check-TODO.sh	29 Dec 2008 03:21:40 -0000	1.2
+++ check-TODO.sh	4 Jun 2009 19:35:03 -0000	1.2.6.1
@@ -10,7 +10,7 @@ done
 # sometimes dead stuff lingers in cvs, even though it's not in the specfile.
 for i in *.patch
 do
-   for j in $(grep $i kernel.spec | grep ApplyPatch | awk '{ print $2 }' | wc -l)
+   for j in $(grep $i kernel.spec | grep Apply.*Patch | awk '{ print $2 }' | wc -l)
    do
      if [ "$j" = "0" ]; then
        echo $i is in CVS, but not applied in spec file.




More information about the fedora-extras-commits mailing list