Add astroport boostrap

This commit is contained in:
poka 2020-03-19 18:34:03 +01:00
parent 3052c1a1c4
commit 88c7357d08
3 changed files with 21 additions and 2 deletions

19
bootstrap_astroport.sh Executable file
View File

@ -0,0 +1,19 @@
#!/bin/bash
# Check if this script is not execute inside astroport folder
[[ $(basename "$PWD") == "astroport" ]] && echo "DO NOT EXECUTE THIS SCRIPT INSIDE ASTROPORT FOLDER!" && exit 1
rm -rf astroport
giturl="http://192.168.9.19:3000"
#giturl="https://git.p2p.legal"
git clone $giturl/axiom-team/astroport.git
cd astroport
sed -i 's/https:\/\/git.p2p.legal/http:\/\/192.168.9.19:3000/g' .gitmodules
git submodule update --init --recursive
git submodule foreach git pull origin master
echo "Astroport ready to go!"
exit 0

@ -1 +1 @@
Subproject commit 7b8ffc03eb7dd698ff5802e08efae12f931cb4fd
Subproject commit 2d1a73c225ef577d6716adaf56e7f714c702198e

@ -1 +1 @@
Subproject commit 3c86ecfa4f111f463230d40a7214b2bd3ffdc3e3
Subproject commit 03a65981eb9895ea7eaee52a189fec630ff71955