diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-03-30 01:12:15 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-04-01 11:11:05 +0300 |
commit | 6dd092d2a91eef631ef5ff047b3be0161250a961 (patch) | |
tree | b7e64359fdaa5e8108a823e54bb115a3230fd31f | |
parent | 1f1a7c0a0a65667f906d32335b4a0e684a871c86 (diff) | |
download | repa-6dd092d2a91eef631ef5ff047b3be0161250a961.tar.gz repa-6dd092d2a91eef631ef5ff047b3be0161250a961.tar.bz2 repa-6dd092d2a91eef631ef5ff047b3be0161250a961.zip |
Add configuration file info to the man page
Fixes: #1764
Change-Id: I62d75e44aac796605c23cfc5ad9820e44b55de9d
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | repa.1 | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -285,6 +285,43 @@ Remove submit group. Print short help text about the "rmgroup" command and exit. .RE +.SH CONFIGURATION FILE + +.RS 2 +Configuration file has an INI-file syntax. \fIrepa\fR looks for config files in two locations: global /etc/repa.conf and local ~/.repa.conf. Values from global configuration file are overwritten by values from local configuration file. Command line options have highest priority and overwrite options from configuration files. +.RE + +.RS 2 +Example: +.RE + +.RS 2 +[general] +.RE +.RS 2 +apiurl = https://api.tizen.org +.RE +.RS 2 +apiuser = your_user_name +.RE +.RS 2 +apipasswd = your_password +.RE +.RS 2 +processes = 20 +.RE +.RS 2 +project = Tizen:IVI +.RE + +.RS 2 +Mandatory options: apiurl, apiuser, apipasswd and project +.RE + +.RS 2 +Some options (project, processes) can be overridden by commandline options (--project, --processes) +.RE + .SH BUGS Please, report bugs to Ed Bartosh <eduard.bartosh@intel.com>. |