From: Alina Quereilhac Date: Sun, 10 Jun 2012 08:15:31 +0000 (+0200) Subject: Created copy of all external resource libraries in yans (pygccxml, ccn) and pointed... X-Git-Tag: nepi-3.0.0~156 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e94b579d1919c4f68305e1a24fbc72cb478612b8;p=nepi.git Created copy of all external resource libraries in yans (pygccxml, ccn) and pointed urls in planetlab/applications to yans. This avoids broken links. --- diff --git a/src/nepi/testbeds/planetlab/application.py b/src/nepi/testbeds/planetlab/application.py index a192707d..e0850f78 100644 --- a/src/nepi/testbeds/planetlab/application.py +++ b/src/nepi/testbeds/planetlab/application.py @@ -905,9 +905,10 @@ class NS3Dependency(Dependency): self.buildDepends = 'make waf gcc gcc-c++ gccxml unzip bzr' # We have to download the sources, untar, build... - pygccxml_source_url = "http://leaseweb.dl.sourceforge.net/project/pygccxml/pygccxml/pygccxml-1.0/pygccxml-1.0.0.zip" - ns3_source_url = "http://nepi.pl.sophia.inria.fr/code/nepi-ns3.13/archive/tip.tar.gz" - passfd_source_url = "http://nepi.pl.sophia.inria.fr/code/python-passfd/archive/tip.tar.gz" + #pygccxml_source_url = "http://leaseweb.dl.sourceforge.net/project/pygccxml/pygccxml/pygccxml-1.0/pygccxml-1.0.0.zip" + pygccxml_source_url = "http://yans.pl.sophia.inria.fr/libs/pygccxml-1.0.0.zip" + ns3_source_url = "http://nepi.inria.fr/code/nepi-ns3.13/archive/tip.tar.gz" + passfd_source_url = "http://nepi.inria.fr/code/python-passfd/archive/tip.tar.gz" pybindgen_version = "797" @@ -1111,8 +1112,10 @@ class CCNxDaemon(Application): self.ccnRoutes = None self.ccnxVersion = "ccnx-0.6.0" - self.ccnx_0_5_1_sources = "http://www.ccnx.org/releases/ccnx-0.5.1.tar.gz" - self.ccnx_0_6_0_sources = "http://www.ccnx.org/releases/ccnx-0.6.0.tar.gz" + #self.ccnx_0_5_1_sources = "http://www.ccnx.org/releases/ccnx-0.5.1.tar.gz" + self.ccnx_0_5_1_sources = "http://yans.pl.sophia.inria.fr/libs/ccnx-0.5.1.tar.gz" + #self.ccnx_0_6_0_sources = "http://www.ccnx.org/releases/ccnx-0.6.0.tar.gz" + self.ccnx_0_6_0_sources = "http://yans.pl.sophia.inria.fr/libs/ccnx-0.6.0.tar.gz" self.buildDepends = 'make gcc development-tools openssl-devel expat-devel libpcap-devel libxml2-devel' self.ccnx_0_5_1_build = (