rpms/kernel/devel/scripts check-TODO.sh,NONE,1.1

Dave Jones davej at fedoraproject.org
Mon Dec 29 03:03:27 UTC 2008


Author: davej

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

Added Files:
	check-TODO.sh 
Log Message:
TODO cleanup


--- NEW FILE check-TODO.sh ---
#!/bin/sh

for i in `grep ^* TODO  | awk '{ print $2 }'`
do
 if [ ! -f $i ]; then
   echo "$i referenced in the TODO, but isn't in CVS!"
 fi;
done

#for i in `grep ApplyPatch kernel.spec | awk '{ print $2 }'`
#do
#	R=$(grep $i TODO)
#	echo "$i is in CVS, but not mentioned in the TODO!"
#done





More information about the fedora-extras-commits mailing list