diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-09-24 20:41:01 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-09-24 20:41:01 +0200 |
commit | 7b3fc1dbc951f8e49b06c95c6ed44f943ff4c6b3 (patch) | |
tree | 9d4a33b3f429f88cccf719790b8be0bfe4cb3fbf /client/client-updates/src/client-updates.conf.example | |
parent | 4271bbbcf141d474048ac3b5e369b4ecbfb0aac6 (diff) | |
download | tools-7b3fc1dbc951f8e49b06c95c6ed44f943ff4c6b3.tar.gz tools-7b3fc1dbc951f8e49b06c95c6ed44f943ff4c6b3.tar.bz2 tools-7b3fc1dbc951f8e49b06c95c6ed44f943ff4c6b3.tar.xz tools-7b3fc1dbc951f8e49b06c95c6ed44f943ff4c6b3.zip |
Remove deprecated client-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, 0 insertions, 15 deletions
diff --git a/client/client-updates/src/client-updates.conf.example b/client/client-updates/src/client-updates.conf.example deleted file mode 100644 index 8bdce43..0000000 --- a/client/client-updates/src/client-updates.conf.example +++ /dev/null @@ -1,15 +0,0 @@ -# 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" |