rpms/perl-DBD-Mock Makefile,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 10 00:24:11 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-DBD-Mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18542

Modified Files:
	Makefile 
Log Message:
* Thu Aug 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.35-1
- update to 1.35
- add t/ to doc
- refactor perl br's
- update source url to pull by module, rather than by author



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-Mock/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	5 May 2007 22:52:40 -0000	1.3
+++ Makefile	10 Aug 2007 00:23:39 -0000	1.4
@@ -9,7 +9,7 @@
 build-all :
 	@echo NOTICE: building for ${BRANCHES}
 	@sleep 5s
-	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag build ; cd .. ; done
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || KOJI_FLAGS="--nowait" make tag build ; cd .. ; done
 
 common-update : common
 	@cd common && cvs update




More information about the fedora-extras-commits mailing list