mirror of https://github.com/CGAL/cgal
Merge branch '5.2.x-branch'
This commit is contained in:
commit
ef771049b1
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue