blob: 44a4fbed0c992cbace030bb9616a5d961269c0a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.
|