Skip to content

Commit

Permalink
Merge pull request #434 from nvgoldin/doc_fixes
Browse files Browse the repository at this point in the history
docs: reposetup.merge sphinix formatting fix
  • Loading branch information
lago-bot authored Feb 7, 2017
2 parents 288153e + 6c32022 commit ec2a1a9
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 ec2a1a9

Please sign in to comment.