Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Mark Olesen
2019-12-11 00:13:46 +01:00
5 changed files with 49 additions and 56 deletions

View File

@ -30,8 +30,7 @@ USAGE
# -----------------------------------------------------------------------------
defineURL() {
WEB_PATH="https://develop.openfoam.com"
FOAM_REPO_VERSION="$WM_PROJECT-plus"
export FOAM_BASE_REPO="https://develop.openfoam.com/Development/openfoam"
case "$WM_PROJECT_VERSION" in
v[1-9][.0-9]*)
@ -42,7 +41,6 @@ defineURL() {
;;
esac
export FOAM_BASE_REPO="$WEB_PATH/Development/$FOAM_REPO_VERSION"
export FOAM_ONLINE_REPO="$FOAM_BASE_REPO/blob/${FOAM_REPO_TAG}"
}