From: Thierry Parmentelat Date: Tue, 22 Jan 2008 15:08:59 +0000 (+0000) Subject: oops, previous commit was not intended to commit this change, noderepo is not ready yet X-Git-Tag: 4.2-rc2~249 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=df58118ebd687c388e21489c6b5af1dc770b98cc;p=build.git oops, previous commit was not intended to commit this change, noderepo is not ready yet --- diff --git a/onelab.mk b/onelab.mk index 659756de..1ebb608c 100644 --- a/onelab.mk +++ b/onelab.mk @@ -319,23 +319,6 @@ bootstrapfs-DEPEND-FILES := RPMS/yumgroups.xml ALL += bootstrapfs IN_MYPLC += bootstrapfs -# -# noderepo -# -NODEREPO_RPMS = $(foreach package,$(IN_BOOTSTRAPFS) $(IN_VSERVER),$($(package).rpms)) -noderepo.list: - @for rpm in $(NODEREPO_RPMS) ; do echo $rpm ; done > $@ - -noderepo-MODULES := BootstrapFS build -noderepo-SPEC := noderepo.spec -noderepo-RPMBUILD := sudo bash ./rpmbuild.sh -# package requires all regular packages -noderepo-DEPEND-PACKAGES := $(IN_BOOTSTRAPFS) $(IN_VSERVER) -noderepo-DEPEND-FILES := RPMS/yumgroups.xml noderepo.list -# not yet -#ALL += noderepo -#IN_MYPLC += noderepo - # # myplc : initial, chroot-based packaging #