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
=== modified file 'android_build/frontend/api.py'
--- android_build/frontend/api.py 2011-05-18 22:55:09 +0000
+++ android_build/frontend/api.py 2011-07-02 09:46:28 +0000
@@ -207,7 +207,7 @@
207 "/project/triggers/hudson.triggers.TimerTrigger/spec")207 "/project/triggers/hudson.triggers.TimerTrigger/spec")
208 if len(spec) != 1:208 if len(spec) != 1:
209 return HttpResponse('false')209 return HttpResponse('false')
210 return HttpResponse(str(spec[0].text == '@daily').lower())210 return HttpResponse('true')
211211
212212
213daily_trigger = etree.XML('''213daily_trigger = etree.XML('''

Subscribers

People subscribed via source and target branches