From 92aed71fd2dc79ee63009b6987dfad5896de4428 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 13 May 2005 13:51:15 +0000 Subject: [PATCH] Mailing list migration git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1276 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 2 +- testsuite/run_tests.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1f1fa26316..8c96b29af4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ mail: mail -e \ -a "From: Arnaud.Legrand@imag.fr" \ -s "New version of GRAS ($$ver)" \ - simgrid2-users@listes.ens-lyon.fr + simgrid-devel@lists.gforge.inria.fr splint: splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \ diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index 05628c32c8..8217427189 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -139,7 +139,7 @@ if [ $failed_nb != 0 ] ; then echo "$failed_nb tests of $tests_nb failed: " cat test.failed echo "Rerun the tests using the following command: script -c 'make test' simgrid.tests.log" - echo " and send the following informations to simgrid2-users@listes.ens-lyon.fr:" + echo " and send the following informations to simgrid-devel@lists.gforge.inria.fr:" echo " - the file simgrid.tests.log produced by this command." echo " - a short description of the target platform (arch, OS, distrib, compiler)." echo " - the config.log produced by the compilation." -- 2.20.1