From 3c8cdfff09bd1e32dcfd6154c82ad3fd1205b85f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Feb 2013 20:03:56 +0100 Subject: add debuginfo repo, switch failovermethod to roundrobin (for mirrors) --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..de24a48 100644 --- a/Makefile +++ b/Makefile @@ -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' + -- cgit