Change the URL to internal release

That will fix our documentation testsuite.
This commit is contained in:
Laurent Rineau 2021-03-26 10:49:34 +01:00
parent f650c2f467
commit b131bd9d25
3 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ WGET="wget"
WGET_OPTS="--no-check-certificate --no-verbose" WGET_OPTS="--no-check-certificate --no-verbose"
CURL="curl" CURL="curl"
CURL_OPTS="-k --remote-name --silent --location-trusted" 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" LATEST_LOCATION="${CGAL_URL}/LATEST"
TAR="tar" TAR="tar"
GZIP="gzip" GZIP="gzip"

View File

@ -16,7 +16,7 @@ export WGET="wget"
export WGET_OPTS="--no-check-certificate --no-verbose" export WGET_OPTS="--no-check-certificate --no-verbose"
export CURL="curl" export CURL="curl"
export CURL_OPTS="-k --remote-name --silent --location-trusted" 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 UPLOAD_RESULT_DESTINATION="cgaltest@cgaltest.geometryfactory.com:incoming"
export LATEST_LOCATION="${CGAL_URL}/LATEST" export LATEST_LOCATION="${CGAL_URL}/LATEST"
export TAR="tar" export TAR="tar"

View File

@ -22,8 +22,8 @@ function error() {
exit 1 exit 1
} }
CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases" CGAL_URL="https://cgal.geometryfactory.com/CGAL/Releases"
CURL_OPTS="--remote-name --silent -n" CURL_OPTS="--remote-name --silent --location --netrc"
LATEST_LOCATION="${CGAL_URL}/LATEST" LATEST_LOCATION="${CGAL_URL}/LATEST"
CGAL_DOC_BUILD="/home/cgal-testsuite/cgal_doc_build" CGAL_DOC_BUILD="/home/cgal-testsuite/cgal_doc_build"