Merge lp:~cjwatson/launchpad/redirect-release-uploads-2 into lp:launchpad

Proposed by Colin Watson
Status: Merged
Approved by: Jonathan Lange
Approved revision: no longer in the source branch.
Merged at revision: 16194
Proposed branch: lp:~cjwatson/launchpad/redirect-release-uploads-2
Merge into: lp:launchpad
Diff against target: 11 lines (+1/-0)
1 file modified
lib/lp/registry/stories/webservice/xx-distribution.txt (+1/-0)
To merge this branch: bzr merge lp:~cjwatson/launchpad/redirect-release-uploads-2
Reviewer Review Type Date Requested Status
Jonathan Lange (community) Approve
Review via email: mp+131383@code.launchpad.net

Commit message

Fix a broken doctest for redirect-release-uploads.

Description of the change

https://code.launchpad.net/~cjwatson/launchpad/redirect-release-uploads/+merge/131155 broke buildbot due to a doctest I forgot to run. Here's one extra line to fix it.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

Like a boss.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/registry/stories/webservice/xx-distribution.txt'
2--- lib/lp/registry/stories/webservice/xx-distribution.txt 2012-08-21 04:04:47 +0000
3+++ lib/lp/registry/stories/webservice/xx-distribution.txt 2012-10-25 11:55:57 +0000
4@@ -45,6 +45,7 @@
5 name: u'ubuntu'
6 official_bug_tags: []
7 owner_link: u'http://.../~ubuntu-team'
8+ redirect_release_uploads: False
9 registrant_link: u'http://.../~registry'
10 resource_type_link: u'http://.../#distribution'
11 self_link: u'http://.../ubuntu'