probably have better luck asking ogra on #touch
i think the scripts need some love and attention after the password-mandate.
br,kg
On Mon, Sep 15, 2014 at 10:58 PM, Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:
> Does anyone know how to fix this? The CI failure is holding up a few
> b
Make the image writable before using phablet-network.
This is what I am using to reflash the mako phones I use for long running
tests
exec_with_adb() {
adb -s $ANDROID_SERIAL shell "echo 1234|sudo -S $@"
}
adb -s $ANDROID_SERIAL reboot-bootloader
sudo ubuntu-device-flash --serial=$ANDROID_SE
Thanks Chris.
Can anyone remind me where/if we have access to change the CI scripting?
- Daniel
On 16/09/14 22:13, Chris Gagnon wrote:
Make the image writable before using phablet-network.
This is what I am using to reflash the mako phones I use for long
running tests
exec_with_adb() {
Here's one that I messed with in the past :
http://bazaar.launchpad.net/~mir-team/+junk/mir-medium-test-runner-for-jenkins
On Tue, Sep 16, 2014 at 9:02 PM, Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:
> Thanks Chris.
>
> Can anyone remind me where/if we have access to change the CI