Merge lp:~brian-murray/ubuntu-archive-tools/phased-updater-exclude-proposed into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 949
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/phased-updater-exclude-proposed
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/phased-updater-exclude-proposed
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+254436@code.launchpad.net

Description of the change

I've added (but not deployed) a new API feature in the Error Tracker to discount crashes from users of packages from -proposed when calculating the rate of crashes.

Please don't merge this until the Error Tracker has been updated to r535 though.

I'll let you know.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

The error tracker is now running r535 of Errors so this is safe to merge.

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 2015-03-02 22:20:03 +0000
3+++ phased-updater 2015-03-27 18:16:23 +0000
4@@ -440,6 +440,7 @@
5 return False
6 release_name = 'Ubuntu ' + release.version
7 rate_url = BASE_ERRORS_URL + 'package-rate-of-crashes/?format=json' + \
8+ '&exclude_proposed=True' + \
9 '&release=%s&package=%s&old_version=%s&new_version=%s&phased_update_percentage=%s&date=%s' % \
10 (quote(release_name), quote(src_pkg), quote(pvers), quote(version),
11 last_pup, date)

Subscribers

People subscribed via source and target branches