Merge lp:~pundiramit/linaro-android-build-tools/labt into lp:linaro-android-build-tools
Status: | Needs review |
---|---|
Proposed branch: | lp:~pundiramit/linaro-android-build-tools/labt |
Merge into: | lp:linaro-android-build-tools |
Diff against target: |
42 lines (+22/-3) 1 file modified
build-scripts/create-user-build-script (+22/-3) |
To merge this branch: | bzr merge lp:~pundiramit/linaro-android-build-tools/labt |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Данило Шеган (community) | 2013-01-22 | Needs Fixing on 2013-01-23 | |
Review via email:
|
Description of the change
Fix build error when Source_Overlay is not set.
- 554. By Amit Pundir on 2013-01-23
-
linaro_
android_ build_cmds: prompt for access-id when syncing from private manifests
Amit Pundir (pundiramit) wrote : | # |
Making SOURCE_OVERLAY optional is a requirement from Android platform team and yes we may have overlooked certain things which you pointed out. I'll get back to you on this in a while.
Meanwhile I'll upload "access to private manifest repositories" changes to a new branch.
Данило Шеган (danilo) wrote : | # |
Ok, I've discussed this with Vishal: the goal of this is to enable produced linaro_
However, the actual jenkins build should not allow that to be set in the build config (on android-
Unmerged revisions
- 554. By Amit Pundir on 2013-01-23
-
linaro_
android_ build_cmds: prompt for access-id when syncing from private manifests - 553. By Amit Pundir on 2013-01-22
-
fix build error when overlay is not set
This is a bit confusing. We require SOURCE_OVERLAY to be set (this was a recent change, so that's perhaps why it feels like a regression), for BUILD-INFO.txt file to be generated. Otherwise, someone can circum-vent our protection mechanisms (and more likely, build results will simply be inaccessible).
Then, this branch also deals with access to private repositories, but I am not sure I understand exactly what's going on. Can you please clarify the rationale for the changes?