File tree Expand file tree Collapse file tree 6 files changed +251
-317
lines changed Expand file tree Collapse file tree 6 files changed +251
-317
lines changed Original file line number Diff line number Diff line change 5
5
``` bash
6
6
7
7
# Initialize local repository
8
- repo init -u https://github.com/PixelExperience /manifest -b pie
8
+ repo init -u https://github.com/pe-wip /manifest -b ten
9
9
10
10
# Sync
11
11
repo sync -c -j$( nproc --all) --force-sync --no-clone-bundle --no-tags
@@ -53,7 +53,7 @@ You can send patches to us by using these commands in terminal:
53
53
(From root android directory)
54
54
. build/envsetup.sh
55
55
(Go to repo you are patching, make your changes and commit)
56
- pixelgerrit push pie
56
+ pixelgerrit push ten
57
57
58
58
or
59
59
@@ -62,7 +62,7 @@ You can send patches to us by using these commands in terminal:
62
62
63
63
* ` <username> ` - Your Gerrit username (which can be seen/set [ here] ( https://gerrit.pixelexperience.org/#/settings/ ) )
64
64
* ` <project> ` - The git repo you are pushing to; all options can be viewed at [ this link] ( https://gerrit.pixelexperience.org/#/admin/projects/ )
65
- * ` <branch> ` - The git branch your change is based on; for projects using this manifest, it is ` pie `
65
+ * ` <branch> ` - The git branch your change is based on; for projects using this manifest, it is ` ten `
66
66
67
67
Make your changes and commit with a detailed message, starting with what you are working with
68
68
Commit your patches in a single commit. Squash multiple commits using this command: ` git rebase -i HEAD~<# of commits> `
Original file line number Diff line number Diff line change 3
3
4
4
<remote name =" pixel"
5
5
fetch =" https://github.com/PixelExperience"
6
- revision =" pie "
6
+ revision =" ten "
7
7
review =" gerrit.pixelexperience.org" />
8
8
9
9
<remote name =" pixel-devices"
10
10
fetch =" https://github.com/PixelExperience-Devices"
11
- revision =" pie " />
11
+ revision =" ten " />
12
12
13
13
<remote name =" github"
14
14
fetch =" https://github.com/" />
You can’t perform that action at this time.
0 commit comments