/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

Remove documentation about removed pkgimport.conf.

Merged from https://code.launchpad.net/~jelmer/brz/pkgimport-conf/+merge/363695

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