Merge lp:~pfalcon/linaro-android-frontend/daily-display-fix into lp:linaro-android-frontend

Proposed by Paul Sokolovsky
Status: Merged
Approved by: James Westby
Approved revision: 230
Merged at revision: 230
Proposed branch: lp:~pfalcon/linaro-android-frontend/daily-display-fix
Merge into: lp:linaro-android-frontend
Diff against target: 12 lines (+1/-1)
1 file modified
android_build/frontend/api.py (+1/-1)
To merge this branch: bzr merge lp:~pfalcon/linaro-android-frontend/daily-display-fix
Reviewer Review Type Date Requested Status
James Westby (community) Approve
Review via email: mp+66684@code.launchpad.net

Description of the change

Fix for lp:803597

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

This looks fine, I wonder whether this will be confusing if we ever have an e.g. weekly build though?

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

> This looks fine, I wonder whether this will be confusing if we ever have an
> e.g. weekly build though?

Well, we'll need to revisit it then ;-).

Revision history for this message
James Westby (james-w) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'android_build/frontend/api.py'
2--- android_build/frontend/api.py 2011-05-18 22:55:09 +0000
3+++ android_build/frontend/api.py 2011-07-02 09:46:28 +0000
4@@ -207,7 +207,7 @@
5 "/project/triggers/hudson.triggers.TimerTrigger/spec")
6 if len(spec) != 1:
7 return HttpResponse('false')
8- return HttpResponse(str(spec[0].text == '@daily').lower())
9+ return HttpResponse('true')
10
11
12 daily_trigger = etree.XML('''

Subscribers

People subscribed via source and target branches