update urls
This commit is contained in:
parent
5956aaf2ec
commit
ed9b05913e
|
@ -106,20 +106,20 @@ pushd $my_tmp/opt/$my_name/core/lib/walnut@daplie.com/setup
|
|||
git pull
|
||||
git checkout $my_launchpad_ver
|
||||
|
||||
git clone https://git.daplie.com/OAuth3/oauth3.js.git ./assets/oauth3.org
|
||||
git clone https://git.oauth3.org/OAuth3/oauth3.js.git ./assets/oauth3.org
|
||||
pushd assets/oauth3.org
|
||||
git checkout $my_azp_oauth3_ver
|
||||
popd
|
||||
popd
|
||||
|
||||
pushd $my_tmp/opt/$my_name/packages
|
||||
git clone https://git.daplie.com/OAuth3/issuer_oauth3.org.git rest/issuer@oauth3.org
|
||||
git clone https://git.oauth3.org/OAuth3/issuer.rest.walnut.js.git rest/issuer@oauth3.org
|
||||
pushd rest/issuer@oauth3.org/
|
||||
git checkout $my_iss_oauth3_rest_ver
|
||||
$my_npm install
|
||||
popd
|
||||
|
||||
git clone https://git.daplie.com/OAuth3/org.oauth3.git pages/issuer@oauth3.org
|
||||
git clone https://git.oauth3.org/OAuth3/issuer.html.git pages/issuer@oauth3.org
|
||||
pushd pages/issuer@oauth3.org
|
||||
git checkout $my_iss_oauth3_pages_ver
|
||||
bash ./install.sh
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"multiparty": "^4.1.3",
|
||||
"nodemailer": "^1.4.0",
|
||||
"nodemailer-mailgun-transport": "1.x",
|
||||
"oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git",
|
||||
"oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2",
|
||||
"recase": "^1.0.4",
|
||||
"request": "^2.81.0",
|
||||
"scmp": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue