~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/closing-bugs-from-changelogs.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 09:54:33 UTC
  • mfrom: (14486.6.4 drop-obsolete-config-items)
  • Revision ID: launchpad@pqm.canonical.com-20111223095433-amgcz7yu4tsxrypz
[r=wgrant][no-qa] Drop various obsolete config definitions that were
        recently dropped from prod.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
package, but the bugs they reference may be filed on the generic
23
23
distribution package.
24
24
 
25
 
    >>> from lp.testing.layers import LaunchpadZopelessLayer
 
25
    >>> from canonical.testing.layers import LaunchpadZopelessLayer
26
26
    >>> from lp.bugs.interfaces.bug import CreateBugParams
27
27
    >>> from lp.registry.interfaces.distribution import IDistributionSet
28
28
    >>> login('no-priv@canonical.com')
322
322
    >>> import os.path
323
323
    >>> import subprocess
324
324
    >>> import sys
325
 
    >>> from lp.services.config import config
 
325
    >>> from canonical.config import config
326
326
    >>> script = os.path.join(config.root, "scripts/process-accepted.py")
327
327
    >>> process = subprocess.Popen(
328
328
    ...     [sys.executable, script, "ubuntu"],