File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function _setup()
44
44
AUTHORS=" --authors-file=${AUTHORS_FILE} "
45
45
fi
46
46
fi
47
- github_machine=$( echo ${GITHUB_URL} | awk -F' // ' {' print $2 ' })
47
+ github_machine=$( echo ${GITHUB_URL} | awk -F' /' {' print $3 ' })
48
48
svn_machine=$( echo ${REPOSITORY} | awk -F' /' {' print $3' }| awk -F' :' {' print $1' })
49
49
cat > ~ /.netrc << EOF
50
50
machine ${github_machine}
@@ -56,7 +56,7 @@ login ${SVN_USERNAME}
56
56
password ${SVN_PASSWORD}
57
57
EOF
58
58
# # Set our default SVN options
59
- SVN_OPTIONS=" --trust-server-cert --non-interactive --no-auth-cache -- username ${SVN_USERNAME} --password ${SVN_PASSWORD} "
59
+ SVN_OPTIONS=" --trust-server-cert --non-interactive --username ${SVN_USERNAME} --password ${SVN_PASSWORD} "
60
60
# # Get the repo name and full URL for the remote subversion repository
61
61
REPO_NAME=$( svn info ${REPOSITORY} ${SVN_OPTIONS} | grep ' ^Path' | awk {' print $2' }| sed ' s/ /-/g' )
62
62
REPO_URL=$( svn info ${REPOSITORY} ${SVN_OPTIONS} | grep ' ^URL' | awk {' print $2' })
You can’t perform that action at this time.
0 commit comments