add portforward in the lxc mix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 28 Jun 2012 21:51:41 +0000 (23:51 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 28 Jun 2012 21:51:41 +0000 (23:51 +0200)
config.lxc/sliceimage.pkgs
lxc-tags.mk
lxc.mk

index d224a68..98ca5f8 100644 (file)
@@ -32,6 +32,7 @@ package: tar
 package: findutils
 package: filesystem
 package: vsyssh
+package: portforward
 # libvirt lxc containers need this so they can start up their network
 package: openssh-server dhclient
 
index d491b90..5d19286 100644 (file)
@@ -20,6 +20,7 @@ inotify-tools-SVNPATH         := http://svn.planet-lab.org/svn/inotify-tools/tags/inoti
 openvswitch-GITPATH            := git://git.planet-lab.org/openvswitch.git@master
 vsys-GITPATH                   := git://git.planet-lab.org/vsys.git@vsys-0.99-2
 vsys-scripts-GITPATH           := git://git.planet-lab.org/vsys-scripts@vsys-scripts-0.95-41
+portforward-GITPATH            := git://git.planet-lab.org/portforward@master
 plcapi-GITPATH                  := git://git.onelab.eu/plcapi.git@master
 drupal-GITPATH                  := git://git.planet-lab.org/drupal.git@drupal-4.7-15
 plewww-GITPATH                 := git://git.planet-lab.org/plewww@plewww-4.3-72
diff --git a/lxc.mk b/lxc.mk
index 14bc74f..9e23601 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -203,6 +203,14 @@ vsys-scripts-SPEC := vsys-scripts.spec
 IN_NODEIMAGE += vsys-scripts
 ALL += vsys-scripts
 
+#
+# portforward
+#
+portforward-MODULES := portforward
+portforward-SPEC := portforward.spec
+IN_SLICEIMAGE += portforward
+ALL += portforward
+
 #
 # plcapi
 #