FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
utPLSQL/development/refresh_sources.sh at develop · utPLSQL/utPLSQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
utPLSQL
/
utPLSQL
Public
Notifications
You must be signed in to change notification settings
Fork
189
Star
622
Code
Issues
12
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
utPLSQL
/
development
/
refresh_sources.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
19 lines (14 loc) · 811 Bytes
Breadcrumbs
utPLSQL
/
development
/
refresh_sources.sh
Copy path
File metadata and controls
executable file
·
19 lines (14 loc) · 811 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!
/bin/bash
#
goto git root directory
git rev-parse
&&
cd
"
$(
git rev-parse --show-cdup
)
"
.
./development/env.sh
#
remove sub-direcotry containing main branch shallow copy
rm -rf
${UTPLSQL_DIR
:-
utPLSQL_latest_release}
#
clone utPLSQL main branch from upstream into utPLSQL sub-directory of your project
git clone --depth=1 --branch=
${SELFTESTING_BRANCH
:-
main}
https://github.com/utPLSQL/utPLSQL.git
${UTPLSQL_DIR
:-
utPLSQL_latest_release}
rm -rf
${UTPLSQL_DIR
:-
utPLSQL_latest_release}
/.git
rm -rf utPLSQL-cli/
*
#
download latest release version of utPLSQL-cli
curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/
${UTPLSQL_CLI_VERSION}
/utPLSQL-cli.zip
#
unzip utPLSQL-cli and remove the zip file
unzip utPLSQL-cli.zip
&&
chmod u+x utPLSQL-cli/bin/utplsql
&&
rm utPLSQL-cli.zip
Back
|
FazBrowse Home
|
New Git URL