#
9168592c |
| 12-Feb-2025 |
Roger G. Coscojuela <roger.gili-coscojuela@sipearl.com> |
Add alternative way to add SSH key to gerrit
Added an explanation of how to manually add the github public SSH key in case the plugin is not working correctly.
Change-Id: I7799fd48827e22e71ba82fddf
Add alternative way to add SSH key to gerrit
Added an explanation of how to manually add the github public SSH key in case the plugin is not working correctly.
Change-Id: I7799fd48827e22e71ba82fddf12e2e688a848705 Signed-off-by: Roger G. Coscojuela <roger.gili-coscojuela@sipearl.com>
show more ...
|
#
32b43e93 |
| 22-Nov-2024 |
Amithash Prasasd <amithash@meta.com> |
Replace scp with curl to download git hooks
The scp command as-is has stopped working on newer Linux distributions and its much easier for users to just download it via curl.
Change-Id: Ia77f01cf10
Replace scp with curl to download git hooks
The scp command as-is has stopped working on newer Linux distributions and its much easier for users to just download it via curl.
Change-Id: Ia77f01cf108318305886854e3b78c4d47c288dd5 Signed-off-by: Amithash Prasasd <amithash@meta.com>
show more ...
|
#
f4febd00 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I35ec9c19ae581e4dd00b515c1bba3a9c1862eeb1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
91f51777 |
| 04-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: switch references from MAINTAINERS
MAINTAINERS files are now deprecated and/or removed and replaced by OWNERS. Update the documentation accordingly.
Signed-off-by: Patrick Williams <patric
OWNERS: switch references from MAINTAINERS
MAINTAINERS files are now deprecated and/or removed and replaced by OWNERS. Update the documentation accordingly.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9c7e6ca3aeb41ea8f92ddc42072252d4f65de0aa
show more ...
|
#
7d092034 |
| 04-Aug-2022 |
Glukhov Mikhail <mikl@greenfil.ru> |
gerrit-setup: Update rsa to ed25519
Since openssh 8.8 rsa signatures are disabled https://www.openssh.com/txt/release-8.8 Test: Ubuntu 22.04 rsa key does not give access to gerrit, Ed25519 - no acce
gerrit-setup: Update rsa to ed25519
Since openssh 8.8 rsa signatures are disabled https://www.openssh.com/txt/release-8.8 Test: Ubuntu 22.04 rsa key does not give access to gerrit, Ed25519 - no access problems
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru> Change-Id: I7fdb9cf003f90ebbc3adabf01324db9c6d891654
show more ...
|
#
0ee8da09 |
| 23-May-2022 |
NodeMan97 <corey.hardesty@icloud.com> |
Changed occurrences of gerrit.openbmc-project.xyz
After updates Gerrit is now hosted at https://gerrit.openbmc.org. Urls in the documentation are now updated to reflect this change.
Signed-off-by:
Changed occurrences of gerrit.openbmc-project.xyz
After updates Gerrit is now hosted at https://gerrit.openbmc.org. Urls in the documentation are now updated to reflect this change.
Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com> Change-Id: I5adaef01abb727662575de7698483d0ec2205d28
show more ...
|
#
09f0c0e6 |
| 30-Apr-2021 |
Noah Brewer <noah.t.brewer@gmail.com> |
Gerrit Setup: Add notice to add full name
Note to newcomers that they should add their full name in Gerrit.
Signed-off-by: Noah Brewer <noah.t.brewer@gmail.com> Change-Id: I30bf805822e34191c0f7064a
Gerrit Setup: Add notice to add full name
Note to newcomers that they should add their full name in Gerrit.
Signed-off-by: Noah Brewer <noah.t.brewer@gmail.com> Change-Id: I30bf805822e34191c0f7064a82ef1999f7294595
show more ...
|
#
de475c2c |
| 22-Aug-2019 |
Gunnar Mills <gmills@us.ibm.com> |
Gerrit Setup: Clarify Username for SSH config
The Gerrit Username (e.g. gmills) should be part of the openbmc.gerrit SSH config entry at ~/.ssh/config. There is a Gerrit ID (e.g. 1000038), the previ
Gerrit Setup: Clarify Username for SSH config
The Gerrit Username (e.g. gmills) should be part of the openbmc.gerrit SSH config entry at ~/.ssh/config. There is a Gerrit ID (e.g. 1000038), the previous wording could lead to confusion.
Tested: Grammarly and https://jbt.github.io/markdown-editor/ Change-Id: I3c2432858ae688f3aad2b235b2408afc33c51440 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
#
fb52846d |
| 28-Mar-2019 |
Derick Montague <derick.montague@ibm.com> |
Update push command to include origin
- Experienced errors when pushing without specifying origin
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ib11928ac5ef04dec76732cf9e758
Update push command to include origin
- Experienced errors when pushing without specifying origin
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ib11928ac5ef04dec76732cf9e7582be899249992
show more ...
|
#
2b66c9e2 |
| 11-Feb-2019 |
Gunnar Mills <gmills@us.ibm.com> |
Fix GitHub capitalization
Change-Id: I5b3cbbb3e49b0f1c76bd24f40dfe0f650f527f65 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
#
8eda385e |
| 07-Dec-2018 |
Anthony Wilson <wilsonan@us.ibm.com> |
gerrit-setup: Add section on pushing to Gerrit
While not directly associated with the setup of Gerrit, this will give a new user an end to end idea of the Gerrit code review workflow.
Change-Id: If
gerrit-setup: Add section on pushing to Gerrit
While not directly associated with the setup of Gerrit, this will give a new user an end to end idea of the Gerrit code review workflow.
Change-Id: If0194939bd5205d8af129d53b59f40e396f1eeda Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
show more ...
|
#
e38bc90b |
| 15-Nov-2018 |
Anthony Wilson <wilsonan@us.ibm.com> |
Add Gerrit setup documentation
Guide for new users to setup their workstations to connect to and utilize Gerrit.
Change-Id: Id0d263b4c775d0a26378d517047b0feea3c96d9e Signed-off-by: Anthony Wilson <
Add Gerrit setup documentation
Guide for new users to setup their workstations to connect to and utilize Gerrit.
Change-Id: Id0d263b4c775d0a26378d517047b0feea3c96d9e Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
show more ...
|