summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repa.137
1 files changed, 37 insertions, 0 deletions
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 <eduard.bartosh@intel.com>.