https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
s/clsp/clspr/.
* maintainer/packages: s/clsp/clspr/.
Update the URL of clspr's repository.
* buildfarm_worker/package.fns: s/clsp/clspr/.
* buildfarm_worker/generic.fns: Likewise.
* buildfarm_worker/antalya.fns, buildfarm_worker/caracas.fns,
* buildfarm_worker/istanbul.fns, buildfarm_worker/marvejols.fns,
* buildfarm_worker/pau.fns: Likewise.
* web/build.pl: Likewise.
buildfarm_worker/antalya.fns | 2 +-
buildfarm_worker/caracas.fns | 2 +-
buildfarm_worker/generic.fns | 2 +-
buildfarm_worker/istanbul.fns | 2 +-
buildfarm_worker/marvejols.fns | 2 +-
buildfarm_worker/package.fns | 2 +-
buildfarm_worker/pau.fns | 2 +-
maintainer/packages | 2 +-
web/build.pl | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
Index: maintainer/packages
--- maintainer/packages (revision 306)
+++ maintainer/packages (working copy)
@@ -1,7 +1,7 @@
transformers
https://svn.lrde.epita.fr/svn/transformers/trunk
vaucanson
https://svn.lrde.epita.fr/svn/vaucanson/trunk
tc-maintainer
https://svn.lrde.epita.fr/svn/tc/trunk/tc
-clsp
https://svn.lrde.epita.fr/svn/tc/trunk/c++-libtool-swig-python
+clspr
https://svn.lrde.epita.fr/svn/clspr/trunk
havm
https://svn.lrde.epita.fr/svn/havm/trunk
nolimips
https://svn.lrde.epita.fr/svn/nolimips/trunk
monoburg
https://svn.lrde.epita.fr/svn/monoburg
Index: web/build.pl
--- web/build.pl (revision 306)
+++ web/build.pl (working copy)
@@ -72,7 +72,7 @@
'havm',
'nolimips',
'monoburg',
- 'clsp',
+ 'clspr',
'tc-maintainer',
'tc',
'---',
Index: buildfarm_worker/package.fns
--- buildfarm_worker/package.fns (revision 306)
+++ buildfarm_worker/package.fns (working copy)
@@ -55,7 +55,7 @@
prg_version="bison --version:python -V"
}
-conf_clsp() {
+conf_clspr() {
prg_version="swig -version:python -V"
}
Index: buildfarm_worker/caracas.fns
--- buildfarm_worker/caracas.fns (revision 306)
+++ buildfarm_worker/caracas.fns (working copy)
@@ -13,7 +13,7 @@
test_tree havm
test_tree nolimips
test_tree monoburg
-test_tree clsp
+test_tree clspr
test_tree tc-maintainer
export CC="ccache gcc-3.4"
Index: buildfarm_worker/marvejols.fns
--- buildfarm_worker/marvejols.fns (revision 306)
+++ buildfarm_worker/marvejols.fns (working copy)
@@ -19,7 +19,7 @@
test_tree havm
test_tree nolimips
test_tree monoburg
-test_tree clsp
+test_tree clspr
test_tree transformers
Index: buildfarm_worker/generic.fns
--- buildfarm_worker/generic.fns (revision 306)
+++ buildfarm_worker/generic.fns (working copy)
@@ -14,7 +14,7 @@
test_tree havm
test_tree nolimips
test_tree monoburg
-test_tree clsp
+test_tree clspr
test_tree tc-maintainer
test_tree vaucanson
Index: buildfarm_worker/istanbul.fns
--- buildfarm_worker/istanbul.fns (revision 306)
+++ buildfarm_worker/istanbul.fns (working copy)
@@ -14,7 +14,7 @@
test_tree havm
test_tree nolimips
test_tree monoburg
-test_tree clsp
+test_tree clspr
test_tree tc configure build distcheck
# Not enough memory on this computer to test Vaucanson. :/
Index: buildfarm_worker/pau.fns
--- buildfarm_worker/pau.fns (revision 306)
+++ buildfarm_worker/pau.fns (working copy)
@@ -20,7 +20,7 @@
test_tree havm
test_tree nolimips
test_tree monoburg
-test_tree clsp
+test_tree clspr
# Boost headers.
host_config="--with-boost=/usr/include/boost-1_33"
test_tree tc configure build distcheck
Index: buildfarm_worker/antalya.fns
--- buildfarm_worker/antalya.fns (revision 306)
+++ buildfarm_worker/antalya.fns (working copy)
@@ -25,7 +25,7 @@
test_tree havm
test_tree nolimips
test_tree monoburg
-test_tree clsp
+test_tree clspr
# FIXME: Is this the best way to set DISTCHECK_CONFIGURE_FLAGS?
host_config="--with-boost=/sw/include"