Skip to content
Snippets Groups Projects
Commit fe9e7a9f authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9048: Create correct tag if branch name does not start with LOFAR

parent c875a38b
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ export LOFAR_BRANCH_URL="https://svn.astron.nl/LOFAR/${LOFAR_BRANCH_NAME}" ...@@ -38,7 +38,7 @@ export LOFAR_BRANCH_URL="https://svn.astron.nl/LOFAR/${LOFAR_BRANCH_NAME}"
case "${LOFAR_BRANCH_NAME}" in case "${LOFAR_BRANCH_NAME}" in
trunk) export LOFAR_TAG=trunk ;; trunk) export LOFAR_TAG=trunk ;;
tags/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##tags/LOFAR-Release-} ;; tags/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##tags/LOFAR-Release-} ;;
branches/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##branches/LOFAR*Task} ;; branches/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##branches/*Task} ;;
*) export LOFAR_TAG=latest ;; *) export LOFAR_TAG=latest ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment