Lines Matching +full:upload +full:- +full:dir
6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (s…
8 Create a dir for AOSP, e.g. ~/android/aosp. It should be separate from your work on the internal re…
12 $ mkdir droiddriver-dev
13 $ cd droiddriver-dev
14 $ repo init -u https://android.googlesource.com/a/platform/manifest -b droiddriver-dev
18 The code should be downloaded to the current dir. You may see some lines in the output like:
22 These messages seem non-fatal and you should see these dirs after it is done:
28 [Submitting patches to Android](https://source.android.com/source/submit-patches.html)
30 - `cd external/droiddriver/`
31 - `repo start somebranchname .`
32 - make changes and commit them
33 - `repo upload`
43 `$ repo upload --re="<joe@example.com>,<john@example.com>" .`
45 …ve are literal. The emails must have been registered with Gerrit. You can also use the "--cc" flag.
51 - `repo sync`
52 - Use the `get fetch` command from the gerrit changeset under the Download menu
53 - Make new commit then squash into previous commit to retain the gerrit change id
54 - `repo upload`
56 The [`repo prune`](https://source.android.com/source/using-repo.html) command can be used to delete…