the latest tests require sfa from branch
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 2 Apr 2014 08:24:37 +0000 (10:24 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 2 Apr 2014 08:24:37 +0000 (10:24 +0200)
lxc-tags.mk
onelab-tags.mk
onelab.mk

index b0c1456..d9c6011 100644 (file)
@@ -50,6 +50,6 @@ myplc-GITPATH                   := git://git.planet-lab.org/myplc.git@myplc-5.3-
 
 #
 sfa-BRANCH                     := geni-v3
-sfa-GITPATH                     := git://git.planet-lab.org/sfa.git@sfa-3.1-2
+sfa-GITPATH                     := git://git.planet-lab.org/sfa.git@geni-v3
 #
 tests-GITPATH                   := git://git.onelab.eu/tests.git@master
index ae3f520..c5e5252 100644 (file)
@@ -52,8 +52,7 @@ DistributedRateLimiting-SVNPATH       := http://svn.planet-lab.org/svn/DistributedRate
 
 #
 sfa-BRANCH                     := geni-v3
-sfa-GITPATH                     := git://git.planet-lab.org/sfa.git@sfa-3.1-2
-#sface-GITPATH                   := git://git.onelab.eu/sface.git@sface-0.9-9
+sfa-GITPATH                     := git://git.planet-lab.org/sfa.git@geni-v3
 #
 # locating the right test directory - see make tests_gitpath
 tests-GITPATH                   := git://git.onelab.eu/tests.git@master
index 851ae3b..cfbbe72 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -576,13 +576,6 @@ release-RPMDATE := yes
 ALL += release
 
 ##############################
-# sfa requires python-2.7
-build_sfa=true
-ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
-build_sfa=false
-endif
-
-ifeq "$(build_sfa)" "true"
 #
 # sfa - Slice Facility Architecture
 #
@@ -590,22 +583,3 @@ sfa-MODULES := sfa
 sfa-SPEC := sfa.spec
 ALL += sfa
 
-#sface-MODULES := sface
-#sface-SPEC := sface.spec
-#ALL += sface
-endif
-
-##############################
-# don't build these by default, we have separate builds for that
-# corresponding tags are removed from onelab-tags.mk as well
-# as this is not supported on f14 anymore
-# and we target debians and ubuntus anyway
-myslice-MODULES := myslice
-myslice-SPEC := myslice.spec
-myslice-STOCK-DEVEL-RPMS := python-django
-myslice-STOCK-DEVEL-DEBS := python-django python-django-south
-#ALL += myslice
-
-manifold-MODULES := manifold
-manifold-SPEC := manifold.spec
-#ALL += manifold