About common/Makefile.common

Jesse Keating jkeating at redhat.com
Fri May 18 17:33:14 UTC 2007


On Friday 18 May 2007 13:26:10 Remi Collet wrote:
> Reading this file, i've just noticed :
>
> ifeq ($(BRANCH),devel)
> build: koji
> else
> build: plague
> endif
>
> This probably need a fix to use koji in devel and F-7.
>

Are you not updated?  I see

ifneq (, $(filter devel F-7, $(BRANCH)))
build: koji
else
build: plague
endif


-- 
Jesse Keating
Release Engineer: Fedora
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-maintainers/attachments/20070518/3c436bf0/attachment.sig>


More information about the Fedora-maintainers mailing list