Change the IP address for test result submissions

This commit is contained in:
Laurent Rineau 2014-08-27 10:24:46 +02:00
parent ce772cdce0
commit b7becbcdb8
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ CGAL_TESTER_NAME="${CGAL_TESTER}"
CGAL_TESTER_ADDRESS="${CGAL_TESTER}"
CONSOLE_OUTPUT="y"
CGAL_ROOT=`pwd`
UPLOAD_RESULT_DESTINATION="cgaltest@cgal.geometryfactory.com:incoming"
UPLOAD_RESULT_DESTINATION="cgaltest@cgaltest.geometryfactory.com:incoming"
BUILD_HOSTS="must_be_set_in_.autocgalrc"
MAIL_ADDRESS="must_be_set_in_.autocgalrc"
MYSHELL=""

View File

@ -1,5 +1,5 @@
#!/bin/sh
touch /tmp/CGAL-test-`whoami`
SSH_AUTH_SOCK="" scp /tmp/CGAL-test-`whoami` cgaltest@cgal.geometryfactory.com:incoming
SSH_AUTH_SOCK="" scp /tmp/CGAL-test-`whoami` cgaltest@cgaltest.geometryfactory.com:incoming
rm -f /tmp/CGAL-test-`whoami`