From c9ed689293836ba6c4da5b3b622d840025da8ffc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Nov 2014 21:33:39 +0300 Subject: In init.sh replace bin action to local. Also add server-local to all scripts. --- .gitignore | 1 + git.sh | 1 + init.sh | 9 ++++++--- pull.sh | 1 + push.sh | 1 + status.sh | 1 + 6 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53d11fb..303f71e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ music server-code server-data server-plugin +server-local tools diff --git a/git.sh b/git.sh index 021c98e..ffca70e 100755 --- a/git.sh +++ b/git.sh @@ -16,6 +16,7 @@ status . evol-all status client-data client-data status server-code server-code status server-data server-data +status server-local server-local status tools tools status server-code/src/evol evol-hercules status music music diff --git a/init.sh b/init.sh index be0d9e8..fe4a0c9 100755 --- a/init.sh +++ b/init.sh @@ -11,6 +11,7 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then git clone git@gitorious.org:evol/serverdata.git server-data git clone git@gitorious.org:evol/evol-tools.git tools git clone git@gitorious.org:evol/evol-hercules.git server-code/src/evol + git clone git@gitorious.org:evol/evol-local.git server-local ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "server" ]]; then git clone git@gitorious.org:evol/hercules.git server-code @@ -22,9 +23,11 @@ elif [[ "${CMD}" == "client" ]]; then git clone git@gitorious.org:evol/evol-tools.git tools elif [[ "${CMD}" == "music" ]]; then git clone git@gitorious.org:evol/evol-music.git music -elif [[ "${CMD}" == "bin" ]]; then - cd server-bin - ./install.sh +elif [[ "${CMD}" == "local" ]]; then + git clone git@gitorious.org:evol/evol-local.git server-local + git clone git@gitorious.org:evol/hercules.git server-code + git clone git@gitorious.org:evol/serverdata.git server-data + git clone git@gitorious.org:evol/evol-hercules.git server-code/src/evol fi if [[ "${CMD}" == "all" ]]; then diff --git a/pull.sh b/pull.sh index 75c5232..6f1e078 100755 --- a/pull.sh +++ b/pull.sh @@ -22,6 +22,7 @@ status . evol-all status client-data client-data status server-code server-code status server-data server-data +status server-local server-local status tools tools status server-code/src/evol evol-hercules status music music diff --git a/push.sh b/push.sh index 8c51603..e7e1d96 100755 --- a/push.sh +++ b/push.sh @@ -18,6 +18,7 @@ status . evol-all status client-data client-data status server-code server-code status server-data server-data +status server-local server-local status tools tools status server-code/src/evol evol-hercules status music music diff --git a/status.sh b/status.sh index 19d3865..96d1012 100755 --- a/status.sh +++ b/status.sh @@ -27,6 +27,7 @@ status . evol-all status client-data client-data status server-code server-code status server-data server-data +status server-local server-local status tools tools status server-code/src/evol evol-hercules status music music -- cgit v1.2.3-60-g2f50