From: Ed Bartosh Date: Sat, 29 Mar 2014 23:12:15 +0000 (+0200) Subject: Add configuration file info to the man page X-Git-Tag: 0.2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dd092d2a91eef631ef5ff047b3be0161250a961;p=tools%2Frepa.git Add configuration file info to the man page Fixes: #1764 Change-Id: I62d75e44aac796605c23cfc5ad9820e44b55de9d Signed-off-by: Ed Bartosh --- diff --git a/repa.1 b/repa.1 index f16cb9b..40bd2e0 100644 --- a/repa.1 +++ b/repa.1 @@ -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 .