pungi/doc
Qixiang Wan 2f5d6d7dcd unify repo and repo_from options
Config option 'repo' and 'repo_from' are used in several phases, merge
them with one option 'repo'. 'append' in schema is used for appending
the values from deprecated options to 'repo', so it won't break on any
existing config files that have the old options of 'repo_from' and
'source_repo_from' (which is an alias of 'repo_from').

And 'repo' schema is updated to support repo dict as the value or an
item in the values, a repo dict is just a dict contains repo options,
'baseurl' is required in the dict, like:

{"baseurl": "http://example.com/url/to/repo"}

or:

{"baseurl": "Serer"}

currently this is used in ostree phase to support extra repo options
like:

{"baseurl": "Server", "exclude": "systemd-container"}

Signed-off-by: Qixiang Wan <qwan@redhat.com>
2017-03-29 10:12:32 +08:00
..
_static Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
_templates Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
Makefile Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
about.rst Add overview of Pungi to documentation 2015-12-02 10:28:11 +01:00
conf.py 4.1.14 release 2017-03-27 18:04:26 +02:00
configuration.rst unify repo and repo_from options 2017-03-29 10:12:32 +08:00
contributing.rst Update to use python-multilib 2017-03-24 09:24:50 +01:00
index.rst Remove indices from documentation 2017-03-09 12:47:12 +01:00
messaging.rst Update ostree phase documentation 2016-11-04 09:35:08 +01:00
testing.rst Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
update-docs.sh update the script to make docs to make 4.0 version also. update the master docs for 4.1 2016-03-09 08:06:11 -06:00