Merge lp:~ondrak/goget-ubuntu-touch/new-adb into lp:goget-ubuntu-touch
Status: | Merged |
---|---|
Approved by: | Sergio Schvezov on 2016-04-05 |
Approved revision: | 222 |
Merged at revision: | 226 |
Proposed branch: | lp:~ondrak/goget-ubuntu-touch/new-adb |
Merge into: | lp:goget-ubuntu-touch |
Diff against target: |
68 lines (+36/-1) 1 file modified
ubuntu-device-flash/touch.go (+36/-1) |
To merge this branch: | bzr merge lp:~ondrak/goget-ubuntu-touch/new-adb |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt | 2016-03-30 | Approve on 2016-03-30 | |
Review via email:
|
Commit message
touch: new adb support with key support.
Description of the change
updating developer-mode option
- making developer mode work better with new adb
- removig adb-onlock switch, which is not used anymore
- if developer mode is enabled, provisioning device by default with local adbkeys.pub
- adding --adb-keys option to provision with custom keys
Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~w-ondra/goget-ubuntu-touch/new-adb into lp:goget-ubuntu-touch failed. Below is the output from the failed tests.
Checking formatting
Formatting wrong in following files
diskimage/
# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT
# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/
cp -a . $GOPATH/
cd $GOPATH/
./run-checks
Ondrej Kubik (ondrak) wrote : | # |
I guess it's safe to say this is false warning, considering it's complaining about files that were not touched by this MP...
> The attempt to merge lp:~w-ondra/goget-ubuntu-touch/new-adb into lp:goget-
> ubuntu-touch failed. Below is the output from the failed tests.
>
> Checking formatting
> Formatting wrong in following files
> diskimage/
> diskimage/
>
>
> # we always run in a fresh dir in tarmac
> export GOPATH=$(mktemp -d)
> trap 'rm -rf "$GOPATH"' EXIT
>
> # this is a hack, but not sure tarmac is golang friendly
> mkdir -p $GOPATH/
> cp -a . $GOPATH/
> cd $GOPATH/
>
> ./run-checks
Looks good.