summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-12 17:29:51 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-12 17:29:51 -0300
commit034fe94da44ed92ea98c2a80adfaedbed3edaf6d (patch)
tree6427126d350b3ddfad4811ba0afa4717b5ce8ebd /.tools/deploy.sh
parent08124f9f96e2bcac34071af273d601816e81d327 (diff)
downloadclientdata-034fe94da44ed92ea98c2a80adfaedbed3edaf6d.tar.gz
clientdata-034fe94da44ed92ea98c2a80adfaedbed3edaf6d.tar.bz2
clientdata-034fe94da44ed92ea98c2a80adfaedbed3edaf6d.tar.xz
clientdata-034fe94da44ed92ea98c2a80adfaedbed3edaf6d.zip
Update Git URL
Diffstat (limited to '.tools/deploy.sh')
-rwxr-xr-x.tools/deploy.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 7184f4b8..d974ace4 100755
--- a/.tools/deploy.sh
+++ b/.tools/deploy.sh
@@ -7,7 +7,7 @@ clientdata_init
aptget_update
aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python
rm -rf tools
-gitclone https://gitlab.com/evol evol-tools.git tools
+gitclone https://git.themanaworld.org/evolved tools.git tools
cd clientdata
rm -rf public
@@ -15,8 +15,9 @@ mkdir public
cd ..
-rm -rf music
-gitclone https://gitlab.com/evol evol-music.git music
+# FIXME
+#rm -rf music
+#gitclone https://git.themanaworld.org/evolved music.git music
cd tools/update
@@ -27,7 +28,7 @@ check_error $?
cp -r upload/* ../../clientdata/public
cd ../../clientdata
-gitclone https://gitlab.com/4144 pagesindexgen.git pagesindexgen
+gitclone https://git.themanaworld.org/mana pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
check_error $?