rpms/gdb/devel gdb2fail.sh,1.5,1.6

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Fri May 25 14:33:41 UTC 2007


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23728

Modified Files:
	gdb2fail.sh 
Log Message:
Support also the koji-checked-out `build-\d+' directory structure.



Index: gdb2fail.sh
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb2fail.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdb2fail.sh	20 Sep 2006 22:27:01 -0000	1.5
+++ gdb2fail.sh	25 May 2007 14:33:07 -0000	1.6
@@ -27,6 +27,9 @@
     if test -z "$ver" ; then
     ver=`echo "$f" | sed -n -e 's,^.*/scratch/.*/task_\([0-9]*\)/logs/\([^/]*\)/.*$,-\1,p'`
     fi
+    if test -z "$ver" ; then
+    ver=`echo "$f" | sed -n -e 's,^.*/build-\([0-9]*\)/.*$,-\1,p'`
+    fi
     if test -z "$isa" ; then
     isa=`echo "$f" | sed -n -e 's,^.*/scratch/.*/task_\([0-9]*\)/logs/\([^/]*\)/.*$,-\2,p'`
     fi




More information about the fedora-extras-commits mailing list