/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/configuration.txt

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 01:35:14 UTC
  • mfrom: (7490.7.6 work)
  • mto: This revision was merged to the branch mainline in revision 7499.
  • Revision ID: jelmer@jelmer.uk-20200322013514-7vw1ntwho04rcuj3
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
though). The ``bzr-bookmarks`` plugin defines a ``BOOKMARKS`` section there
155
155
for example.
156
156
 
157
 
pkgimport.conf
158
 
==============
159
 
 
160
 
The Ubuntu package importer defines a store and two stacks involving
161
 
``pkgimport.conf``. A no-name section contains the options common to all
162
 
packages and sections named after their corresponding package can also be
163
 
defined.
164
 
 
165
 
The ``ImporterStack`` uses ``locations.conf`` and the no-name section in
166
 
``pkgimport.conf`` for the importer options.
167
 
 
168
 
The ``PackageStack`` uses only ``pkgimport.conf`` and uses the section name
169
 
after the package followed by the no-name section.
170
 
 
171
157
location.conf
172
158
=============
173
159