diff --git a/Scripts/developer_scripts/autotest_cgal b/Scripts/developer_scripts/autotest_cgal index 70830eb86c9..709a5675e01 100755 --- a/Scripts/developer_scripts/autotest_cgal +++ b/Scripts/developer_scripts/autotest_cgal @@ -60,7 +60,7 @@ WGET="wget" WGET_OPTS="--no-check-certificate --no-verbose" CURL="curl" CURL_OPTS="-k --remote-name --silent --location-trusted" -CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases" +CGAL_URL="https://cgal.geometryfactory.com/CGAL/Releases" LATEST_LOCATION="${CGAL_URL}/LATEST" TAR="tar" GZIP="gzip" diff --git a/Scripts/developer_scripts/autotest_cgal_with_ctest b/Scripts/developer_scripts/autotest_cgal_with_ctest index 5049e1d0db9..0b250aa618e 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_ctest +++ b/Scripts/developer_scripts/autotest_cgal_with_ctest @@ -16,7 +16,7 @@ export WGET="wget" export WGET_OPTS="--no-check-certificate --no-verbose" export CURL="curl" export CURL_OPTS="-k --remote-name --silent --location-trusted" -export CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases" +export CGAL_URL="https://cgal.geometryfactory.com/CGAL/Releases" export UPLOAD_RESULT_DESTINATION="cgaltest@cgaltest.geometryfactory.com:incoming" export LATEST_LOCATION="${CGAL_URL}/LATEST" export TAR="tar" @@ -216,7 +216,7 @@ unzip_cgal() # Parse command line arguments for arg in "$@" do - case "$arg" in + case "$arg" in "-c") echo "Using latest unzipped release instead of getting a new one from the server" USE_LATEST_UNZIPPED="y" @@ -263,7 +263,7 @@ LOCK_FILE="${CGAL_HOME}/autotest_cgal_with_cmake.lock" ACTUAL_LOGFILE="${CGAL_HOME}/`basename ${0}`.log" rm -f "${ACTUAL_LOGFILE}" -echo "Running `basename ${0}` "'$Revision$' >> "${ACTUAL_LOGFILE}" +echo "Running `basename ${0}` "'$Revision$' >> "${ACTUAL_LOGFILE}" cd "$CGAL_HOME" diff --git a/Scripts/developer_scripts/run_doxygen_testsuite b/Scripts/developer_scripts/run_doxygen_testsuite index f5cd10a1f12..62e1a5d2eeb 100755 --- a/Scripts/developer_scripts/run_doxygen_testsuite +++ b/Scripts/developer_scripts/run_doxygen_testsuite @@ -22,8 +22,8 @@ function error() { exit 1 } -CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases" -CURL_OPTS="--remote-name --silent -n" +CGAL_URL="https://cgal.geometryfactory.com/CGAL/Releases" +CURL_OPTS="--remote-name --silent --location --netrc" LATEST_LOCATION="${CGAL_URL}/LATEST" CGAL_DOC_BUILD="/home/cgal-testsuite/cgal_doc_build"