Merge lp:~julian-edwards/launchpad/deathrow-scriptactivity-bug-429315 into lp:launchpad

Proposed by Julian Edwards
Status: Merged
Approved by: Aaron Bentley
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~julian-edwards/launchpad/deathrow-scriptactivity-bug-429315
Merge into: lp:launchpad
Diff against target: None lines
To merge this branch: bzr merge lp:~julian-edwards/launchpad/deathrow-scriptactivity-bug-429315
Reviewer Review Type Date Requested Status
Henning Eggers (community) code Approve
Aaron Bentley (community) Approve
Review via email: mp+11696@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) wrote :

= Summary =
process death row script is now a LaunchpadCronScript so that it writes to
scriptactivity

== Implementation details ==
s/LaunchpadScript/LaunchpadCronScript/

== Tests ==
n/a

== Demo and Q/A ==

= Launchpad lint =

Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.

Linting changed files:
  lib/lp/soyuz/scripts/processdeathrow.py

Revision history for this message
Aaron Bentley (abentley) :
review: Approve
Revision history for this message
Henning Eggers (henninge) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/lp/soyuz/scripts/processdeathrow.py'
--- lib/lp/soyuz/scripts/processdeathrow.py 2009-06-25 04:06:00 +0000
+++ lib/lp/soyuz/scripts/processdeathrow.py 2009-09-14 13:55:07 +0000
@@ -20,11 +20,11 @@
20from zope.component import getUtility20from zope.component import getUtility
2121
22from lp.archivepublisher.deathrow import getDeathRow22from lp.archivepublisher.deathrow import getDeathRow
23from lp.services.scripts.base import LaunchpadScript23from lp.services.scripts.base import LaunchpadCronScript
24from lp.registry.interfaces.distribution import IDistributionSet24from lp.registry.interfaces.distribution import IDistributionSet
2525
2626
27class DeathRowProcessor(LaunchpadScript):27class DeathRowProcessor(LaunchpadCronScript):
2828
29 def add_my_options(self):29 def add_my_options(self):
30 self.parser.add_option(30 self.parser.add_option(