Merge lp://staging/~pundiramit/linaro-android-build-tools/labc_1304 into lp://staging/linaro-android-build-tools
Proposed by
Amit Pundir
Status: | Merged |
---|---|
Approved by: | Paul Sokolovsky |
Approved revision: | 620 |
Merged at revision: | 615 |
Proposed branch: | lp://staging/~pundiramit/linaro-android-build-tools/labc_1304 |
Merge into: | lp://staging/linaro-android-build-tools |
Diff against target: |
92 lines (+41/-20) 1 file modified
build-scripts/create-user-build-script (+41/-20) |
To merge this branch: | bzr merge lp://staging/~pundiramit/linaro-android-build-tools/labc_1304 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Sokolovsky | Approve | ||
Linaro Automation & Validation | Pending | ||
Review via email: mp+164343@code.staging.launchpad.net |
Description of the change
Export perf build variable from android-
Support 13.04 build machines.
Reworked on broken dependencies of 12.04 and 10.04.
Verified on 10.04, 12.04, 12.10 and 13.04 chrooted environment.
To post a comment you must log in.
I'd say that it get's harder and harder to follow thru the logic here - it clearly calls for some refactoring, for example instead all the repeating "[ \`dpkg-query -W -f='\${Status}\n' python- software- properties 2>&1 | grep -i 'No packages found matching' | wc -l\` -gt 0 ]", there would rather be "function is_package_ installed( )".
But ok, you guys maintain that script, so it's up to whether to refactor it now. No problems android build system wise.