Merge lp:~stub/launchpad/librarian-gc into lp:launchpad

Proposed by Stuart Bishop
Status: Superseded
Proposed branch: lp:~stub/launchpad/librarian-gc
Merge into: lp:launchpad
Diff against target: 11 lines
1 file modified
lib/canonical/librarian/librariangc.py (+1/-0)
To merge this branch: bzr merge lp:~stub/launchpad/librarian-gc
Reviewer Review Type Date Requested Status
Jeroen T. Vermeulen (community) Needs Fixing
Review via email: mp+12650@code.launchpad.net

This proposal has been superseded by a proposal from 2009-10-01.

To post a comment you must log in.
Revision history for this message
Stuart Bishop (stub) wrote :

Per Bug #437084, the librarian garbage collector is still failing on production. This is the fix.

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Test please.

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/librarian/librariangc.py'
2--- lib/canonical/librarian/librariangc.py 2009-09-26 08:43:07 +0000
3+++ lib/canonical/librarian/librariangc.py 2009-09-30 10:55:30 +0000
4@@ -578,6 +578,7 @@
5 next_wanted_content_id = get_next_wanted_content_id()
6
7 if (config.librarian_server.upstream_host is None
8+ and next_wanted_content_id is not None
9 and next_wanted_content_id < content_id):
10 log.error(
11 "LibraryFileContent %d exists in the database but "