From: Thierry Parmentelat Date: Wed, 14 Feb 2007 08:47:15 +0000 (+0000) Subject: fetches yumgroups.xml according to PLDISTRO X-Git-Tag: 4.2-rc2~646 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ff2467d0eb5c6f0ec326e1c908989c0572954642;p=build.git fetches yumgroups.xml according to PLDISTRO --- diff --git a/onelab.mk b/onelab.mk index ac6b62ca..6dda46fe 100644 --- a/onelab.mk +++ b/onelab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: onelab.mk,v 1.6 2007/01/30 17:46:10 thierry Exp $ +# $Id: onelab.mk,v 1.7 2007/02/09 01:16:19 thierry Exp $ # # @@ -373,7 +373,12 @@ SERVER := root@onelab-plc.inria.fr RPMSAREA := /var/www/html/install-rpms/ BOOTAREA := /var/www/html/boot/ -YUMGROUPS := $(PLDISTRO).xml +ifeq ($(PLDISTRO),planetlab) +YUMGROUPS := groups/v3_yumgroups.xml +else +YUMGROUPS := groups/v4_onelab.xml +endif + #BASE := onelab BASENEW := build-$(notdir $(shell pwd)) BASEBAK := planetlab-bak