Fixing script

This commit is contained in:
Joakim Erdfelt 2016-10-14 10:33:33 -07:00
parent cb74cb8c1f
commit 7a2548ea72
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function gitFindRemoteByUrl() {
return 0 return 0
} }
GIT_REMOTE_URL="git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git" GIT_REMOTE_URL="github.com:eclipse/jetty.project.git"
GIT_REMOTE_ID=$(gitFindRemoteByUrl "$GIT_REMOTE_URL") GIT_REMOTE_ID=$(gitFindRemoteByUrl "$GIT_REMOTE_URL")
GIT_BRANCH_ID=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match) GIT_BRANCH_ID=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match)