From: Thierry Parmentelat Date: Wed, 3 Apr 2013 16:25:39 +0000 (+0200) Subject: trying out ipfw's from the new sourceforge repo on all fedora's X-Git-Tag: 5.2.2~53 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=33906c01e9f98f98fb9e0c54e17c26a5d036ac3e trying out ipfw's from the new sourceforge repo on all fedora's --- diff --git a/lxc-tags.mk b/lxc-tags.mk index 9bc400ce..fab89aa0 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -4,7 +4,7 @@ lxcsu-GITPATH := git://git.planet-lab.org/lxcsu.git@lxcsu-0.2-1 lxctools-GITPATH := git://git.planet-lab.org/lxctools.git@lxctools-0.9-4 transforward-GITPATH := git://git.planet-lab.org/transforward.git@transforward-0.1-2 procprotect-GITPATH := git://git.planet-lab.org/procprotect.git@master -ipfw-GITPATH := git://git.planet-lab.org/ipfw.git@ipfw-20120610-2 +ipfw-GITPATH := git://git.code.sf.net/p/dummynet/code@master nodeupdate-GITPATH := git://git.planet-lab.org/nodeupdate.git@nodeupdate-0.5-9 PingOfDeath-SVNPATH := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDeath-2.2-1 plnode-utils-GITPATH := git://git.planet-lab.org/plnode-utils.git@plnode-utils-0.2-2 diff --git a/lxc.mk b/lxc.mk index 12907ea0..0e11b4fb 100644 --- a/lxc.mk +++ b/lxc.mk @@ -47,7 +47,7 @@ IN_NODEIMAGE += procprotect # ipfw: root context module, and slice companion # # starting on 2013-03-05 when f18 has moved to kernel 3.8 this module won't build anymore -ifeq "$(DISTRONAME)" "f16" +#ifeq "$(DISTRONAME)" "f16" ipfwroot-MODULES := ipfw ipfwroot-SPEC := planetlab/ipfwroot.spec ALL += ipfwroot @@ -56,7 +56,7 @@ IN_NODEIMAGE += ipfwroot ipfwslice-MODULES := ipfw ipfwslice-SPEC := planetlab/ipfwslice.spec ALL += ipfwslice -endif +#endif # # NodeUpdate diff --git a/onelab-tags.mk b/onelab-tags.mk index c5b759b0..edb755a6 100644 --- a/onelab-tags.mk +++ b/onelab-tags.mk @@ -10,7 +10,8 @@ kernel-WHITELIST-RPMS := kernel-devel,kernel-headers endif kernel-DEVEL-RPMS += elfutils-libelf-devel -ipfw-GITPATH := git://git.onelab.eu/ipfw.git@ipfw-20120610-2 +#ipfw-GITPATH := git://git.onelab.eu/ipfw.git@ipfw-20120610-2 +ipfw-GITPATH := git://git.code.sf.net/p/dummynet/code@master madwifi-GITPATH := git://git.onelab.eu/madwifi.git@madwifi-4132-6 iptables-GITPATH := git://git.onelab.eu/iptables.git@iptables-1.4.10-5 ###