From 290a97b51b84921fe9d111f4ec30661c1ea06214 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 26 May 2009 10:36:04 +0000 Subject: [PATCH] specify tags for all modules but tests - should now be able to module-tag tests --- Makefile | 2 +- onelab-tags.mk | 10 +++++----- planetlab-k27-tags.mk | 6 +++--- planetlab-tags.mk | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index f550c55d..4847de79 100644 --- a/Makefile +++ b/Makefile @@ -725,7 +725,7 @@ info: packages modules branches #################### tests_svnpath: - @$(if $(TESTS_SVNPATH), echo $(TESTS_SVNPATH) > $@, \ + @$(if $(tests-SVNPATH), echo $(tests-SVNPATH) > $@, \ echo "http://svn.planet-lab.org/svn/tests/trunk" > $@) diff --git a/onelab-tags.mk b/onelab-tags.mk index f1759422..9ff2cfb6 100644 --- a/onelab-tags.mk +++ b/onelab-tags.mk @@ -35,17 +35,17 @@ PLCAPI-SVNPATH := http://svn.planet-lab.org/svn/PLCAPI/tags/PLCAPI-4.3-14 drupal-SVNPATH := http://svn.planet-lab.org/svn/drupal/tags/drupal-4.7-11 PLEWWW-SVNPATH := http://svn.planet-lab.org/svn/PLEWWW/tags/PLEWWW-4.3-13 www-register-wizard-SVNPATH := http://svn.planet-lab.org/svn//www-register-wizard/tags/www-register-wizard-4.2-3 -Monitor-SVNPATH := http://svn.planet-lab.org/svn/Monitor/trunk +Monitor-SVNPATH := http://svn.planet-lab.org/svn/Monitor/tags/Monitor-3.0-9 nodeconfig-SVNPATH := http://svn.planet-lab.org/svn/nodeconfig/tags/nodeconfig-4.3-3 BootManager-SVNPATH := http://svn.planet-lab.org/svn//BootManager/tags/BootManager-4.3-7 pypcilib-SVNPATH := http://svn.planet-lab.org/svn//pypcilib/tags/pypcilib-0.2-6 BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-13 VserverReference-SVNPATH := http://svn.planet-lab.org/svn//VserverReference/tags/VserverReference-4.2-12 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn//BootstrapFS/tags/BootstrapFS-1.0-8 -MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/trunk -geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/trunk -pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/trunk +MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-11 +geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.2-1 +pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1 # locating the right test directory - see make tests_svnpath -TESTS_SVNPATH := http://svn.planet-lab.org/svn/tests/trunk +tests-SVNPATH := http://svn.planet-lab.org/svn/tests/trunk diff --git a/planetlab-k27-tags.mk b/planetlab-k27-tags.mk index 2d71b4dc..19614121 100644 --- a/planetlab-k27-tags.mk +++ b/planetlab-k27-tags.mk @@ -37,8 +37,8 @@ BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-13 VserverReference-SVNPATH := http://svn.planet-lab.org/svn//VserverReference/tags/VserverReference-4.2-12 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn//BootstrapFS/tags/BootstrapFS-1.0-8 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-11 -geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/trunk -pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/trunk +geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.2-1 +pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1 # locating the right test directory - see make tests_svnpath -TESTS_SVNPATH := http://svn.planet-lab.org/svn/tests/trunk +tests-SVNPATH := http://svn.planet-lab.org/svn/tests/trunk diff --git a/planetlab-tags.mk b/planetlab-tags.mk index cf8ef026..ba950ac2 100644 --- a/planetlab-tags.mk +++ b/planetlab-tags.mk @@ -39,8 +39,8 @@ BootCD-SVNPATH := http://svn.planet-lab.org/svn/BootCD/tags/BootCD-4.2-13 VserverReference-SVNPATH := http://svn.planet-lab.org/svn//VserverReference/tags/VserverReference-4.2-12 BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn//BootstrapFS/tags/BootstrapFS-1.0-8 MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-11 -geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/trunk -pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/trunk +geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.2-1 +pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1 # locating the right test directory - see make tests_svnpath -TESTS_SVNPATH := http://svn.planet-lab.org/svn/tests/trunk +tests-SVNPATH := http://svn.planet-lab.org/svn/tests/trunk -- 2.43.0