Changes

Jump to navigation Jump to search
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] ===
Line 171: Line 159:     
The packages that should be present before creating sources tarball. For example, if the ''exec'' command generates .c files from .vala, the vala dependency should be mentioned in the ''requires'' option.
 
The packages that should be present before creating sources tarball. For example, if the ''exec'' command generates .c files from .vala, the vala dependency should be mentioned in the ''requires'' option.
 +
 +
=== [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.
    
== Presets ==
 
== Presets ==

Navigation menu