~james-w/udd/management-commands

« back to all changes in this revision

Viewing changes to README

  • Committer: James Westby
  • Date: 2011-12-13 21:09:23 UTC
  • mfrom: (557.1.1 drop_email_failures)
  • Revision ID: james.westby@canonical.com-20111213210923-tfrirlx3xbwmi70u
Merged drop_email_failures into management-commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
``list-packages`` gets a list of all source packages in interesting releases
19
19
from Launchpad.
20
20
 
 
21
``add_import_jobs`` queues imports for packages that have been recently
 
22
modified.
 
23
 
 
24
``pkgimport.conf`` defines the options specific to a particular deployment
 
25
and are part of the source tree to keep track of the specific instance
 
26
running on jubany. Options defined there can be overridden in
 
27
``locations.conf`` for specific purposes. Package specific sections named
 
28
after the corresponding package can also be defined in this file. Note that
 
29
if a ``pkgimport.conf`` is found in the ``config`` directory, it takes
 
30
precedence over the ``pkgimport.conf`` file at the root of the tree.
 
31
 
21
32
Deployment
22
33
**********
23
34