summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Bacarella <michael.bacarella@gmail.com>2018-12-03 11:36:06 -0800
committerPatrick Georgi <pgeorgi@google.com>2018-12-04 10:25:00 +0000
commitbe1907a513c21cc41256f023ada27a6ad1dfdde0 (patch)
treed959667c1c0e0c21f23fc97b46cc964190c74c6b /Documentation
parent24c0b6abd6894ff30a9482316b6d024d3f80531d (diff)
downloadcoreboot-be1907a513c21cc41256f023ada27a6ad1dfdde0.tar.gz
coreboot-be1907a513c21cc41256f023ada27a6ad1dfdde0.tar.bz2
coreboot-be1907a513c21cc41256f023ada27a6ad1dfdde0.zip
Documentation: Clarify workflow for cloning coreboot from Gerrit.
Documentation that was there seems to reference and older version. Signed-off-by: Michael Bacarella <michael.bacarella@gmail.com> Change-Id: I3709613ae065153123d00801ea1b4ff86b100264 Reviewed-on: https://review.coreboot.org/c/30025 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lessons/lesson2.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/lessons/lesson2.md b/Documentation/lessons/lesson2.md
index 2693bace6b59..a95dd809cc64 100644
--- a/Documentation/lessons/lesson2.md
+++ b/Documentation/lessons/lesson2.md
@@ -60,12 +60,13 @@ just generated.
## Part 3: Clone coreboot and configure it for submitting patches
-Go to the **Projects** tab in the upper left corner and select **List**.
-From the dropdown menu that appears, select "coreboot".
+On Gerrit, click on the **Browse** tab in the upper left corner and select
+**Repositories**. From the listing, select the "coreboot" repo. You may have
+to click the next page arrow at the bottom a few times to find it.
-If you are using SSH keys, select **ssh** from the tabs under "Project coreboot"
-and run the command that appears. This should prompt you for your id_rsa passphrase,
-if you previously set one.
+If you are using SSH keys, select **ssh** from the tabs under "Project
+coreboot" and run the clone with commit-msg hook command that's provided. This
+should prompt you for your id_rsa passphrase, if you previously set one.
If you are using HTTP, instead, select **http** from the tabs under "Project coreboot"
and run the command that appears
@@ -278,4 +279,4 @@ next to checkout by clicking **Copy to clipboard**. Then, run the copied
command in your coreboot repository. Now, the last commit should be the most
recent commit to that patch; to update it, make your desired changes, stage
the files, then amend and push the commit using the instructions in the above
-paragraph. \ No newline at end of file
+paragraph.