Changes

Line 134: Line 134:     
Shell command to place files that are ready for distribution into the ''%(DISTDIR)s'' directory.
 
Shell command to place files that are ready for distribution into the ''%(DISTDIR)s'' directory.
 +
 +
[Bazaar]
 +
 +
Options from this section control how Bazaar processes recipe files.
 +
 +
'''repository''' = <OBS-repository-glob> [; ...]
 +
 +
List of Bazaar repositories recipe file should be built against. Value of ''repository'' option is a list of case-insensitive [http://docs.python.org/library/fnmatch.html globs].
 +
 +
'''branch''' = <name>
 +
 +
It is possible to have several recipe files from the same Bazaar packages, e.g., to provide several branches of the same application. If option is omited default value, {{Code|master}}, will be used.
    
=== [Source] ===
 
=== [Source] ===