diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-02-12 20:03:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-02-12 20:03:56 +0100 |
commit | 3c8cdfff09bd1e32dcfd6154c82ad3fd1205b85f (patch) | |
tree | 13831c6df0040d82a59e3ccc66e1ff4984871a2d /Makefile | |
parent | b1c10ee99ceddfee64bdc51c93c033d30427ed7b (diff) |
add debuginfo repo, switch failovermethod to roundrobin (for mirrors)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,3 +2,9 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../common/Makefile +el5: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME)-el5.spec --define 'dist .el5.remi' --define 'rhel 5' + +el6: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME)-el5.spec --define 'dist .el6.remi' --define 'rhel 6' + |