Code review comment for lp:~liuyq0307/lava-dispatcher/update-mount-partitions

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Yongqin Liu <email address hidden> writes:

> Yongqin Liu has proposed merging lp:~liuyq0307/lava-dispatcher/update-mount-partitions into lp:lava-dispatcher.
>
> Requested reviews:
> Linaro Validation Team (linaro-validation)
>
> For more details, see:
> https://code.launchpad.net/~liuyq0307/lava-dispatcher/update-mount-partitions/+merge/136902
>
> update the source for mount partitions for aosp build and JB4.2 build
> --
> https://code.launchpad.net/~liuyq0307/lava-dispatcher/update-mount-partitions/+merge/136902
> You are subscribed to branch lp:lava-dispatcher.
> === modified file 'lava_dispatcher/config.py'
> --- lava_dispatcher/config.py 2012-11-16 00:47:20 +0000
> +++ lava_dispatcher/config.py 2012-11-29 11:00:29 +0000
> @@ -66,6 +66,7 @@
> sys_part_android_org = schema.IntOption()
> val = schema.StringOption()
> sdcard_mountpoint_path = schema.StringOption(default="/storage/sdcard0")
> + possible_partitions_files = schema.StringOption(default="init.rc")

I'm a little confused, isn't this something that is more likely to vary
by build than by target board?

Cheers,
mwh

« Back to merge proposal