diff options
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. + |