diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-28 18:02:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-28 18:02:55 -0300 |
commit | 4f480ececa5fee619629ec80b8c7b337fc891e14 (patch) | |
tree | b110cf283225840c65ba2e2a0a4b2bce361a848d /README | |
parent | c60749a8f4f42ef0c32cf7020c8bf4cc3d2aec42 (diff) | |
download | all-4f480ececa5fee619629ec80b8c7b337fc891e14.tar.gz all-4f480ececa5fee619629ec80b8c7b337fc891e14.tar.bz2 all-4f480ececa5fee619629ec80b8c7b337fc891e14.tar.xz all-4f480ececa5fee619629ec80b8c7b337fc891e14.zip |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +This repository used for unite all other TMW Evolved repositories. + +./init.sh - this script initialize new repositories. +Usage: + ./init.sh task +Allowed tasks: + all - all known repositories. + server - repositories for run server. + client - repositories for client data development. + music - repositories with music. + local - repositories for running local server. + tools - repositories with tools. + manaplus - repository with manaplus sources. +This command allow any combinations with different tasks. +Example: + ./init.sh local - create directories and pull repositories for local server usage. + +./pull.sh - this script allow pull in all repositories if pull is safe. +Usage: + ./pull.sh - pulling only if repository in clean state and all commits pushed. +or + ./pull.sh force - pulling always. + |