Merge lp:~laney/ubuntu-archive-tools/display-packageset-owner into lp:ubuntu-archive-tools

Proposed by Iain Lane
Status: Merged
Merged at revision: 234
Proposed branch: lp:~laney/ubuntu-archive-tools/display-packageset-owner
Merge into: lp:ubuntu-archive-tools
Diff against target: 14 lines (+2/-2)
1 file modified
edit_acl.py (+2/-2)
To merge this branch: bzr merge lp:~laney/ubuntu-archive-tools/display-packageset-owner
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+54488@code.launchpad.net

Description of the change

Simple change to display the owner of a packageset. It's useful for me as a DMB member.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'edit_acl.py'
2--- edit_acl.py 2010-12-06 17:13:00 +0000
3+++ edit_acl.py 2011-03-23 10:29:27 +0000
4@@ -133,8 +133,8 @@
5 for archive in archives:
6 perms.extend(archive.getUploadersForPackageset(
7 packageset=lp_set))
8- print ("== All uploaders for package set '%s' in '%s' ==" %
9- (packageset, options.series))
10+ print ("== All uploaders for package set '%s' in '%s' (owned by '%s') ==" %
11+ (packageset, options.series, lp_set.owner.display_name))
12 print_perms(perms, options.series)
13
14 sources = sorted(lp_set.getSourcesIncluded(direct_inclusion=True))

Subscribers

People subscribed via source and target branches