summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-29 21:47:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-29 21:47:20 +0300
commitc6ef7a2d51247474d8f69d861cce630fb4b6b925 (patch)
tree03d99e6e580f5cb7597ec8377c7daf1e1c38910e
parent9bdd2869d270c2ee21c0a03726be92552ce2697c (diff)
downloadevol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.tar.gz
evol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.tar.bz2
evol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.tar.xz
evol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.zip
Add evol-docs into all scripts.
-rwxr-xr-xgit.sh3
-rwxr-xr-xinit.sh3
-rwxr-xr-xpull.sh3
-rwxr-xr-xpush.sh3
-rwxr-xr-xstatus.sh3
-rwxr-xr-xupgrade.sh1
6 files changed, 12 insertions, 4 deletions
diff --git a/git.sh b/git.sh
index 151a3a4..63cf396 100755
--- a/git.sh
+++ b/git.sh
@@ -22,6 +22,7 @@ status server-local server-local
status tools tools
status server-code/src/evol evol-hercules
status music music
-status art art
status manaplus manaplus
+status docs docs
+status art art
status media media
diff --git a/init.sh b/init.sh
index 7a47dec..7f4fb53 100755
--- a/init.sh
+++ b/init.sh
@@ -20,6 +20,7 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
git clone ${PROTO}evol/evol-tools.git tools
git clone ${PROTO}evol/evol-hercules.git server-code/src/evol
git clone ${PROTO}evol/evol-local.git server-local
+ git clone ${PROTO}evol/evol-docs.git docs
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "server" ]]; then
git clone ${PROTO}evol/hercules.git server-code
@@ -41,6 +42,8 @@ elif [[ "${CMD}" == "local" ]]; then
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "tools" ]]; then
git clone ${PROTO}evol/evol-tools.git tools
+elif [[ "${CMD}" == "docs" ]]; then
+ git clone ${PROTO}evol/evol-docs.git docs
elif [[ "${CMD}" == "manaplus" ]]; then
git clone ${PROTO}manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then
diff --git a/pull.sh b/pull.sh
index 1b044df..1253087 100755
--- a/pull.sh
+++ b/pull.sh
@@ -59,6 +59,7 @@ status server-local server-local
status tools tools
status server-code/src/evol evol-hercules
status music music
-status art art
status manaplus manaplus
+status docs docs
+status art art
status media media
diff --git a/push.sh b/push.sh
index 5f37fb9..d6d1b0d 100755
--- a/push.sh
+++ b/push.sh
@@ -25,6 +25,7 @@ status server-local server-local
status tools tools
status server-code/src/evol evol-hercules
status music music
-status art art
status manaplus manaplus
+status docs docs
+status art art
status media media
diff --git a/status.sh b/status.sh
index f9619af..60190a6 100755
--- a/status.sh
+++ b/status.sh
@@ -88,8 +88,9 @@ status server-local server-local
status tools tools
status server-code/src/evol evol-hercules
status music music
-status art art
status manaplus manaplus
+status docs docs
+status art art
status media media
dbinfo
configsinfo
diff --git a/upgrade.sh b/upgrade.sh
index efed4d8..cc5e4b6 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -31,3 +31,4 @@ status server-code/src/evol evol-hercules
status music music
status manaplus manaplus
status media media
+status docs docs