Merge lp:~brian-murray/ubuntu-archive-tools/pu-permissions into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 762
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/pu-permissions
Merge into: lp:ubuntu-archive-tools
Diff against target: 11 lines (+1/-0)
1 file modified
phased-updater (+1/-0)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/pu-permissions
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+178827@code.launchpad.net
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 'phased-updater'
2--- phased-updater 2013-07-26 10:36:07 +0000
3+++ phased-updater 2013-08-06 18:15:37 +0000
4@@ -192,6 +192,7 @@
5 report.write('''</html>''')
6 report.flush()
7 shutil.copy2(report.name, '%s/phased-updates.html' % os.getcwd())
8+ os.chmod('%s/phased-updates.html' % os.getcwd(), 0644)
9
10
11 def create_email_notifications(releases, spph_buckets):

Subscribers

People subscribed via source and target branches