fedora-accounts run-make-components.sh,1.2,1.3

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Feb 26 11:52:19 UTC 2007


Author: ausil

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32644

Modified Files:
	run-make-components.sh 
Log Message:
add support for EPEL bugzilla sync



Index: run-make-components.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/run-make-components.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- run-make-components.sh	13 Jul 2005 15:45:42 -0000	1.2
+++ run-make-components.sh	26 Feb 2007 11:52:16 -0000	1.3
@@ -9,7 +9,8 @@
 
 for I in $REPOS; do
 	cvs -d :pserver:anonymous at cvs.fedora.redhat.com:/cvs/$I co -p owners/owners.list > $I.list 2>/dev/null
-	FILES="$FILES ${I}.list"
+	cvs -d :pserver:anonymous at cvs.fedora.redhat.com:/cvs/$I co -p owners/owners.epel.list > $I.epel.list 2>/dev/null
+	FILES="$FILES ${I}.list ${I}.epel.list"
 done
 
 $BINDIR/bz-make-components.py $FILES




More information about the scm-commits mailing list