diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-01-20 23:22:56 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-01-20 23:22:56 +0100 |
commit | fa2192520e55ed384d838741697d1ee8ff571f52 (patch) | |
tree | 11dc118168dc4df428ce0af9af488b33fbd1328b /client/client-updates/src/client-updates.conf.example | |
parent | 93b5fb8cd41c3330bad339129a330d1fa738019d (diff) | |
download | tools-fa2192520e55ed384d838741697d1ee8ff571f52.tar.gz tools-fa2192520e55ed384d838741697d1ee8ff571f52.tar.bz2 tools-fa2192520e55ed384d838741697d1ee8ff571f52.tar.xz tools-fa2192520e55ed384d838741697d1ee8ff571f52.zip |
Add Client updates tools to generate zip updates.
Diffstat (limited to 'client/client-updates/src/client-updates.conf.example')
-rw-r--r-- | client/client-updates/src/client-updates.conf.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/client-updates/src/client-updates.conf.example b/client/client-updates/src/client-updates.conf.example new file mode 100644 index 0000000..8bdce43 --- /dev/null +++ b/client/client-updates/src/client-updates.conf.example @@ -0,0 +1,15 @@ +# The client-data directory +CLIENT_DATA_DIR="$HOME/tmwa-client-data" + +# The updates working directory +UPDATES_DIR="$HOME/client-updates" + +# The git branch used for generating the updates +# This allows for more complex setups, where e.g a branch is used for merging +# from various other branches. It's used on the testing server +# Defaults to master +CLIENT_DATA_BRANCH=master + +# Local directory served by the web server, +# where the update files will be copied +UPDATES_PUBLISH_DIR="$HOME/www/tmwupdate" |