From f6b48d92f592005b535eac0cf17325df3a854633 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 7 Feb 2014 12:18:39 +0100 Subject: [PATCH] set libvirt-GITPATH for both distros independently for now --- lxc-tags.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lxc-tags.mk b/lxc-tags.mk index 16b9acaa..bcd38cf4 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -12,7 +12,14 @@ nodemanager-GITPATH := git://git.planet-lab.org/nodemanager.git@mast pl_sshd-SVNPATH := http://svn.planet-lab.org/svn/pl_sshd/tags/pl_sshd-1.0-11 codemux-GITPATH := git://git.planet-lab.org/codemux.git@codemux-0.1-15 fprobe-ulog-GITPATH := git://git.planet-lab.org/fprobe-ulog.git@fprobe-ulog-1.1.4-3 +# tmp - hopefully we can get to use the same version on both +ifeq "$(DISTRONAME)" "f18" +# this is a tag libvirt-GITPATH := git://git.onelab.eu/libvirt.git@libvirt-1.0.4-3 +# this is an ongoing branch +else +libvirt-GITPATH := git://git.onelab.eu/libvirt.git@1.2.1 +endif pf2slice-SVNPATH := http://svn.planet-lab.org/svn/pf2slice/tags/pf2slice-1.0-2 mom-GITPATH := git://git.planet-lab.org/mom.git@mom-2.3-5 inotify-tools-GITPATH := git://git.planet-lab.org/inotify-tools.git@inotify-tools-3.13-2 -- 2.43.0