Merge lp:~dooferlad/linaro-fetch-image/android-listings-fix into lp:linaro-fetch-image

Proposed by James Tunnicliffe
Status: Merged
Approved by: James Tunnicliffe
Approved revision: 27
Merged at revision: 26
Proposed branch: lp:~dooferlad/linaro-fetch-image/android-listings-fix
Merge into: lp:linaro-fetch-image
Diff against target: 17 lines (+5/-2)
1 file modified
linaro_fetch_image/fetch_image.py (+5/-2)
To merge this branch: bzr merge lp:~dooferlad/linaro-fetch-image/android-listings-fix
Reviewer Review Type Date Requested Status
Deepti B. Kalakeri (community) Approve
Review via email: mp+130045@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Deepti B. Kalakeri (deeptik) wrote :

looks good +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'linaro_fetch_image/fetch_image.py'
2--- linaro_fetch_image/fetch_image.py 2012-10-16 17:05:55 +0000
3+++ linaro_fetch_image/fetch_image.py 2012-10-17 08:36:20 +0000
4@@ -1132,8 +1132,11 @@
5 # -- Check build which matches these parameters
6 #(builds that don't match are excluded)--
7 if(len(db.execute_return_list(
8- 'select * from android_release where platform == ?',
9- (settings['platform'],)))):
10+ 'select * from android_release where '
11+ 'platform == ? and '
12+ 'hardware == ?',
13+ (settings['platform'],
14+ settings['hardware'])))):
15
16 print "linaro-fetch-image",\
17 "--hardware", settings['hardware'],\

Subscribers

People subscribed via source and target branches

to all changes: