From: Marco Yuen Date: Fri, 16 Dec 2011 15:35:02 +0000 (-0500) Subject: Add lxc-reference to the build system X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=eba3a4f1dab711e4d28c3383250966c27759403d;p=build.git Add lxc-reference to the build system --- diff --git a/planetlab-k32-tags.mk b/planetlab-k32-tags.mk index 5f4a46d3..11c2c362 100644 --- a/planetlab-k32-tags.mk +++ b/planetlab-k32-tags.mk @@ -59,3 +59,4 @@ myplc-GITPATH := git://git.planet-lab.org/myplc.git@myplc-5.0- # locating the right test directory - see make tests_gitpath tests-GITPATH := git://git.planet-lab.org/tests.git@tests-5.0-32 libvirt-GITPATH := git://git.planet-lab.org/libvirt.git@lxcbuild +lxc-reference-GITPATH := git://git.planet-lab.org/lxc-reference.git@lxcbuild diff --git a/planetlab.mk b/planetlab.mk index 45ed4d23..6b80d78c 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -460,6 +460,14 @@ vserver-RPMDATE := yes ALL += vserver IN_BOOTSTRAPFS += vserver +# +# LXC reference images +# +lxcref-MODULES := lxc-reference +lxcref-SPEC := lxc-reference.spec +ALL += lxcref +IN_BOOTSTRAPFS += lxcref + # # bootstrapfs #