Skip to content

Commit

Permalink
[docs] reposetup.merge sphinix formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nadav Goldin <[email protected]>
  • Loading branch information
nvgoldin committed Feb 7, 2017
1 parent 288153e commit 6c32022
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ovirtlago/reposetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ def merge(output_dir, sources, repoman_config=None):
sources(list of str): repoman sources
repoman_config(str): repoman configuration file, if not passed it will
use default repoman configurations, equivalent to:
|
|
| [main]
| on_empty_source=warn
|
| [store.RPMStore]
| on_wrong_distro=copy_to_all
| [main]
| on_empty_source=warn
| [store.RPMStore]
| on_wrong_distro=copy_to_all
| with_srcrpms=false
| with_sources=false
Raises:
:exc:`RepositoryMergeError`: If repoman command failed.
Expand Down

0 comments on commit 6c32022

Please sign in to comment.