mirror of https://github.com/CGAL/cgal
Change the IP address for test result submissions
This commit is contained in:
parent
ce772cdce0
commit
b7becbcdb8
|
|
@ -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=""
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue