Merge lp:~cjohnston/qa-dashboard/1086022 into lp:qa-dashboard

Proposed by Chris Johnston
Status: Merged
Approved by: Joe Talbott
Approved revision: 155
Merged at revision: 156
Proposed branch: lp:~cjohnston/qa-dashboard/1086022
Merge into: lp:qa-dashboard
Diff against target: 9 lines (+1/-1)
1 file modified
dashboard/views/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/qa-dashboard/1086022
Reviewer Review Type Date Requested Status
Joe Talbott Approve
Review via email: mp+137655@code.launchpad.net

Commit message

Changes redirect for smoke to raring

Description of the change

Changes the redirect for smoke to raring.

To post a comment you must log in.
Revision history for this message
Joe Talbott (joetalbott) wrote :

LGTM, Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dashboard/views/__init__.py'
2--- dashboard/views/__init__.py 2012-11-20 00:30:11 +0000
3+++ dashboard/views/__init__.py 2012-12-03 18:38:37 +0000
4@@ -3,4 +3,4 @@
5
6 @require_GET
7 def index(request):
8- return redirect('smoke/quantal')
9+ return redirect('smoke/raring')

Subscribers

People subscribed via source and target branches