Merge lp:~cr3/unattended-upgrades/1046438 into lp:~ubuntu-core-dev/unattended-upgrades/ubuntu

Proposed by Marc Tardif
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~cr3/unattended-upgrades/1046438
Merge into: lp:~ubuntu-core-dev/unattended-upgrades/ubuntu
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
unattended-upgrade (+1/-1)
To merge this branch: bzr merge lp:~cr3/unattended-upgrades/1046438
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+124295@code.launchpad.net

Description of the change

These are the same changes that were proposed downstream:

https://code.launchpad.net/~cr3/ubuntu/quantal/unattended-upgrades/1046438/+merge/122914

This is the third attempt...

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, merged. For some reason LP put it into the wrong branch but its in my ubuntu branch now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-09-10 08:08:24 +0000
+++ debian/changelog 2012-09-13 20:40:26 +0000
@@ -1,3 +1,9 @@
1unattended-upgrades (0.79.3ubuntu2) precise; urgency=low
2
3 * Fixed debug output when a package has no candidates (LP: #1046438)
4
5 -- Marc Tardif <marc@ubuntu.com> Thu, 13 Sep 2012 16:16:04 -0400
6
1unattended-upgrades (0.79.3ubuntu1) quantal; urgency=low7unattended-upgrades (0.79.3ubuntu1) quantal; urgency=low
28
3 [ Thomas Kluyver ]9 [ Thomas Kluyver ]
410
=== modified file 'unattended-upgrade'
--- unattended-upgrade 2012-09-07 07:11:25 +0000
+++ unattended-upgrade 2012-09-13 20:40:26 +0000
@@ -853,7 +853,7 @@
853 for pkg in cache:853 for pkg in cache:
854 if options.debug and pkg.is_upgradable:854 if options.debug and pkg.is_upgradable:
855 logging.debug("Checking: %s (%s)" % (855 logging.debug("Checking: %s (%s)" % (
856 pkg.name, map(str, pkg.candidate.origins)))856 pkg.name, map(str, getattr(pkg.candidate, "origins", []))))
857 if (pkg.is_upgradable and857 if (pkg.is_upgradable and
858 not is_pkgname_in_blacklist(pkg.name, blacklisted_pkgs) and858 not is_pkgname_in_blacklist(pkg.name, blacklisted_pkgs) and
859 is_allowed_origin(pkg.candidate, allowed_origins)):859 is_allowed_origin(pkg.candidate, allowed_origins)):

Subscribers

People subscribed via source and target branches

to all changes: